if (top.location !== self.location)
{
	top.location=self.location;
}
$(document).ready(
	function()
	{
		$(".msgCreateLink").colorbox({width:"600px", height:"350px",scrolling:false,iframe:true});
		$(".friendCreateLink").colorbox({width:"600px", height:"350px",scrolling:false,iframe:true});

		//车型导航
		$('.menu .menu-nav-l li a').mouseover(function(){
					switchBar('.menu .menu-nav-l li a','.menu .menu-body .menu-content',$(".menu .menu-nav-l li a").index(this),'dp');
				}
			);
		//PK台
		$('.qcpn-l-nav ul li a').mouseover(function(){
					switchBar('.qcpn-l-nav ul li:gt(0) a','.qcpn-l .pk-nr',$(".qcpn-l-nav ul li:gt(0) a").index(this),'dp');
				}
			);
		//车友荐车
		$('.cyjc .menu-nav-l li a').mouseover(function(){
					switchBar('.cyjc .menu-nav-l li:gt(0) a','.cyjc .cyjc-nr',$(".cyjc .menu-nav-l li:gt(0) a").index(this),'dp jc');
				}
			);	
		//热门车评
		$('.rmcp li a').mouseover(function(){
					switchBar('.rmcp li:gt(0) a','.rmcp-nr',$(".rmcp li:gt(0) a").index(this),'dp jc');
				}
			);
		//想买关注拥有
		$('.zbg h2:eq(0) li').mouseover(function(){
					switchBar('.zbg h2:eq(0) li','.zbg_content',$(".zbg h2:eq(0) li").index(this),'dp');
				}
			);
		//销售商
		$('.xss_menu li a').mouseover(function(){
					switchBar('.xss_menu li a','.xss_list',$(".xss_menu li a").index(this),'dp');
				}
			);
		//会员
		$('.share .sha_tit a').mouseover(function(){
					switchBar('.share .sha_tit a','.share .sha_content',$(".share .sha_tit a").index(this),'dp');
				}
			);
		
		//弹出页面

	}
)
