var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="were married
";
arnews[0] += "One of Hollywood's favorite pin-up boys is officially off the singles list. \"Dawson's Creek\" heartthrob James Van Der Beek, 26, married actress Heather McComb, also 26, over the long holiday weekend in an outdoor ceremony in Malibu, reports the Associated Press.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 04:09:09 GMT";
arnews[0] += "
";
arnews[1]="Light on the Lobby
";
arnews[1] += "LAST night's Channel Four Dispatches programme investigated what the makers described as \" one of the most powerful and influential political lobbies in Britain\" - the lobby working for the State of Israel.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 01:00:32 GMT";
arnews[1] += "
";
arnews[2]="A Century of Poetry Review
";
arnews[2] += "With the handover of the laureateship, the Oxford poetry professorship debacle, the 30th anniversary of Radio 4's Poetry Please and a major promotion on BBC television, poetry has been much in the news this year.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 00:05:27 GMT";
arnews[2] += "
";
arnews[3]="Show Killers: Lindsay Price and other suspects
";
arnews[3] += "Following the news that ABC will not be ordering additional episode of freshman drama Eastwick , costar Lindsay Price has been named a suspected show killer.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 17:24:29 GMT";
arnews[3] += "
";
arnews[4]="Andy Sonnanstine and Babe Ruth
";
arnews[4] += "Slowinski asked what the Rays should do with Andy Sonnanstine last week. It's pretty obvious.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 01:56:41 GMT";
arnews[4] += "
";
arnews[5]="Shine On! Lights Back Up On Katy Trail
";
arnews[5] += "The lights are shining brightly again along Dallas ' Katy Trail . \"The lights are on!\" Eric Paulson with the Friends of the Katy Trail said.";
arnews[5] += "
Publ.Date : Tue, 10 Nov 2009 14:57:53 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("