var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Who will be this offseason's Bobby Abreu?
";
arnews[0] += "If this offseason is anything like last offseason -- and it just might be, given the continuing economic problems in the real world -- the free-agent market will take quite awhile to develop.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:46:35 GMT";
arnews[0] += "
";
arnews[1]="Flames aim to bounce back versus Kings
";
arnews[1] += "Jane loses his sight as the result of an explosion while investigating a financial adviser's murder, forcing him to rely on his other senses.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:26:19 GMT";
arnews[1] += "
";
arnews[2]="Calgary Flames (12-6-2) at Los Angeles Kings (13-8-2), 4 p.m.
";
arnews[2] += "The Calgary Flames will try to bounce back from an embarrassing loss when they visit the Los Angeles Kings today for an afternoon clash at Staples Center.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:54:37 GMT";
arnews[2] += "
";
arnews[3]="Jingle Cats comeback
";
arnews[3] += "The festive felinesa TM new refined sound is more cat, less scratch. SUPPLIED IMAGE After a lengthy catnap, festive felines the Jingle Cats are back a ' and now they're considerably less annoying.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:51:15 GMT";
arnews[3] += "
";
arnews[4]="COMMENTARY: Pastor is driven by multiple purposes
";
arnews[4] += "Rick Warren is on multiple missions. The Christian pastor who spoke the prayer at President Barack Obama's inauguration, a choice that prompted protests from gay rights activists, came here this month to talk about the future of evangelicalism at the Pew Forum on Religion & Public Life.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:26:39 GMT";
arnews[4] += "
";
arnews[5]="Thumbs Up, Thumbs Down for Nov. 21
";
arnews[5] += "After months of angst, the solution to save the Palm Springs Racquet Club seemed as simple as returning a slow second serve.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 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("