var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Maroon 5 rocks sold out Texas Hall - Shorthorn
";
arnews[0] += "Texas Hall rattled as students gathered to cheer and sing along as Maroon 5 rocked the packed house. Students jumped, screamed for encores, waved their cell phones and sang along to some of the band’s hits during the hour-plus performance Friday ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:32:00 GMT";
arnews[0] += "
";
arnews[1]="Maroon 5’s Adam Levine on Actor Jason Segel’s Musical Endeavors - Rolling Stone
";
arnews[1] += "Segel recently joined Maroon 5 onstage when the band performed at St. John’s University in Queens, New York, in early November. “Jason was a little apprehensive about playing with us because we were playing a super religious school,” Maroon 5 ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:48:00 GMT";
arnews[1] += "
";
arnews[2]="Maroon 5 keyboardist shares insight on band’s direction - Shorthorn
";
arnews[2] += "This year’s choices for the fall concert included some big names, but it was the dynamics of Maroon 5 that landed them the spot on stage Friday night, said Michael Taddesse, university events assistant director. EXCEL Campus Activities , who co ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 23:08:00 GMT";
arnews[2] += "
";
arnews[3]="Review: Maroon 5 offers solid set - Peoria Journal Star
";
arnews[3] += "Remember the old joke? “I went to a fight last night and a hockey game broke out.” Something unexpected happened. Well, I went to a Maroon 5 performance Wednesday night, and a Fitz & the Tantrums concert broke out. Indeed, something unexpected ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:49:00 GMT";
arnews[3] += "
";
arnews[4]="Maroon 5 to hold food drive before concert - KSN.com
";
arnews[4] += "WICHITA , Kansas – Grammy-winning recording artists Maroon 5 will play at Koch Arena Sunday night and do some good for the community while they’re here. Along with making their ‘Back to School’ tour green, they will be teaming up with the ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:42:00 GMT";
arnews[4] += "
";
arnews[5]="They will be loved: Maroon 5 hopes concert will help downtrodden - Standard-Times
";
arnews[5] += "BEVERLY HILLS, CA - MAY 01: Singer Adam Levine and musician James Valentine of the group Maroon 5 perform at the UCLA Jonsson Cancer Center Foundation's \"Tasted for A Cure\" dinner held at the Beverly Wilshire Hotel on May 1, 2009 in Beverly Hills ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[5] += "
";
arnews[6]="'Singing about love,' Maroon 5 finds it - Delaware Online
";
arnews[6] += "NEWARK -- There was no doubt that Maroon 5 was enjoying their 11-date \"Back to School\" tour once last call rolled around at the East End Cafe, in Newark, early Tuesday morning. Adam Levine and the rest of the Grammy-winning pop/rock group had already ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT";
arnews[6] += "
";
arnews[7]="Maroon 5 Rocks Out at Sacred Heart University - Fairfield Mirror
";
arnews[7] += "Maroon 5 is bringing sexy sounds back to school. The band played at Sacred Heart University Thursday night as a part of its “Back to School” college tour around the country. Maroon 5 concerts are like a fun trip on a carpet, also known as Adam ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 15:00: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("