// ########## Hdad. Jesus Cautivo y Rescatado ##############
// #################### Autor: JMorales ####################
// codigo javascript com£n para todas las paginas de contenidos de la web


var URL=unescape(location.pathname);
URLfile = URL.substring(URL.lastIndexOf("/")+1,URL.length); //elimina la raiz


if (URLfile.lastIndexOf('noticias-')==-1){
if (window.frames.name!='fr2') top.location.href = "main.html?"+URLfile
}

//==========================

NS4 = (document.layers);
IE4 = (document.all);

function checkIt(string){   //detecta navegador
/*
var DOM = (document.getElementById);
var Gecko = (navigator.userAgent.toLowerCase().indexOf('gecko')!=-1);
var IE5 = (DOM && (navigator.userAgent.toLowerCase().indexOf('msie')!=-1) && !(window.opera));
*/

 var detect = navigator.userAgent.toLowerCase();
 place = detect.indexOf(string) + 1;
 //thestring = string;
 return place;
}

//########### No rightclick script ###########

var msg="(C) 2007 www.jesuscautivoyrescatado.com\nTodos los derechos reservados";

NS4 = (document.layers);
IE4 = (document.all);

function click(e) {
	if (checkIt('msie')||IE4) {
        if (event.button == 2) {
		alert(msg);
		return false;
		}
	}
	if (checkIt('firefox')||(NS4)) {
		if (e.which == 3 || e.which == 2) {
		alert(msg);
		return false;
		}
	}
}

if (checkIt('firefox')||(NS4)) {
    document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;


//####################################################




function Ventana2(page){
newwin2=window.open(page,"tablon","toolbar=no,toolbar=no,directories=no,menubar=no,width=590,height=544,scrollbars=yes,resizable=yes");
}
