Spry.Widget.Utils.preventDefault=function(ev){if(ev.preventDefault){ev.preventDefault();}
else{ev.returnValue=false;}};