function displaydate(){
	var time=new Date()
	var day=time.getDay()
	var month=time.getMonth()
	var date=time.getDate()
	var year=time.getYear()
	
	brow = (navigator.appName);
	if(brow == "Netscape"){
		year = year+1900;
	}
	if (day==0){
		dayname="Sun";
	} else if(day==1){
		dayname="Mon";
	} else if(day==2){
		dayname="Tue";
	} else if(day==3){
		dayname="Wed";
	} else if(day==4){
		dayname="Thu";
	} else if(day==5){
		dayname="Fri";
	} else if(day==6){
		dayname="Sat";
	}
	if (month==0){
		monthname="January";
	} else if(month==1){
		monthname="February";
	} else if(month==2){
		monthname="March";
	} else if(month==3){
		monthname="April";
	} else if(month==4){
		monthname="May";
	} else if(month==5){
		monthname="June";	
	} else if(month==6){
		monthname="July";
	} else if(month==7){
		monthname="August";
	} else if(month==8){
		monthname="September";
	} else if(month==9){
		monthname="October";
	} else if(month==10){
		monthname="November";
	} else if(month==11){
		monthname="December";
	}
	display = monthname + " " + date + ", " + year;
	document.write(display)
}
function NewSelectIt(newLoc){
	newPage = newLoc.options[newLoc.selectedIndex].value;
		if (newPage != "") {
			window.location.href = newPage;
		}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function SelectIt(){
        if (document.Links.Select.options[document.Links.Select.selectedIndex].value != "none"){ 
       parent.location = document.Links.Select.options[document.Links.Select.selectedIndex].value}  
}
function SelectIt1(){
        if (document.story.Select1.options[document.story.Select1.selectedIndex].value != "none"){ 
       parent.location = document.story.Select1.options[document.story.Select1.selectedIndex].value}  
}
function SelectIt2(){
        if (document.story.Select2.options[document.story.Select2.selectedIndex].value != "none"){ 
       parent.location = document.story.Select2.options[document.story.Select2.selectedIndex].value}  
}
function GoToSelected(){
        if (document.uses.Selected.options[document.uses.Selected.selectedIndex].value != "none"){ 
       parent.location = document.uses.Selected.options[document.uses.Selected.selectedIndex].value}  
}
//  create top nav template


