function fecha_banner()
{
	var banner_obj = document.getElementById('banner_popup');
	banner_obj.style.display = 'none';
}

function fecha_banner_timeout()
{
	setTimeout('fecha_banner()', 10500);
}

function abre_banner()
{
	var banner_obj = document.getElementById('banner_popup');

	banner_obj.style.left = '470px';
	banner_obj.style.top = '20px';

	banner_obj.style.display = '';

	fecha_banner_timeout();
}
function Iclick()
{
	window.location='http://www.aspipp.com.br/diadecampo/'	
}