var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Sports Putz Vs. WEEI : Simmons Suspended.
";
arnews[0] += "So wea ve taken appropriate measures,\" writes ESPN.com's Rob King , essentially giving radio windbags across the nation a free shot at Simmons whenever they feel like it.A Provided they're working for ESPN affiliates, that is.A A My long-standing scorn for the 90210/Counting Crows scholar is well established, but it's hard not to sympathize in this ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:50:22 GMT";
arnews[0] += "
";
arnews[1]="Heights Covers Artists Through The Decades
";
arnews[1] += "\"I'd say it's the biggest show to come to Boston College.\" Prescott White, Undergraduate Government of Boston College executive director of programming and A&S '06, said this in an interview with Tom Wiedeman of The Heights.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Cormony-led bid is preferred Parkway plan
";
arnews[2] += "A team of developers including Cormony Development LLC and Seawall Development Co.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:11:29 GMT";
arnews[2] += "
";
arnews[3]="Battle of the bands
";
arnews[3] += "Musical video games are already family-friendly. There's no violence, and their developers have already weeded out most of the sex and drugs in rock 'n' roll.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:30:00 GMT";
arnews[3] += "
";
arnews[4]="Heartless - The Fray
";
arnews[4] += "Watch the The Fray beautifully strip down their hits, \"Over My Head ,\" and \"How to Save a Life,\" plus \"Look After You,\" \"She Is,\" and a cool cover of \"Eleanor Rigby.\"... The Fray - Play All Biography By pitching their music somewhere between the arena-friendly style of U2 and the mature pop/rock of bands like Better Than Ezra and Counting Crows, ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 20:02:00 GMT";
arnews[4] += "
";
arnews[5]="Music Box: Avalon Theatre features great folk tomorrow night
";
arnews[5] += "You can witness folk royalty tomorrow night at the Historic Avalon Theatre in Easton which pairs Philly siren Susan Werner and arguably the finest singer-songwriter of the '90s, John Gorka.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 19:46:23 GMT";
arnews[5] += "
";
arnews[6]="John Mayer Headed For Number One
";
arnews[6] += "It's looking as if singer John Mayer is going to have the Number One album with a bullet next week on Billboard's 200 chart.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 18:00:47 GMT";
arnews[6] += "
";
arnews[7]="A story of more woe
";
arnews[7] += "Nevada Repertory Company presents Romeo and Juliet at the Redfield Studio Theater, University of Nevada, Reno, at 7:30 p.m. on Nov.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 16:14:01 GMT";
arnews[7] += "
";
arnews[8]="LEGO Rock Band
";
arnews[8] += "Rock the block! LEGO blocks, that is. LEGO Rock Band is one of those musical-rhythm titles that scores well when it comes to the music, but the rest of the game falls a little flat.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 05:55:23 GMT";
arnews[8] += "
";
totcount = 9;
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("