/* Resolution Sniffer / Dynamic Loader - HD | Arley McBlain http://debutcreative.com via http://sixrevisions.com/*//* Common Computer Screens: 640,800,1024,1152,1280,1440,1600,and HD 1920 */
/*if (screen.width<=600){	
	document['body'].style.backgroundImage='url(http://www.zazum.mobi/index_alt.htm)';
	}
	    else{
			document['body'].style.backgroundImage='url(http://www.zazum.mobi/index.htm)';	
		}*/
function browserchecking(){
 if((navigator.userAgent.match(/iPhone/i)) || 
                (navigator.userAgent.match(/Android/i)) ||
                (navigator.userAgent.match(/iPod/i))){
 window.location="index_ALT.htm";
 }else{
window.location="index.htm";
}

}