var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="chairman hafiz ladhani: 2008 CNN Heroes: An All-Star Tribute presenter Terrence Howard on last year's Hero of the Year Liz McCartney @ http://tinyurl.com/y8ty8tw
";
arnews[0] += "2008 CNN Heroes: An All-Star Tribute presenter Terrence Howard on last year's Hero of the Year Liz McCartney @";
arnews[0] += "
";
arnews[1]="Terrence Howard crash or scratch?
";
arnews[1] += "Terrence Howard crash or scratch? -";
arnews[1] += "
";
arnews[2]="Devin: The Jay Leno Show - Terrence Howard Post-Race
";
arnews[2] += "The Jay Leno Show - Terrence Howard Post-Race -";
arnews[2] += "
";
arnews[3]="The Jay Leno Show - Terrence Howard Post-Race
";
arnews[3] += "The Jay Leno Show - Terrence Howard Post-Race -";
arnews[3] += "
";
arnews[4]="Hello: tv for pc 2008 CNN Hero update: Actor Terrence Howard looks back at the 2008 CNN Hero of the Year and the progress ... http://bit.ly/13rtYI
";
arnews[4] += "tv for pc 2008 CNN Hero update: Actor Terrence Howard looks back at the 2008 CNN Hero of the Year and the progress ...";
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("