var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stephen Colbert skates into some new territory
";
arnews[0] += "It's no joke. Stephen Colbert has stepped in to help bail out the U.S. Olympic speedskating team, left in a lurch when the team's biggest annual cash sponsor, DSB Bank NV, declared bankruptcy in October.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Coke Targets Multicultural Communities Year Round
";
arnews[1] += "Coca-Cola's top stateside marketing executive delivered some auspicious words for Univision and BET this week, saying that targeting \"multicultural\" Americans will be paramount for the company over the next decade.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Getting scored on oncea twicea three timesa SOLD
";
arnews[2] += "Welcome back. Hopefully, ya all had a good, safe Halloween. I enjoyed it at a wedding.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 07:48:35 GMT";
arnews[2] += "
";
arnews[3]="Julianne Hough Not Returning to 'Dancing with the Stars'
";
arnews[3] += "Do you miss Derek Hough's little sister on Dancing with the Stars ? Prepared to miss her some more, as the two-time Dancing with the Stars winner just revealed that she currently rules out returning to the ABC competition, at least for the mean time.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 21:59:07 GMT";
arnews[3] += "
";
arnews[4]="Melissa Harris: Chicago 2016 backers take show of support on the road
";
arnews[4] += "It won't be enough for some Chicagoans to await word here on Oct. 2 about who wins the 2016 Summer Games.";
arnews[4] += "
Publ.Date : Wed, 23 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
totcount = 5;
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("