jQuery.extend(jQuery.browser,{SafariMobile : navigator.userAgent.toLowerCase().match(/iP(hone|ad)/i) });

$(document).ready(function(){
	
	$(function(){
		if($.browser.SafariMobile){
			//alert('You are using Iphone or Ipad')
		}
	})
	
	$(function(){ $('video, audio').jmeEmbed(); }); 
})
