top.window.moveTo(0,0);
top.window.resizeTo(window.screen.availWidth, window.screen.availHeight);

function acceso() {
 window.location='acceso.cfm';
}

var txtfix=" s o y t o r e r o . c o m       "
var txt0="t o n o s       l o g o s       ";
var txt1="f o n d o s       i c o n o s       s a l v a p a n t a l l a s       ";
var txt3="b e l l e z a s       ";
var txt4="c h i s t e s        b r o m a s       ";
var txt5="h o r o s c o p o        c a r t a   a s t r a l";
var txt2=txt0+txt1+txt3+txt4+txt5;
var wait=100;
var refresco=null;

function rotulo() {
 window.status=txtfix+txt2;
 txt2=txt2.substring(1,txt2.length)+txt2.charAt(0);        
 refresco=setTimeout("rotulo()",wait);
}

function oculta() {
 clearTimeout(refresco);
 window.status="";
}

rotulo();