var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kourtney Kardashian 'Baby Bash' Details - Post Chronicle
";
arnews[0] += "Kourtney Kardashian celebrated her \"sleek, chic and elegant\" baby shower with 80 guests at the weekend. The expectant mother - who is due to give birth to her first child with boyfriend Scott Disick in December - was delighted with the bash which was ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 15:16:00 GMT";
arnews[0] += "
";
arnews[1]="False Lindsay Story Making The Rounds - X17online Reports The Truth ... - X17 Online
";
arnews[1] += "The Post claims Lindsay Lohan stormed out of Brittny Gastineau's b-day party at Crown Bar this past Wednesday night after being confronted by ex Courtenay Semel, who begged Linds to go to rehab. First of all, the incident at Crown Bar happened the ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 23:55:00 GMT";
arnews[1] += "
";
arnews[2]="Kardashian Ladies Throw Kourtney a Baby Shower - People
";
arnews[2] += "\"It was a huge success,\" a source tells PEOPLE of the shower , which began at noon and was organized by Los Angeles-based event planner Sharon Sacks, at the family's home in Hidden Hills, Calif. Other guests included Kim's BFF, Tres Glam jewelry ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 03:23:00 GMT";
arnews[2] += "
";
arnews[3]="Kourtney Kardashian 'throws baby shower' - Digital Spy
";
arnews[3] += "Arond 80 guests are believed to have joined Kardashian, her mum Kris Jenner and sisters Kim, Khloe, Kylie and Kendall on Saturday. Other stars in attendance included Brittny Gastineau and comedienne Heather McDonald. The shower was reportedly held at ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT";
arnews[3] += "
";
arnews[4]="Kourtney Kardashian has 'sleek, chic' baby shower - AZCentral.com
";
arnews[4] += "Kourtney Kardashian celebrated her \"sleek, chic and elegant\" baby shower with 80 guests at the weekend. The expectant mother - who is due to give birth to her first child with boyfriend Scott Disick in December - was delighted with the bash which was ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[4] += "
";
arnews[5]="Kourtney Kardashian showered with gifts - Monsters and Critics
";
arnews[5] += "Kourtney Kardashian celebrated her \"sleek, chic and elegant\" baby shower with 80 guests at the weekend. The expectant mother - who is due to give birth to her first child with boyfriend Scott Disick in December - was delighted with the bash which was ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 11:57: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("