var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="My Kind of Monday Night - Arts Journal
";
arnews[0] += "It's official: Monday is the new Saturday and last night's escapades in San Francisco are proof of this fact. The evening kicked off with some delicious Brazilian food and then a concert at the Conservatory of Music dedicated to celebrating the new ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:59:00 GMT";
arnews[0] += "
";
arnews[1]="Unnecessary sequel of the day: Five Brothers - Nationalpost.com
";
arnews[1] += "Mark Wahlberg is apparently keen on starring in -- wait for it -- Five Brothers , which is being written by the first film's writers, David Elliott and Paul Lovett. The original film also starred Tyrese Gibson, Andre (Andre 3000) Benjamin, Garrett ...";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 21:53:00 GMT";
arnews[1] += "
";
arnews[2]="Have a look at Team USA's opening ceremony outfits - YAHOO!
";
arnews[2] += "Seems like this guy could be an extra in an Andre 3000 video . \"Oh, you know, just hangin' out and planting some flags in my new Ralph Lauren gear. I'm a little cold, but I can warm my hand up in my pocket.\" Do you like these outfits?";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 14:57:00 GMT";
arnews[2] += "
";
arnews[3]="Friday Fashion Feature: Black History Month Fashion Tribute: Andre ... - allhiphop.com
";
arnews[3] += "In celebration of Black History Month, we will randomly be choosing African-American style icons to pay tribute to – past and present. From actresses to rappers and political figures, we will recognize those who stand out in the world of fashion ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 14:46:00 GMT";
arnews[3] += "
";
arnews[4]="Lil Wayne - Pitchfork
";
arnews[4] += "\"Call me crazy, I've been called worse/ It's like I have it all, but what's it all worth?\" asks Wayne on \"Paradice\", a Miltonian epic about the trappings of super stardom that aims for Axl Rose, Use Your Illusion -style heights. The closest ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 06:19:00 GMT";
arnews[4] += "
";
arnews[5]="CD Reviews (Week of Feb. 3) - Dose.ca
";
arnews[5] += "Four years after her self-titled debut, Rae returns. The delay, extended by grief over the 2008 death of her husband, musician Jason Rae, has been rough on the singer. But with this sophomore release – a deeper and more satisfying work than the ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 15:46:00 GMT";
arnews[5] += "
";
arnews[6]="Cornel West Theory - Daily Princetonian
";
arnews[6] += "Type 1: it's not an error; it's not a disease. It's a new musical phenomenon from a band of poets, preachers, intellectuals and artists who call themselves the Cornel West Theory. At first glance, the six-member group is a hip-hop band with emcees, a ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 08:13:00 GMT";
arnews[6] += "
";
arnews[7]="Appreciating Aaron Brooks - NBA
";
arnews[7] += "HOUSTON - Watch Aaron Brooks for five seconds and one thing becomes patently apparent: the dude is fast. As in blazing, supersonic, take your breath away, don’t blink or you’ll miss him, Edward Cullen-esque fast. Watch him for the better part of ...";
arnews[7] += "
Publ.Date : Mon, 08 Feb 2010 20:55: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("