var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Collide - Howie Day
"; arnews[0] += "Like Patty Griffin before him, singer/songwriter Howie Day emerged from the country quietude of Bangor, Maine, and entered both Boston's coffeehouse scene and the world of folk music."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:17:06 GMT"; arnews[0] += "
"; arnews[1]="7 Days
"; arnews[1] += "THURSDAY FEBRUARY 11 Cult Leader Who decides what films are worthy of the designation \"cult classic?\" People like Weekly pop culture writer Drew Taylor, that's who."; arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="No Longer What You R... - Howie ...
"; arnews[2] += "Like Patty Griffin before him, singer/songwriter Howie Day emerged from the country quietude of Bangor, Maine, and entered both Boston's coffeehouse scene and the world of folk music."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 14:53:29 GMT"; arnews[2] += "
"; arnews[3]="Bright idea
"; arnews[3] += "CLAWSON - While encouraging Clawson residents to participate in a North American tradition known as Random Acts of Kindness Week, Feb."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="A Bounce Back Win against The Devils
"; arnews[4] += "The Rangers followed up a tough 80a s style hockey loss the other night to the Caps with a strong win tonight over the Devils at MSG.A The biggest kudos goes to Lundqvist who stood on his head, especially in the 3rd when he was being bombarded with shots.A It was nice to also see Callahan and Drury get goals as well as Gaborik, who continues his ..."; arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 06:35:37 GMT"; arnews[4] += "
"; arnews[5]="Glam Gender
"; arnews[5] += "Sarah Silverman has made a name for herself by pushing the comedic envelope -- be it making a video of having sex with Matt Damon or -- as she does on tonight's premiere episode of her Comedy Central show -- discovering she has both male and female body parts."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 05:00: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("
");document.write("
");