var ua = navigator.userAgent;
	 if (ua.match(/(iPhone|iPod|iPad|BlackBerry|Android)/)) {
	 	window.location = "mobile.html";	 	
	 }/* else {
	 	window.location = "mobile.html";
	 }
*/	 

