function blockError(){return true;}
window.onerror = blockError;

message =	"Seja Bem-vindo ao site do Grupo RCI^" +
  "Navegue connosoco e descubra toda uma regiao^" +
  "Aqui encontra o Jornal Noticias da Regiao^" +
  "2 emissoes online e em breve 1 TV regional^" +
  "Todas as informacoes uteis^" +
  "A sua historia, os seus costumes...^" +
  "e muito mais, por isso divirta-se!^" +
  "^"
  scrollSpeed = 25
  lineDelay   = 1500
  txt         = ""

  function scrollText(pos) {
    if (message.charAt(pos) != '^') {
      txt    = txt + message.charAt(pos)
      status = txt
      pauze  = scrollSpeed
    }
    else {
      pauze = lineDelay
      txt   = ""
      if (pos == message.length-1) pos = -1
    }
    pos++
    setTimeout("scrollText('"+pos+"')",pauze)
  }
  
 // Unhide -->
scrollText(0)


function popupsc(pUrl,pW,pH) {
	window.open (pUrl,'pop','width='+pW+',height='+pH+'left=100,top=100,resizable=0,status=0,menubar=0,scrollbars=0');
}

function Airplay(pUrl) {
	window.open ('player_airplay/airplay_player'+pUrl+'.htm','pop','width=226,height=329,left=0,top=0,resizable=0,status=0,menubar=0,scrollbars=0');
}