$(function(){

mobile = (/iPad|iphone|mobile|pre\//i).test(navigator.userAgent);

if (mobile) { $('.tour').hide(); }

});
