var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Donald: 62 not special
";
arnews[0] += "He shot 66-66 on the weekend to finish second, behind Steve Stricker, in the Northern Trust Open at Riviera Country Club in Los Angeles on Sunday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:51:25 GMT";
arnews[0] += "
";
arnews[1]="Chiefs ground Eagles, flattened by Express
";
arnews[1] += "The Langley Chiefs return home for the first time in three weeks with a chance to make sure they will begin the playoffs at the Langley Events Centre.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:14:02 GMT";
arnews[1] += "
";
arnews[2]="Random acts of senseless sporting
";
arnews[2] += "While everyone watched the Saints win the Super Bowl, or if you were a golf aficionado, watched Steve Stricker win the Northern Trust Open, perhaps the most entertaining golfer for your buck in today's game won his 16th European event in Dubai, and it went nearly unnoticed stateside.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:11:11 GMT";
arnews[2] += "
";
arnews[3]="Penalties plague Eagles in pair of one-goal losses
";
arnews[3] += "The Surrey Eagles managed just one of a possible four points in a two-game homestand last weekend, losing both games by one goal.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:38:42 GMT";
arnews[3] += "
";
arnews[4]="Focus on the Family got Super Bowl buzz it wanted
";
arnews[4] += "Suddenly, the focus is off the family - and on the data. One day after the evangelical group Focus on the Family aired its Super Bowl commercial - following a storm of controversy - it was clear on Monday that the group achieved its goal: a torrent of new attention for its website and its brand in social media land.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:23:47 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("