var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Play explores trials of senior year
"; arnews[0] += "The trials and tribulations of senior year will be explored during \"Coming of Age,\" a new rock musical set in an all-girls school written and directed by Samantha Kulish , graduate of Brien McMahon ."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 07:54:43 GMT"; arnews[0] += "
"; arnews[1]="Scud misfires in comeback
"; arnews[1] += "Men's Tour Mark Philippoussis loses comeback match in Challenger Event The extent of the task facing Mark Philippoussis was apparent as he began his latest bid to rebuild his tennis career at a Challenger event in Dallas, Texas."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 01:50:00 GMT"; arnews[1] += "
"; arnews[2]="Philippoussis loses to Yani in comeback
"; arnews[2] += "The extent of the task facing Mark Philippoussis was apparent as he began his latest bid to rebuild his tennis career at a Challenger event in Dallas, Texas."; arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 03:02:52 GMT"; arnews[2] += "
"; arnews[3]="Greeks inaugurate leaders
"; arnews[3] += "Morehead State Universitya s Interfraternity Council and Panhellenic Council inaugurated their executive officers for 2010 in a formal ceremony in the Adron Doran University Center."; arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 02:43:32 GMT"; arnews[3] += "
"; arnews[4]="Inqlings: Fox show heats up Hot Potato
"; arnews[4] += "The Hot Potato Cafe in Fishtown was stuffed with customers Saturday night - the day after its Gordon Ramsay -led makeover aired on the Fox show Kitchen Nightmares ."; arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 09:48:18 GMT"; arnews[4] += "
"; arnews[5]="It's doubtful the Vikings' Bryant McKinnie is a hair more mature
"; arnews[5] += "Bryant McKinnie 's hair transformation couldn't make an adult out of him. Recently noticed McKinnie had shaved the braids for an adult male haircut, about which I was going to praise him -- until the Vikings tackle and 2005 Love Boat scandal survivor got kicked off the Pro Bowl team."; arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 01:53:46 GMT"; arnews[5] += "
"; totcount = 6; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");