var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jones jumpstarts Preds
";
arnews[0] += "Jocelyn Jones fired three goals and an assist as the Vernon Advertising Works Predators swamped the Shuswap Tsunami 11-8 in Tween B ringette play Saturday at the Priest Valley Arena.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:07:16 GMT";
arnews[0] += "
";
arnews[1]="TVDVD - Army Wives: The Complete Third Season
";
arnews[1] += "With season four looming on the horizon -- premiering April 11, 2010 on Lifetime -- ABC Studios has released the third season of Army Wives on DVD.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:54:07 GMT";
arnews[1] += "
";
arnews[2]="My 2010 Reading List
";
arnews[2] += "Percy Jackson & The Olympians: The Lightning Thief , by Rick Riordan - The movie looks like a great deal of fun, but in general I'm a firm believer of reading the book first.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 09:25:34 GMT";
arnews[2] += "
";
arnews[3]="Army Wives the Complete Third Season DVD
";
arnews[3] += "Army Wives the Complete Third Season DVD Posted by Michael Weyer on 02.09.2010 The drama continues to show a fantastic look at the lives of military families with equal doses of humor and emotion that makes it a great journey to march to.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:32:34 GMT";
arnews[3] += "
";
arnews[4]="John "Jack" T. Delaney, CRNA
";
arnews[4] += "John \"Jack\" T. Delaney , 62, of Blackstone, Mass. died on November 28, 2009 at his residence after a courageous battle with cancer.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:06:53 GMT";
arnews[4] += "
";
arnews[5]="The Next Level: Men's college basketball roundup
";
arnews[5] += "Welcome back to The Next Level. I hope you were able to dig yourselves out of the snow this past weekend and are nice and toasty today.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:06:31 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("