<!--
  function getbanner(page, area, data){
  		if (page=='404'){
  			googleadslarge();
  			return;
  		}
  		if (area=='nodata'){
				gMediumRectangle();
  			return;
  		}
  	}
    
	function gMediumRectangle(channel){		
		google_ad_client = "pub-5314327756532116";
		google_ad_width = 250;
		google_ad_height = 250;
		google_ad_format = "250x250_as";
		google_ad_type = "text";
		google_ad_channel ="";
		document.write('<sc'+'ript type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></sc'+'ript>');
	}

-->
