var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lady Gaga, Rihanna and Ashley Simpson
";
arnews[0] += "Lady Gaga is auctioning off one of her costumes to raise money for Haiti and Eva Longoria had a wee copy and paste incident yesterday on Twitter! Bindi Irwin's first movie has gone straight to DVD.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:39:59 GMT";
arnews[0] += "
";
arnews[1]="You Are Hooking Up With Who, Jay Sean???
";
arnews[1] += "The Pussycat Dolls' Nicole Scherzinger ?! You lucky bastard! Sources are claiming that Nicole has been seen getting very friendly with Jay Sean for the last several weeks.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 19:13:22 GMT";
arnews[1] += "
";
arnews[2]="'We Are The World' remake cast is beyond random
";
arnews[2] += "Imagine for a moment that you just found out -- like two minutes ago -- that you have to plan a benefit event three days from now.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:39:20 GMT";
arnews[2] += "
";
arnews[3]="Stars remake 'We Are The World' for Haiti victims
";
arnews[3] += "Star-struck singers, rappers and actors, including Barbra Streisand, Kanye West and Miley Cyrus, checked their egos at the door on Monday to record a new version of \"We Are The World\" for Haiti earthquake victims, 25 years after the song raised awareness of the famine in Africa.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 17:07:46 GMT";
arnews[3] += "
";
arnews[4]="Last Ni... - P. Diddy / Keisha C...
";
arnews[4] += "The biggest hip-hop impresario of the mid-'90s, Sean Combs -- known as Puff Daddy both here and in the world of rap until his professional name change to P. Diddy, then just Diddy -- created a multi-million-dollar industry around Bad Boy Entertainment, with recordings by the Notorious B.I.G., Craig Mack, Faith Evans, 112, and Total all produced and ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 12:02:20 GMT";
arnews[4] += "
";
arnews[5]="Comment Now
";
arnews[5] += "The charity anthem \"We Are the World\" has been given a hip-hop, pop twist by 80 artists who have re-recorded the 1980s hit in the same Hollywood studio where the original was cut 25 years ago.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Stars remake "We Are The World" for Haiti victims
";
arnews[6] += "Star-struck singers, rappers and actors, including Barbra Streisand, Kanye West and Miley Cyrus, checked their egos at the door on Monday to record a new version of \"We Are The World\" for Haiti earthquake victims, 25 years after the song raised awareness of the famine in Africa.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("