var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katy Perry strips back for Unplugged session
";
arnews[0] += "American Idol contestants should be thankful that they have caring, sharing Ellen DeGeneres on the panel now and not Katy Perry.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:51:42 GMT";
arnews[0] += "
";
arnews[1]="Holla - Lisa Mcclendon
";
arnews[1] += "Vocalist and songwriter Lisa McClendon brings a mix of jazz, soul, and funk and a certain urban neo-soul sensibility to her thoroughly contemporary brand of praise & worship gospel, and her updated sound has drawn comparisons to artists like Norah Jones and Lauryn Hill.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:14:45 GMT";
arnews[1] += "
";
arnews[2]="Lady Gaga not eligible for Best New Artist Grammy
";
arnews[2] += "Lady Gaga is not eligible for Best New Artist because she earned a Grammy nomination last year, when \"Just Dance\" appeared in the Dance Song category.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:50:38 GMT";
arnews[2] += "
";
arnews[3]="Justin Nozuka
";
arnews[3] += "From the promoter: Blending elements of neo-soul, folk, old-time blues and pop, Justin has the guts of Ray LaMontagne and the soul of Lauryn Hill.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:32:25 GMT";
arnews[3] += "
";
arnews[4]="Edward De Valle II, CEO of AMG Worldwide, Hosts 5th Annual Black Ball ...
";
arnews[4] += "Edward de Valle II, president and CEO of AMG Worldwide , recently hosted the company's fifth annual Black Ball.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 00:13:14 GMT";
arnews[4] += "
";
arnews[5]="Khalil Ismail Drops "Sometimes" Video
";
arnews[5] += "Washington, DC, November 19, 2009 -- -- Mid-Atlantic-based Hip Hop artist Khalil Ismail releases the first video for the single \"Sometimes\" from his critically acclaimed debut album The Calm Before the Storm.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:07:10 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("