var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Post a Comment
";
arnews[0] += "North Marion entered Friday's contest at Cascade tied atop the Capital Conference with the Cougars, but left town with effectively a two-game lead, after a 61-53 win that also gave the Huskies a sweep of the season series.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:34:28 GMT";
arnews[0] += "
";
arnews[1]="Huskies regain control of Capital Conference lead
";
arnews[1] += "Kelly Christensen, shown during last week's game against Estacada, led the Huskies with 19 points during Friday night's win over Cascade.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Movies to put you in the mood for love
";
arnews[2] += "It's that time of year: Scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:54:31 GMT";
arnews[2] += "
";
arnews[3]="Great DVDs to cuddle up to on Valentine's Day
";
arnews[3] += "It's that time of year: scores of love stories, both classic and modern, are making their way onto DVD.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:52:11 GMT";
arnews[3] += "
";
arnews[4]="What to Expect from a George Lucas Musical
";
arnews[4] += "Feb 09, 2010 Out of George Lucas ' Death Star-like headquarters comes word that the Star Wars creator/ruiner is producing a computer-animated musical, to be directed by Kevin Munroe and written by David Berenbaum .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:33:00 GMT";
arnews[4] += "
";
arnews[5]="Bilson 'absolutely not...
";
arnews[5] += "Hollywood couple ASHTON KUTCHER and DEMI MOORE are planning to make St. Valentine's Day extra special for 270 human trafficking victims - by sending each one of them roses.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 13:58:19 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("