var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Hills: Jayde Nicole Insists She's Still with Brody, Battles Award-Winning Kristin
";
arnews[0] += "Kristin Cavallari has been making and breaking up relationships on The Hills lately, from the Audrina-Justin triangle and now to the Jayde-Brody one.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:49:03 GMT";
arnews[0] += "
";
arnews[1]="Kristin Cavallari 'Came Back With A Vengeance,' Stephanie Pratt Says
";
arnews[1] += "Stephanie Pratt has avoided any significant drama with Kristin Cavallari on this season of \"The Hills,\" so she was happy to help honor K.Cav as Comeback of the Year at the Us Weekly Hot Hollywood Awards on Wednesday in Los Angeles.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:21:00 GMT";
arnews[1] += "
";
arnews[2]="The After Show After Blog: Episode 8
";
arnews[2] += "Let's just pretend you two were just wearing nice outfits this week, shall we? Oh fuck it, never mind, I can't. Dan , seriously, I get that it made your arms and chest look buff, but that shirt was otherwise disgusting.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Brody Jenner: 'Paris Hilton Has Stolen My Best Pal'
";
arnews[3] += "THE HILLS star BRODY JENNER blames PARIS HILTON for leaving him without a best pal - because the socialite has stolen away his friend DOUG REINHARDT.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:12:28 GMT";
arnews[3] += "
";
arnews[4]="Joe Francis - Girls Gone Wild Boss Sued for $34 Million
";
arnews[4] += "Caption: Joe Francis outside Beso Restaurant in Hollywood Los Angeles, California .... GIRLS GONE WILD founder JOE FRANCIS' fortune is on the line - tax officials in America want almost $34 million of it.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:26:38 GMT";
arnews[4] += "
";
arnews[5]="Brody Jenner Mourns The Loss Of Another Bromance
";
arnews[5] += "Brody Jenner is off crying somewhere in the hills of Malibu over his broken bromance with former BFF Doug Reinhardt ! Oh, boo hoo! Seems Reinhardt can't find the time of day for Jenner now that his life has become entirely Paris -centric. \"Paris has taken him away,\" cried Brody to a UK tabloid.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 00:36: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("