var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Down On The Farm: Project Prospect's Top 50 Prospects For 2010
";
arnews[0] += "View full size photo>> Adam Foster over at Project Prospect posted his Top 50 prospects yesterday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:44:10 GMT";
arnews[0] += "
";
arnews[1]="Vujacica s eight points in 14 minutes = a oeFOR SALEa sign?
";
arnews[1] += "You are here: Home >> US basketball >> NBA >> Vujacic's eight points in 14 minutes = \"FOR SALE\" sign? Vujacic's eight points in 14 minutes = \"FOR SALE\" sign? \"C'mon! Don't trade me!\" With only three NBA games going last night, the most surprising story of the American evening needn't have been too mind-blowing, but Sasha Vujacic's performance in ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 11:32:09 GMT";
arnews[1] += "
";
arnews[2]="Blackpool 1 Leicester City 2 - full match report
";
arnews[2] += "THERE is a lovely moment in Ricky Gervais' BBC comedy The Office when the boss of a paper company is carrying out an appraisal with a not particularly bright member of staff.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 10:29:02 GMT";
arnews[2] += "
";
arnews[3]="Trio charged over alleged abduction
";
arnews[3] += "TWO men and a teenage girl have appeared in court following the alleged attack and abduction of a disabled man from Maud.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:48:15 GMT";
arnews[3] += "
";
arnews[4]="A Cappella Group Dooley Noted Places Third in Regional Competition
";
arnews[4] += "Dooley Noted, an Emory a cappella group, performed last Monday at Founder's Dinner as a part of Founder's Week, which commemorates the University's founding and history.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 08:37:50 GMT";
arnews[4] += "
";
arnews[5]="JohnnyV
";
arnews[5] += "The Lakers got a much-needed day of rest on the very day the average sports fan never feels like doing much beyond watching the Super Bowl.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:13:59 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("