function iniciando(){
	//cont=setTimeout(boleando, 10000);
	var intervalo = window.setInterval(boleando, 10000);
	//alert('iniciando');
}

function boleando(){
//window.open('http://www.barbacenaonline.com.br/','Barbacena Online','','_self') ;
document.getElementById('pop').style.display='block';
}

function iniciar() 
{
if (ddd=='y') {	
//alert(ddd);
ddd='x';
//var intervalo = window.setInterval('boleando()', 10000);
document.getElementById('pop').style.display='block';
var cont=setTimeout("fechapopup()", 10000);
//alert('fechar');

}
ddd='x';
}


function fechapopup(){

//if (document.getElementById('popup')){
document.getElementById('pop').style.display='none';
//clearInterval(cont);
//document.getElementById('popup').innerHTML = '';
//alert(ddd);

//}

}



var ie=document.all;

var nn6=document.getElementById&&!document.all;

var isdrag=false;

var x,y;

var dobj;


