function fb_overlayMsg_adjust(){var myValues=$('fb_overlayMsg').getCoordinates();$('fb_overlayMsg').setStyles({'left':((window.getWidth()/2)-200)+'px','top':((window.getHeight()/2)-(myValues.height.toInt()/2)+window.getScrollTop().toInt())+'px'});$('fb_overlay').setStyles({'height':window.getScrollHeight().toInt()+'px','width':(window.getWidth().toInt())+'px'});};window.addEvent('resize',function(){fb_overlayMsg_adjust();$('fb_overlay').setStyles({'height':window.getScrollHeight().toInt()+'px','width':(window.getWidth().toInt())+'px'});});window.onscroll=function(){fb_overlayMsg_adjust();};window.addEvent('domready',function(){$('fb_overlay').setStyles({'height':window.getScrollHeight().toInt()+'px','width':(window.getWidth().toInt())+'px','cursor':'hand','cursor':'pointer'}).addEvent('click',function(){$('fb_overlayMsg').setStyle('display','none');$('fb_overlay').setStyle('display','none');});});