var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pussycat Doll Melody Thornton Celebrates 24th Birthday - whudat.com
";
arnews[0] += "This past weekend The Pussycat Doll’s Melody Thornton celebrated her 24th birthday (her born date is Sept. 28) at a private party at Les Deux in Los Angeles, California. It could have doubled for an album release party, PCD’s new album Doll ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 01:06:00 GMT";
arnews[0] += "
";
arnews[1]="52nd annual Grammy Awards - Ottawa Sun
";
arnews[1] += "REUTERS/Mario Anzuoni R&B singer Melody Thornton poses on the red carpet at the 52nd annual Grammy Awards in Los Angeles January 31, 2010. REUTERS/Mario Anzuoni Lady Gaga arrives at the Grammy Awards on Sunday, Jan. 31, 2010, in Los Angeles. (";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 11:36: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("