var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Downtown substation for police pursued
";
arnews[0] += "The Pittsburgh Downtown Partnership hopes to persuade city officials to open a police substation Downtown by year's end.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:00:00 GMT";
arnews[0] += "
";
arnews[1]="Actor offers a blueprint to students
";
arnews[1] += "Published: Wednesday, February 10, 2010 at 1:00 a.m. Last Modified: Tuesday, February 9, 2010 at 10:48 p.m. Actor and author Hill Harper told University of Florida students Monday to be architects of their lives, creating a blueprint of their goals and dreams that they can use to track success.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 09:50:49 GMT";
arnews[1] += "
";
arnews[2]="Tories target Liberal 'disdain for the Canadian Forces'
";
arnews[2] += "Tuesday, February 9, 2010 6:51 PM Tories target Liberal 'disdain for the Canadian Forces' Jane Taber T he accusations were flying out of the Prime Minister's Office today, again charging that the Liberals believe Canadian troops are guilty of committing war crimes.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="More Events
";
arnews[3] += "Pamper Yourself Pink and Help \"Build a Bridge Join us as we help promote Breast Cancer Awareness.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:21:48 GMT";
arnews[3] += "
";
arnews[4]="As Olympic clock ticks down, opposition feud heats up
";
arnews[4] += "Tuesday, February 9, 2010 4:42 PM As Olympic clock ticks down, opposition feud heats up T he games have begun even before the Games have begun.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:41:51 GMT";
arnews[4] += "
";
arnews[5]="Life on hilarity Hill
";
arnews[5] += "A warning letter to all federal cabinet ministers from the Prime Minister's Office has produced a welcome moment of levity at a time when the national capital clown chamber is closed for prorogies.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:25:51 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("