var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christina Ricci's Ice Apology
";
arnews[0] += "Christina Ricci was unprepared for her role in 'The Ice Storm' 12 years ago. The US actress - who first achieved fame for her role as Wednesday Addams in 'The Addams Family' in 1991 - wants to apologise to her director Ang Lee and the producer James Schamus for her performance in 'The Ice Storm' because she didn't put much effort into the role.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 10:18:52 GMT";
arnews[0] += "
";
arnews[1]="Robert Pattinson and Kristen Stewart Skip New Moon Party for Some Sweet, Sweet Hangina
";
arnews[1] += "Former Creed lead singer Scott Stapp says the tape of him receiving oral sex from groupies along with Kid Rock was not technically a sex tape.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 01:55:35 GMT";
arnews[1] += "
";
arnews[2]="Eyedea & Abilities touring w/ Themselves (dates), Murs & Atmosphere...
";
arnews[2] += "Themselves are on the road with someone else, namely Rhymesayers duo Eyedea & Abilities .";
arnews[2] += "
Publ.Date : Mon, 23 Nov 2009 23:38:33 GMT";
arnews[2] += "
";
arnews[3]="Fear and Loathing in Las Vegas Finally Comes to Blu-ray on February 2, 2010
";
arnews[3] += "You can experience the classic adaptation of Hunter S. Thompson's heralded book in high definition this coming February.";
arnews[3] += "
Publ.Date : Mon, 23 Nov 2009 22:59:00 GMT";
arnews[3] += "
";
arnews[4]="Art who? Twilight star Kellan Lutz to attend Basel event
";
arnews[4] += "There are culture vultures and there are vampires. And then there are blood sucking culture vultures.";
arnews[4] += "
Publ.Date : Mon, 23 Nov 2009 22:54:23 GMT";
arnews[4] += "
";
arnews[5]="Fans over the 'Moon' for Rob Pattinson
";
arnews[5] += "New York City ladies go crazy for Rob Pattinson on Friday, and even lie about their names to a security guard at The Bowery Hotel to get a glimpse of the \"New Moon\" hunk.";
arnews[5] += "
Publ.Date : Mon, 23 Nov 2009 12:17:26 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("