var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gianfranco Zola could face axe
";
arnews[0] += "LOUIS SAHA has been told to get back on the goal trail and help Everton respond to the Mersey misery of losing at Liverpool on Saturday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:43:19 GMT";
arnews[0] += "
";
arnews[1]="Recommend
";
arnews[1] += "By George Watkins, Ryan Wallace and David Almanzar * sports@thecalifornian.com * February 10, 2010 The Soledad High boys soccer team defeated King City 4-0 Tuesday evening to stay at the top in the hunt for the Mission Trail Athletic League title.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:13:52 GMT";
arnews[1] += "
";
arnews[2]="Soccer Roundup: Soledad boys roll past King City to stay tied on top of MTAL
";
arnews[2] += "By George Watkins, Ryan Wallace and David Almanzar * sports@thecalifornian.com * February 10, 2010 The Soledad High boys soccer team defeated King City 4-0 Tuesday evening to stay at the top in the hunt for the Mission Trail Athletic League title.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 15:09:37 GMT";
arnews[2] += "
";
arnews[3]="Indiana drug research, manufacturing rose in '09
";
arnews[3] += "Indiana's contract drug research and manufacturing companies continued to expand in 2009, despite the economic downturn, uncertainly related to healthcare reform, and other market developments, according to a new report today.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 15:05:50 GMT";
arnews[3] += "
";
arnews[4]="Upset city
";
arnews[4] += "The 3. The steal. The drive. And THE DUNK! - the one they won't forget at Albany State.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 14:25:32 GMT";
arnews[4] += "
";
arnews[5]="Reading FC's super-fit Long back to his best says McDermott
";
arnews[5] += "Brian McDermott believes Reading fans are finally seeing the best of Shane Long after striker made it four goals in three games with a match-winning double against Plymouth last night.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 14:02:23 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("