var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hip-Hop Rumors: Was Lil Wayne Raped? Canibus' New Problem! Timbaland Dumps Chris Brown
";
arnews[0] += "All content within this section is pure rumor and generally have no factual info outside of what the streets have whispered in our ear.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 18:40:32 GMT";
arnews[0] += "
";
arnews[1]="Halle Berry too busy for make-up
";
arnews[1] += "Halle Berry is \"too busy\" to care about make-up. The actress is fanatical about looking after her skin, but insists she never worries too much about her appearance and will willingly go out bare-faced. She said: \"I'm not one of those people who opts for plastic surgery, so my philosophy is to take care of what you have.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 18:30:59 GMT";
arnews[1] += "
";
arnews[2]="Tahiry Jose: Real As It Gets
";
arnews[2] += "Five years ago, most of us didn't know who Tahiry Jose was. Yet, during the course of her courtship with Joe Budden , anyone who's honest can say they watched at least one episode of JoeBuddenTV to see her instead of the Internet channel's eponymous host/founder. Of course, by now nearly everyone knows that Tahiry and Joe are no more, and this is ...";
arnews[2] += "
Publ.Date : Tue, 24 Nov 2009 17:26:38 GMT";
arnews[2] += "
";
arnews[3]="Adam Lambert's kiss shows what's wrong with America
";
arnews[3] += "Would you like to chime in? Share your video! - hhanks , CNN iReport producer iReport - Post asserts that Lambert's kiss is just the latest manifestation of what's wrong with this hyper-sexualized society.";
arnews[3] += "
Publ.Date : Tue, 24 Nov 2009 12:34:50 GMT";
arnews[3] += "
";
arnews[4]="Alicia Keys, With New Jewelry Line, Performing On The Today Show
";
arnews[4] += "Alicia Keys is the latest celebrity-turned-designer, as she's debuting a jewelry collection, The Barber's Daughters, founded with designer Gisele Theriault .";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 15:12:19 GMT";
arnews[4] += "
";
totcount = 5;
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("