	//
	agent = navigator.userAgent;
	if(agent.indexOf("iPad") != -1){
	function delandswitch(){
	document.cookie="gizpc=no;";
	window.location = "/";
	}
	document.write("<a href='javascript:return false;' onclick='delandswitch();' class='delswitch'><img src='/common/img/ic_ipad.gif' alt='iPad版'></a>");
	}
