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. Maven(一)——Maven入门

    一.Maven的基本概念 Maven(翻译为"专家","内行")是跨平台的项目管理工具.主要服务于基于Java平台的项目构建,依赖管理和项目信息管理. 1.1. ...

  2. AnimatorOverrideController

    [AnimatorOverrideController] 有N个角色,这N个角色的状态机一样,只是动画不一样.这时候,新建一个AnimatorController,设置状态机.然后为这N个角色建立N个 ...

  3. dhtmlx uploader使用

    前端:{type : "upload", mode : "html4", name : "importFile", inputWidth : ...

  4. IE8兼容background-size

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/web/images/bg.png',sizingMethod='sca ...

  5. Plants vs. Zombies(二分好题+思维)

    Plants vs. Zombies http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5819 BaoBao and DreamG ...

  6. CentOS设置yum存储库 (nginx)

    要为RHEL / CentOS设置yum存储库,请创建/etc/yum.repos.d/nginx.repo 使用以下内容命名的文件 : [nginx] name=nginx repo baseurl ...

  7. xtrabackup拷贝redolog前做的细节操作

    原文地址:http://www.innomysql.net/article/25590.html 前言 淘宝3月的数据库内核月报对 xtrabackup的备份原理 做了深入的分析,写的还是很不错.不过 ...

  8. 前后台交互(打开前端页面,不传递任何数据,发送ajax请求)

    1.打开前端,不传递任何数据 <script src="./jquery.min.js"></script> <script> $(docume ...

  9. DB2 create into的用法

    . 建立表 create table zjt_tables as (select * from tables) definition only; create table zjt_views as ( ...

  10. 流程控制 if while for 已及数字类型 进制转换

    一:if 语句 语法一:ifif 条件: code1 code1 code1 语法二:if ...else ... if 条件: code1 code1 code1else: code1 code1 ...