$(".shade").bind( "touchmove", function (e) { e.preventDefault();});
$("body,.main").height($(window).height()).css({"overflow-y": "hidden"});