(function(a){a.iPhone={init:function(){a(window).bind("orientationchange",a.iPhone.updateOrientation);this.updateOrientation();a("body").css({"min-height":"420px","min-width":"320px"})},orientation:"portrait",updateOrientation:function(){this.orientation=(window.orientation===0||window.orientation==null||window.orientation===180)?"portrait":"landscape";a("body").attr("orient",this.orientation);setTimeout(a.iPhone.hideURL,100)},hideURL:function(){window.scrollTo(0,1);setTimeout(function(){window.scrollTo(0,0)},0)},preloadImages:function(b){a(b).each(function(c,d){(new Image()).src=d})}};a.fn.addTouch=function(){this.each(function(c,d){a(d).bind("touchstart touchmove touchend touchcancel",function(){b(event)})});var b=function(e){var f=e.changedTouches,g=f[0],c="";switch(e.type){case"touchstart":c="mousedown";break;case"touchmove":c="mousemove";break;case"touchend":c="mouseup";break;default:return}var d=document.createEvent("MouseEvent");d.initMouseEvent(c,true,true,window,1,g.screenX,g.screenY,g.clientX,g.clientY,false,false,false,false,0,null);g.target.dispatchEvent(d);e.preventDefault()}};a.fn.delTouch=function(){this.each(function(b,c){a(c).unbind("touchstart touchmove touchend touchcancel")})}})(jQuery);$(document).ready(function(){$.iPhone.init()});
