var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vote: So you think you can funny? - MetroMix
";
arnews[0] += "First things first: Yes, Chicagoans can funny. After making our way though a flood of submissions, it became clear this city has a sense of humor (and some pretty sweet digital editing equipment too). Facebook, energy drinks and, hell, even brownie ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="Duracell Invites Consumers to Power in the New Decade at the Duracell ... - StreetInsider.com
";
arnews[1] += "To celebrate the upcoming opening of the Duracell Smart Power Lab, VIP guest pedalers included actors Rachel Dratch, Larenz Tate and Mark Indelicato. Broadway cast members Constantine Maroulis and Kerry Butler from \"Rock of Ages\" pedaled for power at ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:36:00 GMT";
arnews[1] += "
";
arnews[2]="Duracell Invites Consumers to Power in the New Decade at the Duracell ... - Greentech Media
";
arnews[2] += "BETHEL, Conn., Nov. 19, 2009 /PRNewswire/—Joined by a host of special VIP pedalers, visitors to New York City today helped Duracell kick off the energy collection that will power the lighting of the iconic 2010 numerals on New Year’s Eve during a ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 20:58:00 GMT";
arnews[2] += "
";
arnews[3]="Anvil Knitwear Named Official T-Shirt Supplier of YO GABBA GABBA! LIVE ... - DVD Creation
";
arnews[3] += "NEW YORK, Nov. 19 /PRNewswire/ -- S2BN Entertainment is proud to announce Anvil Knitwear as the official t-shirt supplier for YO GABBA GABBA! LIVE: THERE'S A PARTY IN MY CITY 2009. The live tour is produced by S2BN in conjunction with W!LDBRAIN ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:36:00 GMT";
arnews[3] += "
";
totcount = 4;
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("