var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="The Nine - 1x03 "What's Your Emergency?" - Part 5/5
";
arnews[0] += "THE NINE was a short-lived American television serial drama that premiered in 2006. . THE NINE focuses on nine people who are entangled in a bank heist gone wrong. The nine people...";
arnews[0] += "
Publ.Date : Mon, 12 Oct 2009 21:33:01 GMT";
arnews[0] += "
";
arnews[1]="30 Days Until I'm Famous
";
arnews[1] += "Maggie Moreno (Camille Guaty of The Help) is a hard-working Latina with no time for dreams. Cole (Sean Patrick Flanery of The Dead Zone) is a self-centered music manager who lives...";
arnews[1] += "
Publ.Date : Fri, 24 Jul 2009 23:20:13 GMT";
arnews[1] += "
";
arnews[2]="Los Fantasmas De Mi Ex - Trailer Subtitulado
";
arnews[2] += "Trailer by ZonaTrailer";
arnews[2] += "
Publ.Date : Sat, 18 Apr 2009 14:35:04 GMT";
arnews[2] += "
";
arnews[3]="Cupid: Bobby Cannavale
";
arnews[3] += "Hollywood 411 goes behind the scenes on the new ABC show CUPID starring Bobby Cannavale & Sarah Paulson. Cannavale plays the mythical figure Cupid, or does he? His sanity comes...";
arnews[3] += "
Publ.Date : Thu, 02 Apr 2009 09:05:48 GMT";
arnews[3] += "
";
arnews[4]="Golden Globes 2009 After Party Marissa Tomei INSTYLE and WAR
";
arnews[4] += "Golden Globes 2009 After Party Marissa Tomei INSTYLE and WARNER BROS. STUDIOS TO HOST 10th ANNUAL STAR-STUDDED GOLDEN GLOBES AWARDS AFTER-PARTY EXCLUSIVE FIRST ON YOUTUBE Golden...";
arnews[4] += "
Publ.Date : Wed, 14 Jan 2009 01:45:55 GMT";
arnews[4] += "
";
arnews[5]="Golden Globes 2009 After Party Aaron Eckhart INSTYLE and WAR
";
arnews[5] += "Golden Globes 2009 After Party Aaron Eckhart INSTYLE and WARNER BROS. STUDIOS TO HOST 10th ANNUAL STAR-STUDDED GOLDEN GLOBES AWARDS AFTER-PARTY EXCLUSIVE FIRST ON YOUTUBE Golden...";
arnews[5] += "
Publ.Date : Tue, 13 Jan 2009 10:50:48 GMT";
arnews[5] += "
";
arnews[6]="Golden Globes 2009 After Party Blake Lively interview INSTYL
";
arnews[6] += "Golden Globes 2009 After Party Blake Lively interview INSTYLE and WARNER BROS. STUDIOS TO HOST 10th ANNUAL STAR-STUDDED GOLDEN GLOBES AWARDS AFTER-PARTY EXCLUSIVE FIRST ON YOUTUBE...";
arnews[6] += "
Publ.Date : Tue, 13 Jan 2009 10:31:23 GMT";
arnews[6] += "
";
arnews[7]="Gerard Butler Attends Warner Bros. Golden Globes 2009 After
";
arnews[7] += "Gerard Butler Attends Warner Bros. Golden Globes 2009 After Party INSTYLE and WARNER BROS. STUDIOS TO HOST 10th ANNUAL STAR-STUDDED GOLDEN GLOBES AWARDS AFTER-PARTY Golden Globe...";
arnews[7] += "
Publ.Date : Tue, 13 Jan 2009 02:22:41 GMT";
arnews[7] += "
";
arnews[8]="Cupid Trailer (ABC)
";
arnews[8] += "http://tvseries.pinurl.com - Cupid is a romantic dramedy about Trevor, a larger than life character who may or may not be the Roman god of love, Cupid, sent to earth to bring...";
arnews[8] += "
Publ.Date : Mon, 12 Jan 2009 16:11:09 GMT";
arnews[8] += "
";
document.title=document.title+ " ";
arnews[9]="New Year's Party at Tao
";
arnews[9] += "Mariah Carey celebrated the new year at Tao Nightclub inside the Venetian along with Vanessa Simmons and Camille Guaty.";
arnews[9] += "
Publ.Date : Tue, 01 Jan 2008 14:08:56 GMT";
arnews[9] += "
";
totcount = 10;
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("