var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="227's YouTube "Chili"-Alexandra Burke - Halle Chili' Lujah ... - PRLog (free press release)
";
arnews[0] += "227's YouTube \"Chili\"-Alexandra Chili' Burke - Official Single - 'Hallelujah' Young Money * Twista Featuring Erika Shevon * Yo Gotti * New Boyz * Jeremih * Keri Hilson Featuring Kanye West & Ne-Yo * Musiq Soulchild * Whitney Houston * Anthony ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:39:00 GMT";
arnews[0] += "
";
arnews[1]="227's YouTube "Chili"-Alexandra Burke "OVER Chili' COME" (Overcome ... - PRLog (free press release)
";
arnews[1] += "\"Overcome\" is 3 mins. 53 secs. Producer The Phantom Boyz, Stargate, RedOne, Louis Biancaniello, Samuel Watters, Jim Jonsin, Rico Love, ELEMENT, Wayne Wilkins, Steve Booker, Brian Kennedy Young Money * Twista Featuring Erika Shevon * Yo Gotti * New ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:39:00 GMT";
arnews[1] += "
";
arnews[2]="Bonga's Beats - Romantic men - Biz Community
";
arnews[2] += "No one does romance like men, and it gets even better when it's men with soul. This month, Bonga Percy Vilakazi looks at the latest releases from all the R&B/Soul singers, as well as our local soul-filled singers. Ginuwine - “A Man's Thoughts ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:35:00 GMT";
arnews[2] += "
";
arnews[3]="Cheap Seats Daily: Elgin Baylor Gets His Day, But Not Here? - Washington City Paper
";
arnews[3] += "But not this Washington. Greg Hawkins , the mayor of Seattle, Wash., has officially dedicated today to Baylor. Baylor was in Seattle for a couple years of college ball. So if he gets a day named after him there, Baylor should have a day named after ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 16:33:00 GMT";
arnews[3] += "
";
arnews[4]="Music to your ears - News-Herald
";
arnews[4] += "Indie rockers The HandGrenades with guests Ready Chalmers and The Lessmores will perform at 8 p.m. today at Simon’s Bar & Grill, 4936 Allen Road, Allen Park. The band, which cites influences from Brit pop to Motown for its retro rock sound ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:44:00 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("