var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="T-Pain Adds Some Extra Bounce To “Reverse Cowgirl” - Idolator.com
";
arnews[0] += "We never thought Ginuwine’s “Pony,” Ginuwine’s would be considered conservative, but “come ride it, my pony” now comes across as a lot more subdued then “giddy-up, giddy-up, put your hands in the air, wave ‘em round!” Actually ...";
arnews[0] += "
Publ.Date : Tue, 02 Feb 2010 21:09:00 GMT";
arnews[0] += "
";
arnews[1]="Stars Turn Out for MokiMedia's (Non-SOTU) Soiree - NBC Washington
";
arnews[1] += "Publicists Sherry Moeller and Dannia Hakki joined forces to create a party ... Notable clients, including R&B Artist Ginuwine and his wife Sole, Jazz Musician Marcus Johnson and Plastic Surgeon Dr. Ayman Hakki , even dismissed the State of the Union ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 23:54: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("