var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Christian Siriano Attends Surprise Birthday Party
";
arnews[0] += "Christian Siriano was totally surprised by his boyfriend Brad Walsh with a birthday party at The Eldridge in NYC this Saturday.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 00:50:39 GMT";
arnews[0] += "
";
arnews[1]="Bikini Girl Still Fighting With DioGuardi
";
arnews[1] += "Bikini Girl says 'Idol's' DioGuardi harbors animosity toward her, but she thinks the judge is 'pretty' Katrina \"Bikini Girl\" Darrell and judge Kara DioGuardi clearly didn't start their relationship off on the right foot as the 21-year-old sex symbol told DioGuardi off during her audition in Phoenix, Arizona.";
arnews[1] += "
Publ.Date : Thu, 21 May 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Catch Di Riddim
";
arnews[2] += "Boyz II Men to release Love November 23 Nineties' R&B group Boyz II Men will create their own brand of magic once again with the release of their third covers album Love, on November 23.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 11:45:41 GMT";
arnews[2] += "
";
arnews[3]="11.05.09 | INTERVIEW || Brad Walsh
";
arnews[3] += "I liked the guy right off the bat. He didnt have an attitude and didn't act out like some people who date someone famous.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Christian Siriano is Ariel for Halloween
";
arnews[4] += "Designer Christian Siriano and his boyfriend Brad Walsh went all out for Halloween this year.";
arnews[4] += "
Publ.Date : Sun, 01 Nov 2009 03:55:00 GMT";
arnews[4] += "
";
arnews[5]="Lady Gaga a Paid Her Duesa For Success, Akon Says
";
arnews[5] += "MTV.com - \" After winning three Moonmen at the 2009 VMAs and becoming the first singer in a decade to hit #1 with her first two singles, Lady Gaga has definitely certified herself as the breakout star of the year.";
arnews[5] += "
Publ.Date : Sat, 26 Sep 2009 01:17:21 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("