<!--
	if ((navigator.userAgent.indexOf('iPhone') != -1) || (navigator.userAgent.indexOf('iPod') != -1) || 	(navigator.userAgent.indexOf('iPad') != -1)){
		var Device = "ipad";
	}else{
		var Device = "default";
	}
	
	updateWithMsgOption("/set_device.asp?device="+Device,'0');
	//window.location.href=unescape(window.location.pathname);

	//update("/set_device.asp?device="+Device);
//-->
