function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}

function GotoPage(frameno) {
	thisMovie("MainLoader").EIGotoPage(frameno, "normal");
}

function jsTraverse(frameno) {
	//window.frames['myIframe'].location = ('http://jewishdestiny.homeip.net/navigate.php?frameno=' + frameno);
	window.frames['myIframe'].location = ('http://jewishdestiny.com/navigate.php?frameno=' + frameno);
}

function sendAlert(msg) {
	alert(msg);
}