if (jQuery.iPhone || jQuery.iPod){
	var verifiedIOS = $cookie("em_ios");
	if (verifiedIOS == null) {
		window.location = 'iphone/';
	}
}
