function swapImage(imgName, fileName) {
	if(document.images) {
	var imgToChange="document." + imgName;
	imgToChange=eval(imgToChange);
	imgToChange.src=fileName;
	}
}

function preLoad() {
	if(document.images) {
		if(!document.imageArray) {
			document.imageArray=new Array();
			var i = document.imageArray.length;
			var a = preLoad.arguments;
			for(i=0; i<a.length; i++) {
				document.imageArray[i] = new Image; 
				document.imageArray[i].src=a[i];
			}
		}
	}
}
var today=new Date();
					var month=today.getMonth();
					var day=today.getDate();
					var year=today.getYear();
					if(month==0){
						month="January";
						} else if(month==1){
						month="February";
						} else if(month==2){
						month="March";
						} else if(month==3){
						month="April";
						} else if(month==4){
						month="May";
						} else if(month==5){
						month="June";
						} else if(month==6){
						month="July";
						} else if(month==7){
						month="August";
						} else if(month==8){
						month="September";
						} else if(month==9){
						month="October";
						} else if(month==10){
						month="November";
						} else {
						month="December";
						} 
						
document.write('<script type="text/javascript" src="/templates/javascript/jsfuncs.js"></script>');