What if you are involved in an automobile accident in the US

With increasing Chinese tourists and visitors who have driving licenses to the US  it is only a matter of time before they will be involved in an automobile accident.  Being a visitor to the US, you are at a disadvantage in several ways. I assembled the following for you to know just in case.

1.    Let us hope first of all there are no serious personal injuries involved. If yes, you need to get in touch with your embassy or consulate for help with legal matters.

2.    The next important thing is that you have insurance. There are two  kinds of auto insurance. The first kind is liability insurance for damage/injury to others. The  second kind is collision insurance for damage/injury to yourself and vehicle.

3.    If you are travelling on official business, your company/organization  usually have blanket insurance policy to cover you. Check it out before you leave  on your trip. If you are on your own, your credit card may have coverage  when you rent a car using the card. Rental Car Company usually has liability insurance  as part of the rental. But youll have to purchase collision insurance  (about$10.00/day  of rental)  if your credit card does not provide it.

4.    Always get the name/address/phone number/licenses (both for the car and driver)  of the other party involved. Call the police via 911 to report the  accident. Get witness name/address if possible

5.    Use your smart phone to take photos of the accident/damage if the accident is serious.

6.    Do not argue with the other party as to who is at fault. Road rage  occurs often and can lead to violence .There is no need to aggravate the situation.

7.    Sometime,the other party may offer to settle the matter privately without involving official parties (since their insurance rate may go up  substantially if s/he is involved in an accident when s/he is at fault or they may have things to hide from officials). Generally, it is unwise get involved in such dealings  since you are a temporary visitor.

Good luck and hope you never have to utilize the above information.

本文引用地址:http://blog.sciencenet.cn/blog-1565-716848.html

What if you are involved in an automobile accident in the US的更多相关文章

  1. sentence patterns

    第四部分     推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...

  2. [译]App Framework 2.1 (2)之 Get Involved

    App Framework  API 第二篇 原文在此:http://app-framework-software.intel.com/documentation.php#intro/involved ...

  3. Why are very few schools involved in deep learning research? Why are they still hooked on to Bayesian methods?

    Why are very few schools involved in deep learning research? Why are they still hooked on to Bayesia ...

  4. springMVC项目异步处理请求的错误Async support must be enabled on a servlet and for all filters involved in async

    从github上down下来一个项目,springMVC-chat.作者全是用的注解,也就是零配置.这可苦了我,经过千辛万苦,终于集成到如今的项目中有一点样子了,结果报出来以下的错误.红色部分.解决方 ...

  5. springMVC项目异步错误处理请求Async support must be enabled on a servlet and for all filters involved in async

    离github在down下一个项目,springMVC-chat.总体上有标注.这就是零配置. 这可苦了我,费尽周折,最后整合到项目现在看起来有点.出来以下的错误.红色部分.解决方法为,在web.xm ...

  6. something about motorcycle and automobile

    cycle: 循环, 周期, 自行车. 摩托车: motorcycle, motor cycle 轮胎 continent(al): 大陆的, (七)大洲的; 德国的大陆轮胎, 马牌轮胎; 如吉普的c ...

  7. [DFNews] 入侵汽车控制刹车和油门?——速度与激情6 的节奏?

    原文跳转: http://arstechnica.com/security/2013/07/disabling-a-cars-brakes-and-speed-by-hacking-its-compu ...

  8. net programming guid

    Beej's Guide to Network Programming Using Internet Sockets Brian "Beej Jorgensen" Hallbeej ...

  9. 项目实战-使用PySpark处理文本多分类问题

    原文链接:https://cloud.tencent.com/developer/article/1096712 在大神创作的基础上,学习了一些新知识,并加以注释. TARGET:将旧金山犯罪记录(S ...

随机推荐

  1. Installation failed with message INSTALL_CANCELED_BY_USER.

    Installation failed with message INSTALL_CANCELED_BY_USER. It is possible that this issue is resolve ...

  2. easyUIDataGrid分页

    package com.cn.eport.util; import java.util.List; /** * * * @author zh * */ public class DataGrid im ...

  3. 安装和使用iOS的包管理工具CocoaPods

    CocoaPods是ruby实现的,需要用ruby进行安装,mac自带ruby,如果没有ruby的需要先安装ruby.   安装CocoaPods命令 安装CocoaPods命令:sudo gem i ...

  4. thymeleaf从session中获取数据

    <input th:value="${session.value1}" />

  5. Cookie的Domain属性

    Cookie 加了Domain后就写不进去了(不加domain就可以写进去了) 本地测试的时候需要把domain换成localhost cookie跨域的问题,意思就是说A.com下能访问B.com域 ...

  6. 联想笔记本Win10 F1-F12失效的解决方法

    最近换了笔记本,用的是win10,发现F1到F12不生效. 比如玩游戏时,按F1没有切换到自己角色上,编程运行代码时的shift+F10也不行. 后来发现,这是因为某些笔记本的Fn功能键默认的不是传统 ...

  7. Ugly number丑数2,超级丑数

    [抄题]: [思维问题]: [一句话思路]:Long.valueOf(2)转换为long型再做 [输入量]:空: 正常情况:特大:特小:程序里处理到的特殊情况:异常情况(不合法不合理的输入): [画图 ...

  8. iOS 开发 需要的版本管理工具,UI图,bug管理工具等

    1.版本管理工具  或直接 终端敲命令SVN(smartSvn 或者cornerstone/终端)  或git (sourceTree/终端) 2. 原型管理工具 使用墨刀(https://modao ...

  9. Message: u'The given selector btn dropdown-toggle btn-info is either invalid or does not result in a WebElement

    html代码: <html> <head> <meta http-equiv="content-type" content="text/ht ...

  10. struts框架值栈问题二之值栈的内部结构

    2. 问题二 : 值栈的内部结构 ? * 值栈由两部分组成 > root -- Struts把动作和相关对象压入 ObjectStack 中--List > context -- Stru ...