var tx="Los Iracundos "; 
var lo=tx.length; 
function sc() { 
  tx=tx.substring(1)+tx.charAt(0); 
  window.status = tx; 
  setTimeout("sc()",90); 
} 

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

function q() {
  MM_goToURL('parent','./index.php');return document.MM_returnValue
}

