//	<object id="adsxhtml" data="/static/html/ads.html" type="text/html" width="144" height="620" style="overflow:hidden"></object>

function showAdsense() {
	obj=document.getElementById('ads-xhtml')
	if (obj.style.filter) {
		obj.style.display = 'none'
/*		obj.setAttribute('width', '120px')
		obj.setAttribute('height', '620px')
		obj.style.position = 'relative'
		obj.style.border = '1px solid red'
		obj.style.zIndex = '0'*/
	}
}

window.onload=showAdsense
