// A method that is called on every page when finishing loading it.
function initPage()
{
//	scrollTo(0,0);
//	scrollBy(0, 79);
}

// A method that writes the top banner.

function writeBanner(banner)
{
document.write('<script type="text/javascript"><!--');
document.write('google_ad_client = "pub-5403991028955829";');
document.write('google_ad_width = 468;');
document.write('google_ad_height = 60;');
document.write('google_ad_format = "468x60_as";');
document.write('google_ad_type = "text_image";');
document.write('google_ad_channel ="";');
document.write('//--></script>');
document.write('<script type="text/javascript"');
document.write('src="http://pagead.googlesyndication.com/pagead/show_ads.js">');
document.write('</script>');
}