var W=0;var H= 0;
google_ad_client = "pub-6220554545179583";
google_ad_type = "text";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "000000";
google_color_link = "666666";
google_color_url = "333333";
google_color_text = "666666";
if( typeof( window.innerWidth ) == 'number' )
{//Non-IE
	W = window.innerWidth;H= window.innerHeight;
} 
else if(document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) 
{//IE 6+ in 'standards compliant mode'
	   W = document.documentElement.clientWidth;H= document.documentElement.clientHeight;
}
else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) 
{//IE 4 compatible
	W = document.body.clientWidth;H= document.body.clientHeight;
}

if(W>1200 && H>510)
{
	google_ad_width = 728;
	google_ad_height = 90;
	google_ad_format = "728x90_as";
	document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"><\/script>');
}
else if (W<1200 && H>510)
{
	google_ad_width = 468;
	google_ad_height = 60;
	google_ad_format = "468x60_as";
	document.write('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"><\/script>');
}

