var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars Record Christmas CD For Special Olympics - CBS 2 KCAL 9
";
arnews[0] += "A Very Special Christmas 7 is a CD full of classic Christmas songs sung by artists such as Carrie Underwood, Leighton Meester, Sean Kingston, and even multiple Disney stars like Miley Cyrus. The CD is being sold to benefit Special Olympics. A Very ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="New Artist Spotlight: IYAZ - SoJones
";
arnews[1] += "The traditional ways of the music industry are slowly shedding off and wearing out. You know, the times where producers would talent-scout new artists in order to be thrown into the meat grinder of competitive air play and record sales. These days ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:18:00 GMT";
arnews[1] += "
";
arnews[2]="Iyaz Creates 'Island Pop Lane' With Hit Single 'Replay' - The BoomBox
";
arnews[2] += "With the help of Sean Kingston and one infectious single, newcomer Iyaz is adding momentum to the \"island pop\" genre. \"It's a new movement,\" Iyaz told the BoomBox when he recently stopped by to preview his tracks and meet the staff. \"We tryin' to ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 16:21:00 GMT";
arnews[2] += "
";
arnews[3]="Miley Cyrus, Colbie Caillat Contribute Tracks To "A Very Special ... - All Headline News
";
arnews[3] += "Los Angeles, CA (CNS) - The first \"A Very Special Christmas\" compilation was released over twenty years ago featuring songs from Whitney Houston, Madonna, and Sting. Now, the seventh holiday collection to benefit the Special Olympics is being ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 12:47:00 GMT";
arnews[3] += "
";
arnews[4]="Taylor Swift, 50 Cent, Muse, Kris Allen Headline Holiday Radio Shows - VH1.com
";
arnews[4] += "(and radio programmers) is about to kick off, and this season's offerings offer multiple coast-to-coast appearances by everyone from Muse to Taylor Swift, 30 Seconds to Mars, Justin Bieber and Kris Allen. One of the season's most pop-tastic rosters ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 16:05:00 GMT";
arnews[4] += "
";
arnews[5]="Soundscan figures for reggae albums dismal - Jamaica Observer
";
arnews[5] += "Matisyahu followed with Light, while Sean Kingston has delayed his original August release date. Previous albums by Sean Paul and Kingston have sold over 1,000,000 copies, while Matisyahu has sold over 500,000. Sean Paul hit #1 on Billboard's Top ...";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 06:36: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("