var nua = String(navigator.userAgent);


var isSafari=(navigator.userAgent.toLowerCase().indexOf("safari")!=-1);
var ns4 = (document.layers)? true:false
var ns6 = (!document.all && document.getElementById)? true:false
var ie = (document.all)? true:false 

	if (nua.indexOf("240x320")>0){
		window.location = "pda/index.htm";
	}else{
		 if (ns4){
			   document.location.replace("v1/default.htm")
		}
		
	}
	