// JavaScript Document
utm_code = window.location.href.split("=")[3];

/*if ((utm_code == null) || (utm_code == "?WT.mc_id=")){
	 utm_code = "";
}*/
	if((utm_code == null) || (utm_code == "#")){
		utm_code = "";
	}else{
		//utm_code = "?WT.mc_id=" + utm_code;
	}
function banka(){
	banka_code = "?WT.mc_id=" + utm_code;
	new_url = "http://creditcard.cmbchina.com/products/intro" + banka_code;
	
//	alert(new_url);
	
	pageTracker._trackPageview("/button/我要办卡");
	window.open(new_url,"CMB_Banka","","");
	//window.location.href = new_url;
	
}
function banka2(){
	banka_code = "?WT.mc_id=" + utm_code;
	new_url = "http://creditcard.cmbchina.com/" + banka_code;
	
//	alert(new_url);
	
	pageTracker._trackPageview("/button/我要办卡");
	window.open(new_url,"CMB_Banka","","");
	//window.location.href = new_url;
	
}
//document.title = "小新的见面礼-招商银行蜡笔小新卡";
//============================================
function trans_page(targetURL,PageTrack,newWindow){
	pageTracker._trackPageview(PageTrack);
	targetURL = targetURL + "?a=1&b=2&c=" + utm_code;
	if(newWindow){
			window.open(targetURL,"CMB_BYD_page","","");
		}else{
			window.location.href(targetURL);
		}
	}
	
