function print_september(i) 
{ 

var today;
var date;
var year;
var suffix;
var 
month = new Array(); 
month[0]="January"; 
month[1]="February"; 
month[2]="March"; 
month[3]="April"; 
month[4]="May"; 
month[5]="June"; 
month[6]="July"; 
month[7]="August"; 
month[8]="September"; 
month[9]="October"; 
month[10]="November"; 
month[11]="December"; 

var 
day = new Array(); 
day[0]="Sunday"; 
day[1]="Monday"; 
day[2]="Tuesday"; 
day[3]="Wednesday"; 
day[4]="Thursday"; 
day[5]="Friday"; 
day[6]="Saturday"; 

today=new Date(2011,8,i);
date = today.getDate(); 
day = (day[today.getDay()]); 
month = (month[today.getMonth()]); 
year = (today.getFullYear()); 
suffix = (date==1 || date==21 || date==31) ? "st" : "th" && (date==2 || date==22) ? "nd" : "th" && (date==3 || date==23) ? "rd" : "th" ;

var str;
str = day + "," + "&nbsp;" + month + "&nbsp;" + date + "<sup>" + suffix + "</sup>" + "&nbsp;" + "," + "&nbsp;" + year;

document.write(str.bold()); 

switch (date)
{
case 1:
    	document.write("<LI>Preston Golf @ Trinity</li>");
    	document.write("<LI>Preston Freshmen Football @ Berkley Springs - 6:30pm</li>");
	document.write("<br>");
  break;

case 2:
    	document.write("<LI>Preston Boys and Girls Soccer @ Mountain Ridge Shootout  -5:30/7:30pm</li>");
    	document.write("<LI>GROUNDBREAKING - Fellowsville Elem - 10:00 a.m.</li>");
	document.write("<br>");
  break;

case 3:
  	document.write("<LI>Preston Cross Country @ Interstate classic - Clear Spring - 10:00am</li>");
    	document.write("<LI>Preston Boys and Girls Soccer @ Mountain Ridge Shootout  -1:00/3:00pm</li>");
    	document.write("<LI>Preston Golf @ Buckhannon - 4:00pm</li>");
	document.write("<br>");
  break;


case 5:
    	document.write("<LI>No School - Holiday - Labor Day (Board Office closed)</li>");
  	document.write("<LI>Preston JV Football vs Morgantown - 6:30pm</li>");
	document.write("<br>");
  break;

case 6:
    	document.write("<LI>Preston Golf vs North Garrett</li>");
    	document.write("<LI>Preston Girls Soccer @ Keyser  - 6:00pm</li>");
  	document.write("<li>	PTO MEETING - Terra Alta/East Preston - 6:00 p.m.</li>");
  	document.write("<li>	BAND BOOSTERS' MEETING - Preston High (Band Room) - 7:00 p.m.</li>");
  	document.write("<li>	LSIC MEETING - Fellowsville Elem - 5:30 p.m.</li>");
	document.write("<br>");
  break;

case 7:
    	document.write("<LI>Preston Golf @ Morgantown</li>");
    	document.write("<LI>Preston Volleyball vs Grafton - 5:45/7:30pm</li>");
    	document.write("<LI>Preston Freshmen Football @ Fairmont Senior - 6:00pm</li>");
  	document.write("<li>GIFTED PARENT/TEACHER MEETING - Preston High (Library) - 6:00 p.m.</li>");
	document.write("<br>");
  break;

case 8:
  	document.write("<li>	GOLF MATCH - Preston High at Fairmont Senior High (F Field Club)</li>");
  	document.write("<li>	Boys JV Soccer vs Albert Gallatin - 6:00pm</li>");
  	document.write("<li>PICTURES - Rowlesburg School</li>");
	document.write("<br>");
  break;
 
case 9:
    	document.write("<LI>Preston Varsity Football vs Fairmont Senior - 7:30pm</li>");
	document.write("<br>");
  break;


case 10:
    	document.write("<LI>Preston Cross Country @ Gettysburg Cannon Clash - Gettysburg, PA - 9:20am</li>");
    	document.write("<LI>Preston Girls and Boys Soccer @ Hedgesville   -12:00/2:00pm</li>");
  	document.write("<li>	ACT (Not given at PHS)</li>");
  	document.write("<li>	FAIRMONT BAND SPECTACULAR - Preston High Band</li>");
	document.write("<br>");
  break;

case 12:
    	document.write("<LI>Board of Education Meeting - 7:00pm @ Board Office</li>");
    	document.write("<LI>Preston Volleyball vs North Marion - 5:45/7:30pm</li>");
    	document.write("<LI>Preston JV Football @ Fairmont Senior - 6:30pm</li>");
  	document.write("<li>GOLF MATCH - Southern High at Preston High (Alpine)</li>");
  	document.write("<li>	LSIC MEETING - Tunnelton-Denver Elem - 3:00 p.m.</li>");
  	document.write("<li>	PTO MEETING - Tunnelton-Denver Elem - 6:00 p.m.</li>");
	document.write("<br>");
  break;

case 13:
    	document.write("<LI>Preston Volleyball @ Morgantown, Wheeling Park - 6:00pm</li>");
  	document.write("<li>ATHLETIC BOOSTERS' MEETING - Preston High (Library) - 7:00 p.m.</li>");
  	document.write("<li>LIFETOUCH FALL PICTURES - Terra Alta/East Preston </li>");
  	document.write("<li>	LSIC MEETING - Preston High (Library) - 5:00 p.m.</li>");
  	document.write("<li>	MORGANTOWN BAND SPECTACULAR - PHS Band</li>");
  	document.write("<li>	PTA MEETING - Kingwood Elem - 7:00 p.m.</li>");
	document.write("<br>");
  break;

case 14:
    	document.write("<LI>Preston Freshman Football vs Fairmont Senior - 6:30pm</li>");
  	document.write("<li>FFA REGIONAL LEADERSHIP TRAINING - Preston High - 5:30 p.m.</li>");
  	document.write("<li>	Boys JV Soccer @ Bridgeport - 6:00 p.m.</li>");
	document.write("<br>");
  break;

case 15:
    	document.write("<LI>Preston Golf @ North Marion</li>");
	document.write("<br>");
  break;

case 16:
    	document.write("<LI>Preston Football vs Elkins - 7:30pm</li>");
  	document.write("<li>JV VOLLEYBALL - Preston High at Elkins - 6:00 p.m.</li>");
	document.write("<br>");
  break;

case 17:
    	document.write("<LI>Preston Girls and Boys Soccer @ Berkley Springs 9:00/11:00am</li>");
    	document.write("<LI>Preston Volleyball @ Berkley Springs - 11:00am</li>");
  	document.write("<li>MUSIC IN THE MOUNTAINS - Preston High - 6:00 p.m. (gates open at 3:00 p.m.)</li>");
	document.write("<br>");
  break;

case 19:
    	document.write("<LI>Preston JV Football @ Elkins - 6:30pm</li>");
    	document.write("<LI>Preston Volleyball @ North Marion - 5:45/7:30pm</li>");
	document.write("<br>");
  break;

case 20:
    	document.write("<LI>Preston Golf vs Trinity</li>");
    	document.write("<LI>Preston Cross Country @ Broadford Invitational - Oakland, MD - 4:30pm</li>");
    	document.write("<LI>Preston Girls Soccer @ Morgantown  -6:00/8:00pm</li>");
	document.write("<br>");
  break;

case 21:
    	document.write("<LI>Preston Volleyball vs Fairmont Senior - 6:00/7:30pm</li>");
    	document.write("<LI>Preston Girls and Boys Soccer vs North Marion  -6:00/8:00pm</li>");
	document.write("<br>");
  break;

case 22:
    	document.write("<LI>Preston Volleyball vs Elkins - 6:00pm</li>");
    	document.write("<LI>Preston Girls and Boys Soccer vs East Fairmont  -6:00/8:00pm</li>");
  	document.write("<li>GOLF MATCH - Preston High at Wheeling Park (Country Club)</li>");
 	document.write("<br>");
  break;

case 23:
    	document.write("<LI>Preston Football vs North Marion - 7:30pm</li>");
	document.write("<br>");
  break;

case 24:
    	document.write("<LI>Preston Boys and Girls Soccer @ Philip Barbour - 10:00am/12:00pm</li>");
	document.write("<br>");
  break;


case 26:
    	document.write("<LI>Board of Education Meeting @ 7:00pm - Board Office</li>");
    	document.write("<LI>Preston JV Football @ North Marion - 6:30pm</li>");
    	document.write("<LI>Preston Volleyball vs East Fairmont - 5:45/7:30pm</li>");
  	document.write("<li>GOLF MATCH (Region 10) -A.M. at Wheeling Park (Wheeling Country Club)</li>");
	document.write("<br>");
  break;

case 27:
    	document.write("<LI>Preston Cross Country hosts MountainTop Combo - 5:00pm</li>");
    	document.write("<LI>Preston Boys Soccer @ Albert Gallatin - 6:00/8:00pm</li>");
  	document.write("<li>	BOYS' SOCCER - Preston High at Albert Gallatin - 6:00/8:00 p.m.</li>");
	document.write("<br>");
  break;

case 28:
    	document.write("<LI>Preston Freshmen Football @ Morgantown - 6:30pm</li>");
    	document.write("<LI>Preston Boys Soccer @ Southern Garrett - 5:00/7:00pm</li>");
		
	document.write("<br>");
  break;

case 29:
    	document.write("<LI>No School - Outside School Environment Day</li>");
    	document.write("<LI>Buckwheat Festival - Fireman's Day</li>");
	document.write("<br>");
  break;

case 30:
    	document.write("<LI>No School - Out 0f Calendar day (Board Office closed - OSE)</li>");
    	document.write("<LI>Buckwheat Festival - School & Community Day</li>");
    	document.write("<LI>Preston Varsity Football @ Morgantown - 7:30pm</li>");
	document.write("<br>");
  break;

default:
  	document.write("<li>No Events Scheduled Today</li>");
	document.write("<br>");
  break;
}
}
