if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
	 if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://www.clubtuzki.com/iphone/";
} 
//else if((navigator.userAgent.match(/blackberry.*/))||(navigator.userAgent.match(/Opera.*/))||(navigator.userAgent.match(/ppc.*/))||(navigator.userAgent.match(/Smartphone.*/))||(navigator.userAgent.match(/Windows CE.*/))) {
/*	window.location = "http://www.clubtuzki.com";
} else {
	window.location = "http://www.clubtuzki.com";
}

*/