<!--
	if (top.location !=self.location) {
		top.location=self.location;
	}

	dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");

	monName = new Array ("January","February","March","April","May","June","July","August","September","October","November","December");

	now = new Date;
	/*
	myPix = new Array(
				"images/303ab.gif",
				 "images/303bb.gif",
				 "images/303cb.gif"
			);
	
	thisBk = 0;
	imgCt = myPix.length;
	function rotate(){
		if (document.images){
			if(document.bks.complete){
				if(navigator.appName == "Netscape"){
					thisBk++;
						if(thisBk == imgCt){
							thisBk = 0;
						}
						document.bks.src = myPix[thisBk];
					}
				
				else{
					thisBk++;
					if(thisBk == imgCt){
						thisBk = 0;
					}
				
					bkTrans.filters("blendTrans").apply();
					bkTrans.style.visibility = "visible";
					bkTrans.filters("blendTrans").play();
				
					document.bks.src = myPix[thisBk];
				}
			}
		}
		setTimeout("rotate()", 10*1000)
	}*/
	
	
// -->