function SetAdSense()
{
	if(arguments.length == 4)
	{
		document.write('<script type="text/javascript">');
		document.write('google_ad_client = "pub-'+arguments[0]+'";');
		document.write('google_ad_slot = "'+arguments[1]+'";');
		document.write('google_ad_width = '+arguments[2]+';');
		document.write('google_ad_height = '+arguments[3]+';');
		document.write('<\/script>');
		document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">');
		document.write('<\/script>');
	}
}

function ShowAdSense(flag)
{
	document.write("<script src='http://services.hieway.com/adsense.asmx/GetAdCodeByFlag?flag="+flag.replace("'","")+"'><\/script>");
}