if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
	if (document.cookie.indexOf("iphone_redirect=false") == -1) {
		var url=window.location.toString().split('/');
		url[2]="os.bund18.com";
		window.location=url.join('/');
	}
}
