var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Haitian Wireless Company Voila Repositions for Future Growth
";
arnews[0] += "Responding to increased competition, Voila - a leader in Haiti's wireless industry for 10 years - engaged Seattle advertising agency The Garrigan Lyman Group to redefine its brand position.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:08:43 GMT";
arnews[0] += "
";
arnews[1]="Busta Rhymes has 'Chemo' for industry
";
arnews[1] += "Less than a year after releasing his eighth studio album, \"Back on My B.S.,\" New York rapper Busta Rhymes plans to strengthen the state of the music industry, which he says is \"dying like cancer is killing it,\" with his brand new effort, \"The Chemo.\" I called the album 'The Chemo' because it seems like the industry and music overall is dying ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:06:47 GMT";
arnews[1] += "
";
arnews[2]="Timberland Yele Haiti Earthkeepers
";
arnews[2] += "Shifting his attention to altruistic causes, Wyclef Jean 's recent collaboration with Timberland has less to do with his music than it does with the extensive charity work he's taken on in recent years.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:02:00 GMT";
arnews[2] += "
";
arnews[3]="Wyclef Jean f. Cyndi...Slumdog Millionaire...
";
arnews[3] += "Wyclef Jean f. Cyndi Lauper - Slumdog Millionaire Post your comments Name Rep yourself be heard.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:52:41 GMT";
arnews[3] += "
";
arnews[4]="Wyclef Revisits Hip-Hop Roots On 'Toussaint: St....
";
arnews[4] += "In the midst of recording his next project, a self-titled album slated for spring 2010, Wyclef Jean decided to revisit his hip-hop roots on the newly released \"DJ Drama Presents Wyclef Jean Aka Toussaint: St.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:53:08 GMT";
arnews[4] += "
";
arnews[5]="Busta Rhymes Hopes 'Chemo' Is Cure For Ailing Music Biz
";
arnews[5] += "Less than a year after releasing his eighth studio album, \"Back on My B.S.,\" New York rapper Busta Rhymes plans to shift the state of the music industry, which he says is \"dying like cancer is killing it,\" with his brand new effort, \"The Chemo.\" \"I called the album 'The Chemo' because it seems like the industry and music overall is dying slowly,\" ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:52:59 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("