var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thousands cheer - Star-ecentral.com
";
arnews[0] += "Astro 712) tomorrow: > Live from the Red Carpet: New Moon at 8.40pm (Hosted by Giuliana Rancic and Ashlan Gorse) > Fashion Police: New Moon – at 9.05pm (E! recaps fashion do’s & don’ts at the red carpet premiere of New Moon )";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 23:21:00 GMT";
arnews[0] += "
";
arnews[1]="Fashion Police on E! Gets Taylor from Rachel Zoe - Zimbio
";
arnews[1] += "We know you've all been losing sleep wondering where the hell Taylor Jacobson would go after leaving Rachel Zoe's side, and we're here to say that you can sleep peacefully tonight. The Rachel Zoe Project alum was snatched up by E!'s Fashion Police ...";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[1] += "
";
totcount = 2;
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("