/*if ((window.location.href=="http://stg18.ekolay.net/"))
{
//document.writeln(window.location.href);
//domain geldišinde dešižir..EE
var curdate = new Date()
var seconds = curdate.getSeconds()
var randomp = 111*seconds
window.location.href("http://stg18.ekolay.net/?p="+randomp)
//document.location.href="http://stg18.ekolay.net/?a=1";

}*/

var PcType = window.navigator.platform.toUpperCase();
//alert(PcType);
//alert(PcType.indexOf("SYMBIAN"));
if (PcType.indexOf("SYMBIAN")>-1)
{
	window.location.href="http://msntab.ekolay.net/msntabs/tab_whatsup.html";
}
else if (PcType.indexOf("WINCE")>-1)
{
	window.location.href="http://msntab.ekolay.net/msntabs/tab_whatsup.html";
}
else if (PcType.indexOf("WINDOWS CE")>-1)
{
	window.location.href="http://msntab.ekolay.net/msntabs/tab_whatsup.html";
}
