var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valley sports roundup for Feb. 10
";
arnews[0] += "PALM DESERT - Alberto Villa scored three goals and added one assist as the Coachella Valley High School boys' soccer team won its eighth consecutive game Tuesday with a 5-2 victory over host Palm Desert.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Slaters outlast MR
";
arnews[1] += "Burr and Burton's Peter Schow heads to victory in the South Districts giant slalom at Suicide Six in Pomfret on Tuesday.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Tigers looks for a little magic
";
arnews[2] += "Quick Change, a tandem of magicians who change layers of clothing in the blink of an eye behind an array of banners, glitter and confetti, will take center stage halftime at tonight's Auburn-Georgia game at Beard-Eaves-Memorial Coliseum.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Williams forced to grow up in a hurry
";
arnews[3] += "A little more than a week after landing the job as Georgia's basketball coach last April, Mark Fox was in a gym some 30 miles south of Miami watching Vincent Williams going through a workout that included ball-handling and shooting drills.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:07:41 GMT";
arnews[3] += "
";
arnews[4]="Predicting effectiveness of flu vaccination campaigns
";
arnews[4] += "A new study , published by Elsevier this month in Vaccine describes a new method that assesses the impact and cost-effectiveness of a range of vaccination options.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Hodges wins NB's first-ever district title
";
arnews[5] += "In its first year of varsity competition, the New Braunfels wrestling team has hit milestone after milestone.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 04:12:02 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("