var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Riley leads Cowgirls into battle of Top 25s
";
arnews[0] += "In 33 games against ranked opponents throughout her career at Oklahoma State, Andrea Riley is averaging 24.1 points and 4.7 assists per game.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:42:08 GMT";
arnews[0] += "
";
arnews[1]="Arts are tie that binds at Saanich's Spectrum high school; more than...
";
arnews[1] += "It's the unwritten high school rule: the different cliques don't socialize with one another.";
arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Arts are tie that binds at Saanich's Spectrum high school; more than...
";
arnews[2] += "It's the unwritten high school rule: the different cliques don't socialize with one another.";
arnews[2] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Sooners look to bounce back against Aggies
";
arnews[3] += "Hold an opponent to fewer than 60 points, and chances are it will generally result in a victory.";
arnews[3] += "
Publ.Date : Sun, 17 Jan 2010 08:36:26 GMT";
arnews[3] += "
";
arnews[4]="Virtue, Moir gearing up for Skate Canada event
";
arnews[4] += "Tessa Virtue and Scott Moir of Canada perform during the ice dance free dance in the Bompard Trophy event at Bercy in Paris October 17, 2009.";
arnews[4] += "
Publ.Date : Sat, 09 Jan 2010 23:35:48 GMT";
arnews[4] += "
";
totcount = 5;
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("