$(function() {
if(! navigator.userAgent.toLowerCase().match('ipad')){
$("img").lazyload({ threshold : 150 });
}
});
