var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A.M. CLICKS: Making up for it; The most bizarre feud ever?
";
arnews[0] += "CLICK HERE FOR FRIDAY AFTERNOON'S HOT CLICKS After yesterday's Hot Clicks debacle , there was only one way I could make things up to the faithful members of Hot Clicks Nation -- Marisa Miller .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:23:14 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Love Hewitt, Miley Cyrus, and Taylor Swift drink HINT to stay slim
";
arnews[1] += "Miley Cyrus, Taylor Swift, and Jennifer Love Hewitt drink HINT water to stay slim.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:05:39 GMT";
arnews[1] += "
";
arnews[2]="Why Victoria Beckham's bad hair day means a good hat day
";
arnews[2] += "Victoria Beckham is brimful of confidence as she sports a cute cloche hat. By Hilary Alexander , Fashion Director Published: 5:21PM GMT 20 Nov 2009 Victoria Beckham hides behind her latest accessory: an upturned flowerpot-style cloche hat.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:48:12 GMT";
arnews[2] += "
";
arnews[3]="Blake Lively/Barneys New York/Missed Connections Illustrated
";
arnews[3] += "Maggie Wrobel Published on Friday, Nov. 20, 2009 3:44PM EST Last updated on Friday, Nov.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:27:32 GMT";
arnews[3] += "
";
arnews[4]="Victoria Beckhama s Virtual Insanity
";
arnews[4] += "I wasn't aware that the Jamiroquai look was back, but what the hell do I know? Last night at LAX, Victoria Beckham strolled out wearing a hat that looks kind of familiar.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:39:57 GMT";
arnews[4] += "
";
arnews[5]="Celebrity Cosmetics - Christmas Gifts
";
arnews[5] += "Easy Eye Solutions products can give you a naturally radiant and healthy celebrity look, which we all want.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:21:48 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("