
document.writeln("<div class=\"mleft\"><a href='#' onclick=\"openpage();\" ><img src=\"images2010\/2nd_ad1.jpg\" \/><\/a><\/div>");
document.writeln("<div class=\"mleft\"><a name=\"regNode\" href=\"http:\/\/www.tq.cn\/reg.do\" target=\"_blank\"><img src=\"images2010\/2nd_ad2.jpg\" border=\"0\" \/><\/a><\/div>");
document.writeln("")


function openpage(){
	var type_code = getNodeById("customerServiceTypeCode").value;
	var url="http://vip.tq.cn/vip/pageinfo.do?action=acd&acd=1&admiuin=8008115&type_code="+type_code+"&ltype=0&iscallback=1";
  	window.open(url);
}

function getNodeById(id){
	return document.getElementById(id);
}

