var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A Moment of Mafia With Congo L. Omelot: Superheroes III: Onslaught of the Goliaths
";
arnews[0] += "The Rules of this game are Complex and Different to those you are used To. For one, this game has A map.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:59:38 GMT";
arnews[0] += "
";
arnews[1]="Citizen concerned about tennis courts
";
arnews[1] += "A citizen visited the Bainbridge City Council Tuesday night to ask for help making a neighborhood recreation spot a better place to play at.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:56:58 GMT";
arnews[1] += "
";
arnews[2]="Tar Heels hold off Buckeyes, 77-73
";
arnews[2] += "There was so much to talk about after No. 6 North Carolina held on for 77-73 victory over No.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:25:48 GMT";
arnews[2] += "
";
arnews[3]="College basketball: Balanced scoring lifts Michigan women
";
arnews[3] += "Freshman guard Dayeesha Hollins scored 18 points as Michigan's women defeated Southern Mississippi, 91-54, on Thursday at Crisler Arena.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:09:22 GMT";
arnews[3] += "
";
arnews[4]="Playoffs: Stampeders Report Card
";
arnews[4] += "CFL.ca Staff TORONTO -- CFL.ca columnists Matt Cauz and Jaime Stein along with Mitch the Intern will grade each team heading into the Eastern and Western Division Finals.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:27:41 GMT";
arnews[4] += "
";
arnews[5]="Going deep with Shiancoe
";
arnews[5] += "Minnesota Vikings tight end Visanthe Shiancoe checks in for a live chat with NFL.com to discuss his season and the Minnesota Vikings on Friday, November 20 at 3 p.m. ET.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:53:22 GMT";
arnews[5] += "
";
arnews[6]="ECU Announces 2011 Baseball Freshman Class
";
arnews[6] += "Eleven high school seniors have committed to play baseball at East Carolina University in 2011, head baseball coach Billy Godwin announced Friday.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:37:59 GMT";
arnews[6] += "
";
totcount = 7;
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("