switch(navigator.platform){
	case "PSP":
		//alert("PSP");
		window.location = "http://www.my-iptv.com/psp_us/psp_eng/"
	break;
	case "WinCE":
		//alert("PSP");
		window.location = "http://www.my-iptv.com/pda_us/pda_eng/"
	break;
}