var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;var isMac = (navigator.appVersion.indexOf("Mac") != -1) ? true : false;var bName = navigator.appName;var bVer = parseFloat(navigator.appVersion)var player = 0;var speed = 0;var sticky = 0;var slidePlayer = false;var videoPlayer = false;if ( bName == "Netscape" ){document.write('<link rel=stylesheet type="text/css" href="/style_netscape.css">');} else {document.write('<link rel=stylesheet type="text/css" href="/style_ie.css">');}function on(imgName){if (sticky == imgName) return; if (document.images) { 	 document[imgName].src = eval(imgName + "_on.src") ;	 }}function off(imgName){if (sticky == imgName) return; if (document.images) { 	document[imgName].src = eval(imgName + ".src") ; 	} }	function down(imgName){sticky = imgName; if (document.images) { 	document[imgName].src = eval(imgName + "_dn.src") ; 	} }	function getCookieValue(pref){var allcookies = document.cookie;                            // read the cookie filevar search = pref + "=";			var prefpos = allcookies.indexOf(search);                    // look for pref	if(prefpos != -1){ 	var start = prefpos;	var end = allcookies.indexOf(";",start)		if (end == -1){ end = allcookies.length; }	var value = allcookies.substring(start,end);            //get the full name=value pair 	value = unescape(value);	value = value.substr( (1 + value.search(/=/i)) ) ;      //peel off the =	return value;	} else {	return false;	}}function getPrefsLoadFrames(subsegNum){getPrefs()?loadAllFrames(speed,player,subsegNum):alert('please select a player');}function getPrefs(){player = getCookieValue('player');speed = getCookieValue('speed');	if((!player) || (!speed)){	return false;	} else {	return true;	}}function saveCookie(name,value){var nextyear = new Date();nextyear.setFullYear(nextyear.getFullYear() + 1);document.cookie = name + "= " + value + "; expires=" + nextyear.toGMTString();}function popup1(url){ msgWindow = window.open( url, "SATANICIDE_MAILINGLIST", "width=245,height=120,left=40,top=195,scrollbars=0");} function popup2(url){ videoWindow = window.open( url, "SATANICIDE_VIDEOS", "width=360,height=320,left=10,top=10,scrollbars=0");} function popup(url){ msgWindow = window.open( url, "SATANICIDE_MAILINGLIST", "width=245,height=120,left=40,top=195,scrollbars=0");} 