var arnews = new Array(8);
totcount = 8;
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]="Kiss Your Life Hello Radio Show with Special Guest: Nationally...
";
arnews[1] += "Mount Kisco, NY October 24, 2009 -- Paul Gonzalez brings thirty-five years of professional experience from his radio program and media appearances.";
arnews[1] += "
Publ.Date : Sat, 24 Oct 2009 19:54:52 GMT";
arnews[1] += "
";
arnews[2]="Kiss Your Life Hello Radio Show with Special Guest: Nationally...
";
arnews[2] += "Mount Kisco, NY October 24, 2009 -- Paul Gonzalez brings thirty-five years of professional experience from his radio program and media appearances.";
arnews[2] += "
Publ.Date : Sat, 24 Oct 2009 14:02:26 GMT";
arnews[2] += "
";
arnews[3]="Dance Flick DVD Review
";
arnews[3] += "Times sure have changed when a film featuring a character wearing tights which emphasize the outline of her oversized private parts can be rated PG-13. But that's what we have with Dance Flick which, just to make sure you get the dirty double entendre, further hits you over the head by having Ms.";
arnews[3] += "
Publ.Date : Thu, 22 Oct 2009 18:22:57 GMT";
arnews[3] += "
";
arnews[4]="Two join wives' club with Lifetime, TBS
";
arnews[4] += "Sherry Stringfield has been tapped to star opposite Eric McCormack on Lifetime's original movie based on the true story of the con artist known as Clark Rockefeller, and Essence Atkins has landed the female lead opposite Terry Crews on TBS' upcoming comedy series \"Are We There Yet?\" Claiming to be an heir to the famous Rockefeller dynasty, the ...";
arnews[4] += "
Publ.Date : Wed, 07 Oct 2009 15:00:00 GMT";
arnews[4] += "
";
arnews[5]="Two join wives' club with Lifetime, TBS
";
arnews[5] += "Sherry Stringfield has been tapped to star opposite Eric McCormack on Lifetime's original movie based on the true story of the con artist known as Clark Rockefeller, and Essence Atkins has landed the female lead opposite Terry Crews on TBS' upcoming comedy series \"Are We There Yet?\" Claiming to be an heir to the famous Rockefeller dynasty, the ...";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 15:00:00 GMT";
arnews[5] += "
";
arnews[6]="The Last Word: LeToya vs. Capitol, 'The Last Dragon,' Mariah Carey on MJ
";
arnews[6] += "Whata s good everybody? Ita s been an eventful five days as film director Roman Polanski gets arrested more than 30 years after having sex with a 13-year-old girl in California, the Obamas campaign to get the 2016 Olympics in Chicago and relief efforts and prayers continue for those affected by a massive earthquakes and tsunamis in Indonesia and ...";
arnews[6] += "
Publ.Date : Fri, 02 Oct 2009 13:17:09 GMT";
arnews[6] += "
";
arnews[7]="Essence Atkins - Actress Atkins Weds
";
arnews[7] += "Caption: Essence Atkins Tiger Jam XII reception held at Mandalay Bay Hotel and Casino Las Vegas, Nevada .... ACTRESS ATKINS WEDS TV actress ESSENCE ATKINS has wed in California.";
arnews[7] += "
Publ.Date : Tue, 29 Sep 2009 00:28:25 GMT";
arnews[7] += "
";
totcount = 8;
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("