function ask(message) {var agree=confirm(message);	if (agree) return true; else return false;}
function gotoAnchor(e) {var destination = $("#"+e).offset().top;$("html:not(:animated),body:not(:animated)").animate({ scrollTop:destination-20}, 200 );}
