var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Seal hunt 2010: Pamela Anderson and other celebrities speak out
";
arnews[0] += "Canadian-born Pamela Anderson has been speaking out against Canada's commercial seal hunt for years.";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Watch San Juan actor this Thursday on CBS show 'The Mentalist'
";
arnews[1] += "David Barrera has had roles in CSI: Miami , The West Wing , Veronica Mars , Nip/Tuck , ER , NYPB Blue and 24 , just to name a few.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 07:07:10 GMT";
arnews[1] += "
";
arnews[2]="Columnists: The first word: Hannah Jones
";
arnews[2] += "WITH the Christmas decorations back in the box and a promise of even more snow on the cards, we needn't expect February to be the most thrilling of months.";
arnews[2] += "
Publ.Date : Sat, 30 Jan 2010 10:43:00 GMT";
arnews[2] += "
";
arnews[3]="Thursday's TV Highlights: Amy has a party on 'Parks and Recreation'
";
arnews[3] += "ENTERTAINING: Leslie hosts a dinner party at her house to try to impress Justin on \"Parks and Recreation,\" at 8:30 p.m. on NBC.";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 05:47:31 GMT";
arnews[3] += "
";
arnews[4]="8TH Annual Hbo Luxury Loungea Held in Honor of the 67th Annual Golden Globe Awards
";
arnews[4] += "Jennifer Carpenter enjoyed the HBO Luxury Lounge in honor of the 67th Annual Golden Globe Awards where she picked up goodies from Solstice Sunglass Boutique, L'Oreal Paris, Illia, Invicta Watch Group and Magaschoni for herself and husband, Michael C. Hall, Golden Globe winner for Best Actor in a Television Series, Drama.";
arnews[4] += "
Publ.Date : Mon, 18 Jan 2010 06:13:36 GMT";
arnews[4] += "
";
arnews[5]="Thursday TV Highlights: The study group gets a new member on 'Community'
";
arnews[5] += "BUDDY: After winter break, the study group gets a new addition on a new episode of the comedy \"Community,\" at 8 p.m. on NBC.";
arnews[5] += "
Publ.Date : Thu, 14 Jan 2010 06:00:33 GMT";
arnews[5] += "
";
arnews[6]="Out with the Old and In with the New! CTV Rings in the New Year with a White-Hot Prime-Time Lineup
";
arnews[6] += "CTV kicks off 2010 with a prime-time lineup guaranteed to keep you warm this winter.";
arnews[6] += "
Publ.Date : Thu, 07 Jan 2010 07:40:39 GMT";
arnews[6] += "
";
arnews[7]="What's New Year's Eve without TV specials
";
arnews[7] += "You definitely know it's New Year's Eve when the 'Twilight Zone' marathon hits your TV screen.";
arnews[7] += "
Publ.Date : Thu, 31 Dec 2009 08:00:00 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("