Soft-Gaming
-x
jQuery(document).ready(function($){
if (navigator.platform == "iPad") return;
jQuery("img").lazyload({
effect:"fadeIn",
placeholder: "http://sadpanda.us/images/397069-NWUFVFU.jpg"
});
});