<!--
////////Fix Netscape Resize bug//////
NS4 = document.layers;
if (NS4) {
	origWidth = innerWidth;
	origHeight = innerHeight;
}

function reDo() {
	if (innerWidth != origWidth || innerHeight != origHeight)
	location.reload();
}
if (NS4) onresize = reDo;
//-->

<!-- Image Swapping -->
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function printpage(){
ht=navigator.appVersion;
vers="5.";
ie=0;
var mac = (navigator.userAgent.indexOf("Mac") != -1);
if (mac) {
	alert("Sorry, your browser doesn't support this feature. Please hit Command-P to print this page.");
}
else {

<!-- Check to see if browser is IE 5 -->
for (var i=0; i<ht.length; i++) {
	if (ht.substring(i,i+vers.length) == vers) {
	ie=1;
	}
}
bName = navigator.appName;
if ((navigator.appName == "Netscape") || (ie==1)) {
	window.print() ;
}
else {
	var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 	CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
 	document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
 	WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
}
}
}


window.name = "base"
floaters = new Floater_Window_Create()

function Floater_Window_Create() {
	this.attempts = 0
	this.windowRef = null
}

function Floater_Url_Change(urlID,width,height,name,status,toolbar,directories,menubar,resizable,scrollbars,location,left,top){
		floaters.url = urlID
		Floater_Window_Check(width,height,name,status,toolbar,directories,menubar,resizable,scrollbars,location,left,top)
}


function Floater_Window_Check(width,height,name,status,toolbar,directories,menubar,resizable,scrollbars,location,left,top) {
	if (floaters.attempts == 0 || floaters.windowRef.closed) {
		Floater_Window_Open(width,height,name,status,toolbar,directories,menubar,resizable,scrollbars,location,left,top);
	}else{
		floaters.windowRef.close();
		Floater_Window_Open(width,height,name,status,toolbar,directories,menubar,resizable,scrollbars,location,left,top)
		}
}

function Floater_Window_Open(width,height,name,status,toolbar,directories,menubar,resizable,scrollbars,location,left,top) {
	var params = ""
	params = params + "status=" + status + ","
	params = params + "toolbar=" + toolbar + ","
	params = params + "directories=" + directories + ","
	params = params + "menubar=" +menubar + ","
	params = params + "resizable=" + resizable + ","
	params = params + "scrollbars=" + scrollbars + ","
	params = params + "width=" + width + ","
	params = params + "height=" + height + ","
	params = params + "left=" + left + ","
	params = params + "location=" +location + ","
	params = params + "top=" + top
	floaters.windowRef = window.open(floaters.url,name,params);
	
	if (floaters.windowRef.opener == null){
		 floaters.windowRef.opener = window;
	}
	floaters.windowRef.opener.name = window.name;
	floaters.attempts++
}
<!-- Check to see if browser is IE 5 -->
var howMany = 41
var quote = new Array(howMany+1)
quote[0]="Force, and fraud, are in war the two cardinal virtues."
quote[1]="War is the great scavenger of thought."
quote[2]="War is the supreme drama of a completely mechanized society."
quote[3]="The quickest way of ending a war is to lose it."
quote[4]="Anyone who has ever looked into the glazed eyes of a soldier dying on the battlefield will think hard before starting a war."
quote[5]="There is nothing so subject to the inconstancy of fortune as war."
quote[6]="War is regarded as nothing but the continuation of politics by other means."
quote[7]="It takes twenty years or more of peace to make a man; it takes only twenty seconds of war to destroy him."
quote[8]="I'm trying to die correctly, but it's very difficult, you know."
quote[9]="All men think all men mortal, but themselves."
quote[10]="Life yields only to the conqueror. Never accept what can be gained by giving in. You will be living off stolen goods, and your muscles will atrophy."
quote[11]="I dream, therefore I exist."
quote[12]="Society often forgives the criminal; it never forgives the dreamer."
quote[13]="He who sleeps half a day has won half a life."
quote[14]="While the doctors consult, the patient dies."
quote[15]="Friends are like fiddle strings, they must not be screwed too tight."
quote[16]="A friend to all is a friend to none."
quote[17]="The calmest husbands make the stormiest wives."
quote[18]="The shortest answer is doing."
quote[19]="To talk without thinking is to shoot without aiming."
quote[20]="When the sword of rebellion is drawn, the sheath should be thrown away."
quote[21]="The mob has many heads but no brains."
quote[22]="Speak not of my debts unless you mean to pay them."
quote[23]="A blind man will not thank you for a looking-glass."
quote[24]="He that is born to be hanged shall never be drowned."
quote[25]="A country can be judged by the quality of its proverbs."
quote[26]="Flattery makes friends and truth makes enemies."
quote[27]="Life without a friend is death without a witness."
quote[28]="Translators, traitors."
quote[29]="If a man deceives me once, shame on him; if he deceives me twice, shame on me."
quote[30]="The nail that sticks up will be hammered down."
quote[31]="There are many paths to the top of the mountain, but the view is always the same."
quote[32]="Do not use a hatchet to remove a fly from your friend's forehead."
quote[33]="Of all the thirty-six alternatives, running away is best."
quote[34]="There is hope from the sea, but none from the grave."
quote[35]="When the apple is ripe it will fall."
quote[36]="Marry a mountain girl and you marry the whole mountain."
quote[37]="Life is a bridge. Cross over it, but build no house on it."
quote[38]="It is better to sit down than to stand, it is better to lie down than to sit, but death is the best of all."
quote[39]="If your buttocks burn, you know you have done wrong."
quote[40]="A wise man hears one word and understands two."
quote[41]="The course of true love never did run smooth."
function rndnumber(){
var randscript = -1
while (randscript < 0 || randscript > howMany || isNaN(randscript)){
randscript = parseInt(Math.random()*(howMany+1))
}
return randscript
}
quo = rndnumber()
quox = quote[quo]

// End -->