var gallery=document.getElementById("gadget_gallery");try{var on_load_gallery=function(){if(document.body.scrollTop){document.body.scrollTop=0;}else if(document.documentElement.scrollTop){document.documentElement.scrollTop=0;}};gallery.onreadystatechange=function(){if(this.readyState=="complete"){on_load_gallery();}};gallery.onload=on_load_gallery;}catch(ex){}