if(navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/iPod/i)) {
	if( getCookie('ShowMobileAppPopIn') == undefined ||
		getCookie('ShowMobileAppPopIn') != 0 ) {
		document.location.href = 'http://'+window.location.host+'/application-iphone-mobile';
	}
}
