/**
 * jQuery.browser.mobile (http://detectmobilebrowser.com/)
 *
 * jQuery.browser.mobile will be true if the browser is a mobile device
 *
 **/
(function(a){jQuery.browser.iphone=/ip(hone|od)/i.test(a)})(navigator.userAgent||navigator.vendor||window.opera);

