var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top-25 College Basketball Game Capsules
";
arnews[0] += "John Wall totaled 22 points, 10 rebounds and three steals to help third-ranked Kentucky overcome a slow start and beat Alabama, 66-55, at Rupp Arena.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:50:57 GMT";
arnews[0] += "
";
arnews[1]="Peppers breaks silence
";
arnews[1] += "CHARLOTTE Five-time Pro Bowl defensive end Julius Peppers said that the \"silent treatment\" the Carolina Panthers are giving him is a pretty clear indication they don't want him back this season.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:44:23 GMT";
arnews[1] += "
";
arnews[2]="Top-25 College Basketball Game Capsules
";
arnews[2] += "Chris Wright and Julian Vaughn stepped up with 21 and 19 points, respectively, to lead No.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:01:58 GMT";
arnews[2] += "
";
arnews[3]="Pop Pioneers To Celebrate 40 Years Of Nature
";
arnews[3] += "Wednesday, 10 February 2010, 2:42 pm Press Release: Fourmyula FOR IMMEDIATE RELEASE Auckland @ The Windsor Castle, Juice Bar Parnell Thursday 18th March tickets from www.undertheradar.co.nz from Monday 15th Feb Upper Hutt @ Expressions Arts & Entertainment Centre Saturday 20th March tickets from www.ticketdirect.co.nz from Monday 15th Feb ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 03:28:09 GMT";
arnews[3] += "
";
arnews[4]="Darlington 1 Lincoln City 1
";
arnews[4] += "Darlington were dealt a cruel blow when they conceded an equalising goal seven minutes into injury-time against Lincoln City tonight.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:11:31 GMT";
arnews[4] += "
";
arnews[5]="Richardson and Scintera Provide Linearization Technology for RF Power Amplifiers
";
arnews[5] += "Richardson Electronics Ltd. announced it has teamed with Scintera Inc. to bring Scintera's recently announced SC1887 to the worldwide market.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:23:33 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("