var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Rocktimist: Goodnight, Sweet Fall Out Boy - Wesleyan Argus
";
arnews[0] += "I’d like to use my first post of the new year to draw some attention to a momentous event that passed mostly unnoticed this week: on February 2, Fall Out Boy announced to little fanfare that they had broken up. Let’s not cry too hard, now: the ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[0] += "
";
arnews[1]="Ashlee Simpson-Wentz Gets Ready For Valentine’s Day - The Inquisitr
";
arnews[1] += "Ashlee Simpson-Wentz is looking forward to Valentine’s Day, February 14. The 25-year-old singer, who is married to musician Pete Wentz, is looking forward to treating her husband on the romantic day as well as getting a surprise from him. She said ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:01:00 GMT";
arnews[1] += "
";
arnews[2]="New Album from HIM - Screamworks: Love in Theory and Practice - out ... - Yahoo Finance
";
arnews[2] += "BURBANK, Calif.--(BUSINESS WIRE)-- Screamworks: Love In Theory And Practice — the new album from Finland’s hard-rock heroes HIM is released today by Sire Records. Recorded at The Lair in Los Angeles, the album was produced by Matt Squire (Taking ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 19:28:00 GMT";
arnews[2] += "
";
arnews[3]="Fall Out Boy Fall Apart - FMQB
";
arnews[3] += "Wentz expanded in his blog, writing that, \"I don't know the future of Fall Out Boy. It's embarrassing to say one thing and then have the future dictate another. As far as I know Fall Out Boy is on break (no one wants to say the 'H' word). As much as ...";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 18:02:00 GMT";
arnews[3] += "
";
arnews[4]="Pete Wentz Hints at Fall Out Boy Split - Parade
";
arnews[4] += "Fall Out Boy bassist Pete Wentz has confirmed that the band is not together at this time. \"As far as I know,\" Wentz wrote on his blog Tuesday, \"Fall Out Boy is on break ... I can't predict that I'd ever play in Fall Out Boy again, not due to personal ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT";
arnews[4] += "
";
arnews[5]="Fall Out Boy still standing - Variety
";
arnews[5] += "MIAMI BEACH, Fla. (AP) -- Pete Wentz says talk of Fall Out Boy's demise has been blown out of proportion -- but he isn't sure when the rock band will performing together again. Earlier this week, lead singer Patrick Stump told Spin.com that the group ...";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 01:00:00 GMT";
arnews[5] += "
";
arnews[6]="Fall Out Boy Split: Are They Done For Good? - Huffingtonpost.com
";
arnews[6] += "Since Fall Out Boy announced that they were taking 2010 off last summer , rumors have floated about whether the bad is done for good. This week, Fall Out Boy bassist and Wilmette native Pete Wentz took to his blog and Twitter where breakup rumors ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 13:44:00 GMT";
arnews[6] += "
";
totcount = 7;
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("