function DisplayPublicidade()
{
	if (screen.width>=1280 && screen.height>=800)
	{
		var div = document.createElement('div');
		div.innerHTML='<div style="width:160px;position:fixed;bottom:0px;right: 0px;_bottom:auto;_position: absolute;_top:expression((0-this.offsetHeight+(document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop))+\'px\');"><iframe scrolling="no" allowtransparency="true"  frameborder="0" src="includes/publicidade/publicidade.php" height="600" width="100%" align="middle" marginheight="0" marginwidth="0"></iframe></div>';
		document.body.appendChild(div);
	}
}