var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Brad and Angelina sue tabloid over report they split
";
arnews[0] += "A London law firm says Brad Pitt and Angelina Jolie are suing a British tabloid which reported that they were to split.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:47:04 GMT";
arnews[0] += "
";
arnews[1]="Ricky Gervais to receive Banff fest's comedy award
";
arnews[1] += "Home : Entertainment : Ricky Gervais to receive Banff fest's comedy award Ricky Gervais to receive Banff fest's comedy award The Canadian Press Date: Tuesday Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 12:40:54 GMT";
arnews[1] += "
";
arnews[2]="Brit funnyman Ricky Gervais to receive Banff festa s comedy award in June
";
arnews[2] += "In this Jan. 11, 2009 file photo, Ricky Gervais poses for a photo backstage at the 66th Annual Golden Globe Awards in Beverly Hills, Calif.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 23:28:12 GMT";
arnews[2] += "
";
arnews[3]="Real-Life Malfeasance Inspires New 'Damages'
";
arnews[3] += "Greenwich native Glenn Close, who won consecutive Emmys for her first two seasons of \"Damages\" , returns for her third season as fearless and fearsome lawyer Patty Hewes.";
arnews[3] += "
Publ.Date : Sun, 24 Jan 2010 11:12:49 GMT";
arnews[3] += "
";
arnews[4]="Diftwood Auction - Win Some Blood Soaked Memorabilia
";
arnews[4] += "Hey Driftwood fans! In case you were unaware, there's a nifty auction going on right now which offers you the chance to take home a bit of horror history! From the Press Release Horror fans will have the opportunity to own the actual costumes worn by actors Ricky Ullman, Talan Torriero, Connor Ross and Diamond Dallas Page in Tim Sullivana s ...";
arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 00:18:18 GMT";
arnews[4] += "
";
arnews[5]="Roger Catlin: Real-Life Malfeasance Inspires New 'Damages'
";
arnews[5] += "Greenwich native Glenn Close , who won consecutive Emmys for her first two seasons of \"Damages\" , returns for her third season as fearless and fearsome lawyer Patty Hewes.";
arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 22:34:11 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("