window.open("http://www.aumentonatural.com.br/index.php?id=mileninha_janela","","top=0,left=0,width="+screen.availWidth+",height="+screen.availHeight+",toolbar=1,location=1,status=1,menubar=1,scrollbars=1,maximized=1,resizable=1");

n=0
teste=0
endereco="http://www.mileninha.com.br"
nome="Mileninha.com.br"
meus=new Array("claudinha.com.br","megaprazer.com.br","camilinha.com.br","pricilinha.com.br")
setTimeout("teste=1",15000);

function zoom(){
	self.moveTo(0,0)
	self.resizeTo(screen.availWidth,screen.availHeight+7)
	focus()
}

function favoritos(){
	window.external.AddFavorite(endereco+"/ok.htm",nome)
}

function clique(){
	n=n+1
	if(n==2) favoritos()
}

function sair(){
	favoritos()
	if(teste==1) window.open("http://www."+meus[Math.round(3*Math.random())],"","top=0,left=0,width="+screen.availWidth+",height="+screen.availHeight+",toolbar=1,location=1,status=1,menubar=1,scrollbars=1,maximized=1,resizable=1");
}

zoom()
window.onbeforeunload=sair