			/**************************************			*	Author:									*			*	Eliezer Navarsky						*			*	eMail: navarsky@shtrudel.co.il			*			*	Shtrudel Advanced Communications		*			*	Web: http://www.shtrudel.co.il			*			*											*			**************************************/// debug message//alert("Replace Page");function getPage(type) {	// debug message	//alert("Get Page(" + type + ")");	if (type == "int") {		var theChoice = window.document.theSelector.theChoice;		var theSelection = "";		for (var i = 0; i < theChoice.length; i++) {			if (theChoice[i].checked) {				theSelection = theChoice[i].value;				window.open(theSelection, "ntsite");			}		}	} else if (type == "ext") {		var newSite = getCookie("reqSite");		if (newSite)			window.open(newSite, "ntsite");	}}
