var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Best Bashes
";
arnews[0] += "The insanity at Alexander Wang's spring 2010 party. Photo: Patrick McMullan Where you sit at a show is supposed to be a social-status indicator.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:00:05 GMT";
arnews[0] += "
";
arnews[1]="Mehcad Brooks "Packages" Himself For Calvin Klein
";
arnews[1] += "Actor Mehcad Brooks is one of the new Calvin Klein underwear models. And he's giving folks even more reason to watch his new show \"The Deep End\"... a LOT more reason... HELLO.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:43:40 GMT";
arnews[1] += "
";
arnews[2]="PHOTOS: Mehcad Brooks Bulges for Calvin Klein
";
arnews[2] += "Last week we had the first images of True Blood hotness Mehcad Brooks as one of the abtastic new bodies for Calvin Klein's X brand of underwear.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:49:36 GMT";
arnews[2] += "
";
arnews[3]="Hunks in Calvin Klein trunks
";
arnews[3] += "Two actors and two sportsmen line up in CK's new campaign. Who's your favourite? 05 FEBRUARY 2010 To show off its new line of underwear, American brand Calvin Klein X chose four famous faces to act as models: Twilight star Kellan Lutz, Desperate Housewives' bad boy Mehcad Brooks, Japanese footballer Hidetoshi Nakata, and Spanish tennis ace Fernando ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 20:31:57 GMT";
arnews[3] += "
";
arnews[4]="Anderson Cooper Inches Out of Closet
";
arnews[4] += "CNN's silver fox, Anderson Cooper, has long been rumored to be gay, but has never publicly confirmed it, although it has been an open secret in New York media circles.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="Calvin Klein's Intimate After-Party to Host a Lot of Hotties
";
arnews[5] += "Switching gears a smidge this season, Calvin Klein has decided to forego the typical supper fete for an intimate party for both men's and women's collections.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 01:15:47 GMT";
arnews[5] += "
";
arnews[6]="Bad Judgement Du Jour. Covering Kellan Lutz's Abs
";
arnews[6] += "Lutz and his dreamy gaze are just part of a quintessential quartet, each sporting a style of Calvin Klein underwear, that could make any grown woman start giggling like a little girl.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 01:50:58 GMT";
arnews[6] += "
";
arnews[7]="David Furnish, Utah, Megan Phelps, , GayTM, Snooki
";
arnews[7] += "Close the GayTM: The DNC gave $500,000 to anti-gay Blue Dog Democrat Ben Nelson .";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 23:10:00 GMT";
arnews[7] += "
";
totcount = 8;
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("