/* Exclusivo de CarlosPazChat.com.ar - Todos los Derechos Reservados */
/* Diseñado por MauricioN@CarlosPazChat.com.ar */

<!-- Mensaje barra de estado
var txt = "#  B I E N V E N I D O  A  C A R L O S P A Z C H A T  #";
function setStatusBar() {
  window.status = txt;
  window.setTimeout("setStatusBar()",200);
}
setStatusBar();
/*function scroll()
{
  window.status = txt;
  txt = txt.substring(1, txt.length) + txt.charAt(0);
  window.setTimeout("scroll()",200);
}
scroll();*/
//-->

<!-- Entrar solo por página principal
/*if (top == self) self.location.href = "http://www.carlospazchat.com.ar/";*/
//-->

<!-- Desabilitar Boton Derecho
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false");
//-->