var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Top 10 Hottest Vampires
";
arnews[0] += "Originally published November 20, 2009 at midnight, updated November 20, 2009 at 8:05 a.m. 10.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:07:16 GMT";
arnews[0] += "
";
arnews[1]="Inqlings: Roberts sets a last forecast
";
arnews[1] += "After 31 years at WPVI, weatherman Dave Roberts announced his retirement on last night's Action News .";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="On TV
";
arnews[2] += "The mighty of the music scene do what they do best this weekend on TV. First, ABC has the \"2009 American Music Awards\" with the return of Whitney Houston, the first awards show appearance by Rihanna since \"the incident\" and a duet by Jay-Z and Alicia Keys, just to drop a few names.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:56:00 GMT";
arnews[2] += "
";
arnews[3]="Rocketship 7's Dave Roberts Is Retiring
";
arnews[3] += "Word out of Philadelphia is that Dave Roberts, the host of the popular children's show \"Rocketship 7\" on WKBW in the 1960s and 1970s, is retiring.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:08:12 GMT";
arnews[3] += "
";
arnews[4]="Today's Pop Five: Rita Skeeter's hopeful hockey guests
";
arnews[4] += "The Pop Five is a series of reader-created top five lists. Today's contribution comes from Kara K. in St.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:25:00 GMT";
arnews[4] += "
";
totcount = 5;
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("