// JavaScript Document
utm_code = window.location.href.split("=")[3];
if (utm_code == null){
	 utm_code = "";
}
function banka(){
	if(utm_code == null){
		utm_code = "";
	}else{
		utm_code = "&WT.mc_id=" + utm_code;
	}
	new_url = "https://ccclub.cmbchina.com/CrdCardApply/LoginChannelSelect.aspx?cardsel=8344" + utm_code;
	//alert(new_url);
	
	pageTracker._trackPageview("/button/我要办卡");
	window.open(new_url,"CMB_Banka","","");
	//window.location.href = new_url;
	
}
//document.title = "小新的见面礼-招商银行蜡笔小新卡";
//============================================
function change_title(title_code){
	switch (title_code){
			case 1:
				title_name = "招商银行-蜡笔小新粉丝信用卡-小新的底细";
				button_click = "\button\小新的底细";
				break;
			case 2:
				title_name = "招商银行-蜡笔小新粉丝信用卡-小新的想法";
				button_click = "\button\小新的底细";
				break;
			case 3:
				title_name = "招商银行-蜡笔小新粉丝信用卡-小新的积分礼";
				button_click = "\button\小新的底细";
				break;
			case 4:
				title_name = "招商银行-蜡笔小新粉丝信用卡-小新很厉害";
				button_click = "\button\小新的底细";
				break;
			case 5:
				title_name = "招商银行-蜡笔小新粉丝信用卡-小新的见面礼";
				button_click = "\button\小新的底细";
				break;
			case 6:
				title_name = "招商银行-蜡笔小新粉丝信用卡-首页";
				button_click = "\button\返回首页";
				break;
		}
	pageTracker._trackPageview(button_click);
	document.title = title_name;
}
