var arnews = new Array(6);
totcount = 6;
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]="Bitch-Back! Taylor Swift Gets Around
";
arnews[1] += "Dear Joe Dirt: I like Tay-squared better. And no new dirt on Jonas, other than he's in Madrid alone right now.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 21:32:28 GMT";
arnews[1] += "
";
arnews[2]="Taylor Jacobson Is Now Policing Twilight Fashion on E
";
arnews[2] += "Last night, Taylor Jacobson joined Giuliana Rancic in E!'s Twilight installment of Fashion Police .";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 19:57:50 GMT";
arnews[2] += "
";
arnews[3]="Taylor Jacobson Talks Twilight Fashion, Confirms Split With Rachel Zoe
";
arnews[3] += "\"I no longer work for Rachel, we separated. We are divorced. I'm not in touch with anyone.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Check Out PH8, The Sporty New Line From Bebe, In Stores Now
";
arnews[4] += "To be honest, I was never really a fan of Bebe Sport- my style has always been a little more running shorts, and a little less, err, rhinestone-encrusted stretch pants.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 18:17:40 GMT";
arnews[4] += "
";
arnews[5]="For the Love of Ray J: It's About Time
";
arnews[5] += "Looks like my karma for all of those hours of voluntarily tickling homeless men has finally paid off because Ray J is back! So I totally tried to audition for this season but chickened out the night of the event.";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 12:41:16 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("