function reload(){window.location.reload();} 

function jumpPage(newLoc) {
	newPage = newLoc.options[newLoc.selectedIndex].value
		if (newPage != "") {
	window.location.href = newPage
	}
	}
	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  	window.open(theURL,'ATCT','scrollbars=yes,resizable=yes,width=600,height=415,top=0,left=0');
	}


monName = new Array ("January","February","March","April","May","June","July","August","September","October","November","December")
		now = new Date
		
		
function bookmarksite(title, url){
	if (document.all)
		window.external.AddFavorite(url, title);
	else if (window.sidebar)
		window.sidebar.addPanel(title, url, "")
}
