var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Singer Omarion kicks off new phase in high energy - YAHOO!
";
arnews[0] += "NEW YORK (Billboard) – When R&B artist Omarion sings, \"I done cut the braids, low cut, got my grown on,\" in a raspy croon on his new single \"I Get It In,\" he's referencing a turning point in his career. \"I felt like my braids defined who I was, and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:13:00 GMT";
arnews[0] += "
";
arnews[1]="Eminem brings Christmas 'Refill' - Detroit Free Press
";
arnews[1] += "Fans of Eminem who are eager for new tracks should circle Dec. 21 on their calendars. That's the day \"Relapse: Refill\" will be delivered. The news is a definite deviation from the Shady camp's previous scripts, which said a full \"Relapse 2\" album was ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:24:00 GMT";
arnews[1] += "
";
arnews[2]="Boultinghouse: Remedies for iPod idleness - University Daily Kansan
";
arnews[2] += "One of the experiences I’ve always come to dread occurs whenever I lack new music to play on my iPod. Granted, sometimes this period can be a way for me to rediscover old music, but usually it’s a wake up call to start seeking out new bands and ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 03:47:00 GMT";
arnews[2] += "
";
arnews[3]="HU Dance Teams Place in HBCU Contest - Hilltop
";
arnews[3] += "Competing against five other schools,The Howard University Bisonette Dance Ensemble and Vizionz Dance Team took second and third place at the First Annual Historically Black College and University (HBCU) Dance Crew competition. The competition took ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 12:04: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]="One on one with Chris P. | 93.7 KRQ's top radio host for Tucson's ... - Examiner
";
arnews[5] += "lol) Once I got going, I started to really love it! B: Some people say that you won a contest and that is ... C: I had an interview with Omarion, and I didn’t know what to ask him. So instead of me interviewing him, I had my 82 year old Nana do it ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 23:55: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("