jQuery(document).ready(function($) {
    // $() will work as an alias for jQuery() inside of this function

	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
		if (document.cookie.indexOf("iphone_redirect=false") == -1) window.location = "http://m.ambientrings.com";
		}
		
});
