var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="How Does Brittny Gastineau Ward Off Jealousy? With Diamonds, Of Course
";
arnews[0] += "When former Gastineau Girls , mother-daughter duo Lisa and Brittny Gastineau, created their Tres Glam fine jewelry line , they did so from the perspective of reality stars and Hollywood insiders.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 17:48:27 GMT";
arnews[0] += "
";
arnews[1]="Ex-BFF: Lindsay Lohan Shows 'What Not to Do'
";
arnews[1] += "Young Hollywood, take note: Lindsay Lohan is no role model - even for those living in the fastest of lanes.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 04:19:50 GMT";
arnews[1] += "
";
arnews[2]="Kourtney Kardashian has baby shower
";
arnews[2] += "Kourtney Kardashian celebrated her \"sleek, chic and elegant\" baby shower with 80 guests at the weekend.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Kourtney Kardashian 'Baby Bash' Details
";
arnews[3] += "Kourtney Kardashian celebrated her \"sleek, chic and elegant\" baby shower with 80 guests at the weekend.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 16:43:59 GMT";
arnews[3] += "
";
arnews[4]="'Keeping Up with the Kardashians' Celebrates Kourtney's Baby Shower
";
arnews[4] += "After weddings and reunions, the Keeping Up with the Kardashians clan went ahead with another big event - Kourtney Kardashian's baby shower.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 05:00:16 GMT";
arnews[4] += "
";
totcount = 5;
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("