var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBC News and TheGrio Choose Gen2Media President Mary Spio as One of...
";
arnews[0] += "Companies: Gen2media Corporation On Wednesday February 10, 2010, 6:00 am ORLANDO, Fla.-- --Gen2Media Corporation announced today its President, Mary Spio, has been chosen by NBC News and TheGrio.com as one of TheGrioa s 100: History Makers in the Making.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:53:33 GMT";
arnews[0] += "
";
arnews[1]="NBC News and TheGrio Choose Gen2Media President Mary Spio as One of...
";
arnews[1] += "Gen2Media Corporation announced today its President, Mary Spio, has been chosen by NBC News and TheGrio.com as one of TheGrio's 100: History Makers in the Making.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 11:35:52 GMT";
arnews[1] += "
";
arnews[2]="Brooklyn Decker on Roddick Romance: a oeHe Got his Agent to Call my Agenta
";
arnews[2] += "Sports Illustrated 's newest swimsuit cover girl, Brooklyn Decker , says her marriage to tennis ace Andy Roddick began with a phone call between their agents.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 09:35:56 GMT";
arnews[2] += "
";
arnews[3]="Style Calendar
";
arnews[3] += "What's Hip Wednesday @ The Biltmore: Features music, fashions from Neiman Marcus and happy hour at the Biltmore Lounge with half-price cocktails and free hors d'oeuvres. Hosted by Tara Gilani, freelance TV reporter and producer; 6-10 p.m., 1200 Anastasia Ave., Coral Gables.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 09:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sports Illustrated pin-ups offer bathing suit wisdom
";
arnews[4] += "Model Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:00:00 GMT";
arnews[4] += "
";
arnews[5]="America's next top supermodel
";
arnews[5] += "Model and Matthews native Brooklyn Decker landed the coveted Sports Illustrated Swimsuit cover this year, which hits newsstands Wednesday.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 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("