var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bricks and Stones Gossip: Bricks and Stones Go Rose McGowan Went Under The Knife: It looks like Rose McGowan may have gotten plastic surgery!... http://bit.ly/5CqZrG
";
arnews[0] += "Bricks and Stones Go Rose McGowan Went Under The Knife: It looks like Rose McGowan may have gotten plastic surgery!...";
arnews[0] += "
";
arnews[1]="Bricks and Stones Gossip: Rose McGowan Went Under The Knife
";
arnews[1] += "Rose McGowan Went Under The Knife -";
arnews[1] += "
";
arnews[2]="ILC: Rose McGowan – 14th Annual GQ Men Of The Year Party in Los Angeles on November 18, 2009
";
arnews[2] += "Rose McGowan – 14th Annual GQ Men Of The Year Party in Los Angeles on November 18, 2009 -";
arnews[2] += "
";
arnews[3]="shabooty: Rose McGowan & Imperial Teen – “Yoo Hoo”
";
arnews[3] += "Rose McGowan & Imperial Teen – “Yoo Hoo” -";
arnews[3] += "
";
arnews[4]="shabooty: :: Rose McGowan & Imperial Teen - "Yoo Hoo" http://www.shabooty.com/2009/11/21/rose-mcgowan-imperial-teen-yoo-hoo.php
";
arnews[4] += ":: Rose McGowan & Imperial Teen - \"Yoo Hoo\"";
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("