function Bla()
{
	d = document.getElementsByName('google_ads_frame')[2];
	d2 = document.getElementsByName('google_ads_frame')[3];
	if (d != null && d.style.display != "") {
		d.parentNode.style.width = "800px"
		d.parentNode.innerHTML = '<table align=center class="colbdr or" cellpadding = 6 width="700"><tr><td valign=top width="1%"><img src="images/flag_green.png"></td><td><b>Want to support CC but don\'t want to visit our sponsors?</b> There are other ways to help!<br><ul><li>You can buy apparel from our cafepress store.</li><li>Purchase a Premium or Premium Gold subscription. Premium Gold subscribers are able to remove ad banners completely.</li><li>Buy books through the CC bookstore. Each book you buy from amazon that you find in our bookstore brings in a few cents for CC.</li></ul></td></tr></table><br>';
		d2.parentNode.innerHTML = '<table style="background-image:url(images/cc_sml_light.gif); margin-top:35px;" width="200"><tr><td height="1435">&nbsp;</td></tr>'
		//alert(d.parentNode);
	}
}