var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kicking off the Colin Kaepernick hype...presented by Clearview Cleaning.
";
arnews[0] += "Nevada's Colin Kaepernick needs no introduction here. But still, this guy can't be a quarterback, can he? With two games left in his junior year, Kaepernick in his career has accumulated 2,852 yards and 39 touchdowns...rushing. Add in his passing, and he's at 9,610 yards, responsible for 96 TDs.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 20:53:37 GMT";
arnews[0] += "
";
arnews[1]="Jay-Z to perform at 2010 BRIT Awards
";
arnews[1] += "The 'Empire State of Mind' rapper has been signed up to star at the 2010 ceremony where he will perform a medley of his biggest hits and a duet with a surprise artist - believed to be his wife Beyonce Knowles, Alicia Keys or Coldplay frontman Chris Martin.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 20:26:08 GMT";
arnews[1] += "
";
arnews[2]="Nashville 3, Detroit 1: Slow start, Predators goalie Pekka Rinne doom Red Wings
";
arnews[2] += "By the time the Red Wings played with desperation, the Predators had had enough power plays to grab a lead, and Pekka Rinne wouldn't relinquish it.";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 20:16:00 GMT";
arnews[2] += "
";
arnews[3]="Recap: Predators 3, Red Wings 1
";
arnews[3] += "WHAT HAPPENED: Jason Arnott scored on a power play for Nashville at 10:24 of the first period, stuffing his rebound past Chris Osgood.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 20:15:33 GMT";
arnews[3] += "
";
arnews[4]="ANAMBRA 2010: Open campaigns yet to begin
";
arnews[4] += "WITH the judgment in the suit instituted by Dr. Andy Uba, now delivered, the coast is clear forA 25 governorship candidates of different political parties vying for the February 6, 2010 election to move into the field.";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 20:13:59 GMT";
arnews[4] += "
";
arnews[5]="Nash. 3, Det. 1: Erat's 2 goals doom Red Wings
";
arnews[5] += "Martin Erat scored two goals and the Nashville Predators beat the Detroit Red Wings, 3-1, tonight for their sixth straight victory.";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 20:12: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("