var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kill Theory
";
arnews[0] += "An After Dark Films release of an Element Films presentation in association with Lift Productions and Cross River Pictures of a Benderspink and Element Films production.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 18:34:27 GMT";
arnews[0] += "
";
arnews[1]="Match-ups to possibly decide league titles this week
";
arnews[1] += "There are two weeks left in the regular season and league races are getting tighter and tighter.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 10:40:02 GMT";
arnews[1] += "
";
arnews[2]="Black Knights down Warriors; Trojans, Tigers earn wins, too
";
arnews[2] += "The Black Knights used a 26-9 first quarter then held the Warriors to 10 second-half points in their 79-32 girls' basketball win Thursday.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 09:22:08 GMT";
arnews[2] += "
";
arnews[3]="A new star rises above the Hollywood Walk of Fame
";
arnews[3] += "The W Hollywood Hotel & Residences opened in true Hollywood style January 29, hosted by Jimmy Kimmel of ABC's 'Jimmy Kimmel Live!' while the exclusive, invitation-only crowd was serenaded by crooner Robin Thicke.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 14:26:16 GMT";
arnews[3] += "
";
arnews[4]="Los Angeles - Event Report: Inside the Grammy Parties: Midnight...
";
arnews[4] += "Taboo, Fergie, and Apl.de.ap of the Black Eyed Peas performed at the Dipdive Data awards at the Hollywood Palladium on January 28.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 01:16:51 GMT";
arnews[4] += "
";
arnews[5]="Panther, J-Hawks split games
";
arnews[5] += "\" The NU High and Jesup basketball teams split a pair of games Tuesday at Nielsen Fieldhouse.";
arnews[5] += "
Publ.Date : Mon, 25 Jan 2010 20:52:38 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("