var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Matthew Knowlesa Love Child Was Born
";
arnews[0] += "Beyonce and Solange's dad Matthew Knowles is a dad once again . This time, probably to a much less remarkable child, but whatever.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:21:39 GMT";
arnews[0] += "
";
arnews[1]="Rihanna Celebrates, Black Eyed Peas Party Late at Superbowl
";
arnews[1] += "Miami's South Beach was swamped with celebrities during Super Bowl week. Whether they were hanging out on South Beach, mingling together at intimate parties or participating in some of the more high-profile celebrity events, they often times outshined the football players during the sport's biggest showcase.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:59:26 GMT";
arnews[1] += "
";
arnews[2]="Miami/South Florida - Event Report: Taking Advantage of Super Bowl,...
";
arnews[2] += "Leveraging the many sweaty athletes in town over the weekend, Tide launched its new Tide Plus Febreze Freshness Sport laundry detergent with an activity-filled party atop the W South Beach on Friday afternoon.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 01:17:26 GMT";
arnews[2] += "
";
arnews[3]="Super Bowl parties: Give Peas a chance
";
arnews[3] += "Published: Monday, February 8, 2010 at 4:01 a.m. Last Modified: Monday, February 8, 2010 at 2:05 a.m. MIAMI BEACH - Miami's South Beach was swamped with celebrities during Super Bowl week.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 19:01:43 GMT";
arnews[3] += "
";
arnews[4]="Parties
";
arnews[4] += "Miami's South Beach was swamped with celebrities during Super Bowl week. Whether they were hanging out on South Beach, mingling together at intimate parties or participating in some of the more high-profile celebrity events, they often times outshined the football players during the sport's biggest showcase.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:47:15 GMT";
arnews[4] += "
";
arnews[5]="Solange 'a proud mum' at Grammys
";
arnews[5] += "Solange Knowles has admitted she was a bit nervous when Rihanna and Jay-Z took her young son on stage with them at the Grammy Awards.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:17: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("