var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie, what do you do exactly?
";
arnews[0] += "CELEBRITY blogger Perez Hilton calls her a \"Z-list actress\". But has Sophie Monk become Australia's very own Lindsay Lohan? Both showed exceptional promise at the start of their careers Monk on the television show Popstars , which launched her girl group Bardot, and Lohan as a budding child actor and model.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:11:01 GMT";
arnews[0] += "
";
arnews[1]="Alcohol Poisoning Causes University of Arkansas Student Hospitalization
";
arnews[1] += "It has been a week since Nicholas Brown, 18, attended the Phi Delta Lamda party which later resulted in his trip to the hospital emergency room.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:03:06 GMT";
arnews[1] += "
";
arnews[2]="Family Matters meets The Young and the Restless ... casting wise
";
arnews[2] += "It's taken a while, but The Young and the Restless has finally filled a role that's been vacant for too long.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 16:02:00 GMT";
arnews[2] += "
";
arnews[3]="Ready for the bus armed with my secret weapons, Rolf and Sir Cliff
";
arnews[3] += "Spring Lane Greetland Halifax While recently travelling on a bus into Halifax, I was disturbed by a young man who was carrying out an annoying habit which seems to be the current trend among the young.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:56:35 GMT";
arnews[3] += "
";
arnews[4]="Kristina Rihanoff at School Disco
";
arnews[4] += "London, School Disco at 229 Critic rating Add your review Description: Classic retro anthems from the residents.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:45:07 GMT";
arnews[4] += "
";
arnews[5]="Relive yesteryear at School Disco
";
arnews[5] += "The show has suddenly become quite wonderful, and the galvanising factor is the terrific stage debut of Melanie C Blood Brothers John Aizlewood The British pop music industry may be eating itself but if Muse are the pick of what it can offer the world in 2010 then British music is in rude health indeed Muse Rachel Dalziel I was smitten by both ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:56:51 GMT";
arnews[5] += "
";
arnews[6]="Holy Warhol Maos! China's Carsick Cars Cover the Velvets' 'Sunday Morning'
";
arnews[6] += "This morning you woke up and we bet you didn't think \"You know what my life needs right now? An underground Chinese band doing a live cover of the Velvet Underground's 'Sunday Morning'!\" Let's pretend you thought that and, magically, the godess of music delivered the following, and everything was suddenly alright: The band is called Carsick Cars, ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 21:57:16 GMT";
arnews[6] += "
";
arnews[7]="Star checks into 'General Hospital'
";
arnews[7] += "Actor James Franco will be guest starring on several episodes of the daytime drama \"General Hopsital.\" James Franco is taking the unusual step of guest starring on \"General Hospital\" Details about the movie actor's character are being kept under wraps Executive producer says he took the role very seriously and was up to the demands of filming Role ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 18:25:30 GMT";
arnews[7] += "
";
arnews[8]="Wednesday 18th November 2009
";
arnews[8] += "AS IT OCCURS TO ME: \"As It Occurs To Me\" episode 6 is recorded and up at The British Comedy Guide .";
arnews[8] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("