var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A.J. Burnett - My Fox Boston
";
arnews[0] += "Best advice given to me : \"Breathe through your nose and keep your mouth shut.\" - the late John A. Sheaffer, my grandfather. Also, \"The art of being a good leader is knowing when to follow.\" - George N. Parks, UMASS Minuteman Marching Band. Favorite ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:51:00 GMT";
arnews[0] += "
";
arnews[1]="Whistler men's Alpine course injected with water - The Sun News
";
arnews[1] += "WHISTLER, British Columbia -- Skiing's governing body has injected the men's Alpine course at Whistler with water to harden the surface as the Winter Games near. Such a practice allows a course to better withstand warm weather and rain, and is not ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:44:00 GMT";
arnews[1] += "
";
arnews[2]="The Prince of Darkness, in his own words! - CRAVE ONLINE
";
arnews[2] += "Another year, another batch of bloated dead celebrities to melodramatically mourn over with flagrantly excessive tributes and special edition catalogue reissues. It doesn't take a rocket surgeon to figure out that death is great for business - hell ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:47:00 GMT";
arnews[2] += "
";
arnews[3]="Lady Gaga's 'Bad Romance' Gets The Metal Treatment From The ... - MTV
";
arnews[3] += "\"We're doing a compilation that is all metal covers, and we were asked to record Stone Temple Pilots' 'Dead and Bloated,'\" guitarist Jameson Vaught told MTV News. \"But my girlfriend turned me on to Lady Gaga, and when we started messing around on ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:25:00 GMT";
arnews[3] += "
";
arnews[4]="Concerts on sale - Delaware Online
";
arnews[4] += "Brian Regan, March 20 at The Borgata Event Center in Atlantic City, N.J. Tickets (TBA) go on sale at 10 a.m. Saturday. Visit www.livenation.com . Infected Mushroom, March 27 at the Theater of the Living Arts in Philadelphia. Tickets (TBA) go on sale ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 21:29:00 GMT";
arnews[4] += "
";
arnews[5]="Something To Burn Announce Tour With Fair To Midland And Karnivool - antiMUSIC
";
arnews[5] += "September 2009 saw the release of Something To Burn's critically acclaimed debut album \"Transitions\" on Soft Drive Records, the record label founded by Stone Temple Pilots front man Scott Weiland. After playing a handful of shows last year with Stone ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 08:34:00 GMT";
arnews[5] += "
";
totcount = 6;
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("