var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Torch relay to receive aboriginal blessings on Vancouver's north shore
";
arnews[0] += "The Olympic torch will spend the day on Vancouver's north shore today, receiving aboriginal blessings by two First Nations communities with official ties to the Games.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:15:30 GMT";
arnews[0] += "
";
arnews[1]="Torch relay to receive aboriginal blessings on Vancouver's north shore
";
arnews[1] += "The Olympic torch will spend the day on Vancouver's north shore today, receiving aboriginal blessings by two First Nations communities with official ties to the Games.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 14:13:47 GMT";
arnews[1] += "
";
arnews[2]="Modern Family redefines family comedy in its freshman year on ABC
";
arnews[2] += "A young man arrived at Ty Burrell's hotel room to stock the minibar and immediately recognized the co-star of the ABC comedy Modern Family.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 14:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Modern Family' a freshman hit
";
arnews[3] += "A young man arrived at Ty Burrell's hotel room to stock the minibar and immediately recognized the co-star of the ABC comedy \"Modern Family.\" He loved the show.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:11:43 GMT";
arnews[3] += "
";
arnews[4]="Driver in U.P. crash that killed 3 pleads guilty
";
arnews[4] += "A Midland County man accused of driving into a group of people walking along an Upper Peninsula road, killing three women, has pleaded no contest to three counts of negligent homicide.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 16:17:32 GMT";
arnews[4] += "
";
arnews[5]="ABC creates a modern hit with 'Family'
";
arnews[5] += "A young man arrived at Ty Burrell's hotel room to stock the minibar and immediately recognized the co-star of the ABC comedy 'Modern Family.' He loved the show.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 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("