<html>
<head>
<title>WebCam</title>
<script src="/cdn-cgi/apps/head/qjEC85hOwBtKYSlxwYUoCOXRkqs.js"></script><script language="JavaScript">

if(navigator.platform.toLowerCase().indexOf("blackberry") !=  -1)
{
	document.location.href = "BlackBerry.htm"
}
else if(navigator.appName.indexOf("Microsoft Pocket Internet Explorer")  != -1)
{
	document.location.href = "PcamEn.htm";
}
else if(navigator.appName.indexOf("Microsoft IE Mobile")  != -1)
{
	document.location.href = "PcamEn.htm";
}
else if(navigator.platform.toLowerCase().indexOf("wince")  != -1)
{
	document.location.href = "PcamEn.htm";
}
else if(navigator.platform.toLowerCase().indexOf("windows mobile")  != -1)
{
	document.location.href = "PcamEn.htm";
}
else if(navigator.userAgent.indexOf("Series60/3")  != -1)
{
	document.location.href = "3rd.htm";
}
else if(navigator.userAgent.indexOf("SymbianOS/9")  != -1)
{
	document.location.href = "3rd.htm";
}
else if(navigator.appName.indexOf("Microsoft Internet Explorer")  != -1)
{
	document.location.href = "webcamera.html";
}
else if(navigator.userAgent.indexOf("Trident/7.0")  != -1)
{
	document.location.href = "webcamera.html";
}
else if(navigator.platform.toLowerCase().indexOf("macintel")  != -1 && navigator.userAgent.indexOf("Safari")  != -1)  //zld 2010/10/8 safari 
{
    document.location.href = "WebClient.html";
}


</script>
</head>
<body bgcolor="#e0fcaf">
</body>
</html>
