var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lutz, Cruz, and Bosworth at the CK & LAND Event
";
arnews[0] += "What was your favorite moment on the set of Eclipse , the new Twilight movie coming out this summer? \"When I could do my own stunts.";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 00:53:04 GMT";
arnews[0] += "
";
arnews[1]="Courtenay Semel: Hollywood's Most Wanted
";
arnews[1] += "She's standing in the middle of the photo studio, wearing black stilettos and a man's button-down oxford shirt and very little else.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 01:36:10 GMT";
arnews[1] += "
";
arnews[2]="Inside Brittny Gastineau's Family Reunion
";
arnews[2] += "There can be happy true Hollywood stories. Who knew? Socialite and reality show star Brittny Gastineau sat down for a lunch date with her half-brother, Marcus Killian , two weeks ago, marking their first-ever meeting.";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 23:17:00 GMT";
arnews[2] += "
";
arnews[3]="Cheap swarm and gossip
";
arnews[3] += "QUOTE OF THE WEEK: \"I had five guys looking at my shrivelled, burned penis ... I'm good now.";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Douglas supporting Johnson...
";
arnews[4] += "Former American footballer MARK GASTINEAU kept his lovechild with actress BRIGITTE NIELSEN a secret from his daughter BRITTNY - until the RED SONJA star introduced the siblings at a celebrity wedding.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 21:22:53 GMT";
arnews[4] += "
";
arnews[5]="Starr wants 'peaceful'...
";
arnews[5] += "DAME HELEN MIRREN has scoffed at rumours she's planning to write a book about sex - insisting an \"offhand comment\" was simply taken out of context.";
arnews[5] += "
Publ.Date : Wed, 13 Jan 2010 21:22:23 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("