var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="On Feb. 10, 1968, Peggy Fleming won America's only gold medal at the 1968 Winter Olympics
";
arnews[0] += "Today is Wednesday, Feb. 10, the 41st day of 2010. There are 324 days left in the year.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 13:21:13 GMT";
arnews[0] += "
";
arnews[1]="Today in History
";
arnews[1] += "Published: Wednesday, February 10, 2010 at 4:01 a.m. Last Modified: Wednesday, February 10, 2010 at 12:00 a.m. Today is Wednesday, Feb.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 10:47:20 GMT";
arnews[1] += "
";
arnews[2]="Matthew Peter DiSabella
";
arnews[2] += "Feb. 7, 2010 Matthew Peter DiSabella, 27, of Deer Run Road, Drums, passed away unexpectedly Sunday morning at his home.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="2 young victims' burials on same day
";
arnews[3] += "Two communities already in mourning will be saying their final farewells Wednesday to young adults who died in unrelated incidents last week.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:40:43 GMT";
arnews[3] += "
";
arnews[4]="The Mafia, the Navy and the Normandie
";
arnews[4] += "Author Paddy Kelly left Ireland for New York in 1966. Since then, he has worked in TV advertising, given cookery lessons to stressed-out couples, spent four years in the navy and eight years in Special Operations before returning to Ireland, where he now splits his time between writing and theatre directing.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:45:52 GMT";
arnews[4] += "
";
arnews[5]="Born from jungle techno, the amen break, hip-hop and dub: a history of Drum'n'Bass
";
arnews[5] += "Perhaps you were there in 1991 when someone spun We Are i.e. for the first time.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 15:28:59 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("