var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paris Hilton secretly engaged? - Monsters and Critics
";
arnews[0] += "Paris Hilton is rumoured to have secretly got engaged to Doug Reinhardt. The hotel heiress sparked rumours ... benefit in Los Angeles, she said: \"I'd like to thank my future sister-in-law Casey Reinhardt.\" If Doug, 24, has proposed he needs to look ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:25:00 GMT";
arnews[0] += "
";
arnews[1]="PARIS HILTON GOES SUPERNATURAL - Daily Star
";
arnews[1] += "Paris Hilton will guest in the spooky new series of Supernatural. In a shocking forthcoming plotline, a monster takes on the guise of the US heiress, 28, and goes on a killing spree. Demon hunters Sam and Dean Winchester (Jared Padalecki, 27, and Jensen Ackles, 31) come face to face with the";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 01:27:00 GMT";
arnews[1] += "
";
arnews[2]="Paris Hilton realized she was robbed 2 months later - AZCentral.com
";
arnews[2] += "Paris Hilton didn't notice she had been burgled for two months. The socialite was targeted by the 'Bling Ring Gang' - a group of teenagers, who targeted the homes of the rich and famous - who stole her house keys from under her doormat outside her ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 06:32:00 GMT";
arnews[2] += "
";
arnews[3]="PARIS HILTON REP SLAMS DRUG STORY - New Kerala
";
arnews[3] += "Nicholas Prugo is one of the key members of the so-called Bling Ring who allegedly stole designer clothing, jewellery and cash from properties owned by Hilton, as well as other stars including Lindsay Lohan, Orlando Bloom and Rachel Bilson. The 19 ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 10:00:00 GMT";
arnews[3] += "
";
arnews[4]="Rachel Lee pleads not guilty in thefts at home of Paris Hilton ... - New York Daily News
";
arnews[4] += "Rachel Lee is charged. Articles Lindsay Lohan looks fangtastic in fake vampire teeth ... day LOS ANGELES — A woman accused of being a ringleader of a crew that burglarized the homes of celebrities has pleaded not guilty. Rachel Lee entered the plea ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT";
arnews[4] += "
";
arnews[5]="Is Paris Hilton Secretly Engaged? - Hollyscoop.com
";
arnews[5] += "Is Paris Hilton officially off the market? Rumor has it that her and boyfriend Doug Reinhardt are secretly engaged and are planning on making an announcement soon. Paris sparked rumors that she's gotten engaged when she accepted an award for her ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 14:26:00 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("