var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="He Scored Veronica Mars, Now He Hopes To Score With New Solo Album - antiMUSIC
";
arnews[0] += "Singer-songwriter-multi-instrumentalist Josh Kramon is a go-to musician who has played for several bands and released a pair of indie albums as a solo artist. Kramon also boasts a number of impressive credits as a composer and writer of TV theme ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:35:00 GMT";
arnews[0] += "
";
arnews[1]="UFC 109: Relentless—Randy Couture's Show Swiped by Davis, Thiago ... - Bleacherreport.com
";
arnews[1] += "It really is futile to resist the cacophony of the National Football League and its crown jewel, the Super Bowl. Consequently, I decided to hold off on my survey of the post-Ultimate Fighting Championship 109: Relentless landscape until the worst of ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:49:00 GMT";
arnews[1] += "
";
arnews[2]="LL Cool J "Humbled" by "NCIS: L.A." Start - CBS News
";
arnews[2] += "(CBS) LL Cool J seems to succeed at everything he tries. A winner as a rapper, movie star and more, he's is now a ratings-topper on television. As Special Agent Sam Hanna, Cool J is the leading man in TV's leading new show, \"NCIS: Los Angeles,\" on ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 16:04:00 GMT";
arnews[2] += "
";
arnews[3]="Getting to Know Stephen - LL Cool J Interview - CBS42.com
";
arnews[3] += "Stephen Hauck is no stranger to CBS 42 viewers in the evenings, but this week, we're letting the morning show audience get to known him. Each day, one of his most memorable reports from the past will get another run from the archive room. Today, we ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 11:21:00 GMT";
arnews[3] += "
";
arnews[4]="LL Cool J Is Glad Hip-Hop Was 'Embraced' On 'We Are The World' Remake - MTV
";
arnews[4] += "\"Mr. [Quincy] Jones just called me and asked me if I would take a shot at writing the hip-hop section or the rap section of the song,\" LL Cool J told MTV News at BET's \"SOS Save Ourselves: Help for Haiti\" telethon Friday night at Miami's American ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 18:53:00 GMT";
arnews[4] += "
";
arnews[5]="LL Cool J, Chris O’Donnell Find Common Ground - Celebrity Baby Blog
";
arnews[5] += "“Then I discovered he has five kids, and I have four. Here’s the strangest part. I found out that our two fourth-graders, our 9-year-olds, are at opposing schools, and their basketball teams compete.” For Chris, the show couldn’t have ...";
arnews[5] += "
Publ.Date : Wed, 20 Jan 2010 10:47:00 GMT";
arnews[5] += "
";
arnews[6]="Chris Brown And LL Cool J Lend Support During 'SOS Help For Haiti' - MTV
";
arnews[6] += "\"Pharrell has been [instrumental] in everything [with the event] — he's been so supportive,\" Chris Brown said of one of the hosts for the evening. \"Me and him had deep conversation about this whole situation and how we could give back. I know a ...";
arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 04:44:00 GMT";
arnews[6] += "
";
arnews[7]="Chris O’Donnell Parades On with LL Cool J - Just Jared
";
arnews[7] += "LL on why why they fit together on screen so well : “I really couldn’t explain it. We had never met before the show. Then we went to the gun range for weapons training, and we just clicked. You have one guy, Chris, who’s from the Midwest, and ...";
arnews[7] += "
Publ.Date : Fri, 15 Jan 2010 22:56:00 GMT";
arnews[7] += "
";
totcount = 8;
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("