var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="channelAPA.com: Planet 51 with The Rock (Dwayne Johnson) http://tinyurl.com/yf9wzhg
";
arnews[0] += "Planet 51 with The Rock (Dwayne Johnson)";
arnews[0] += "
";
arnews[1]="Dwayne Johnson and I are friends. I still lovingly refer to him as The Rock. Without quotations and WITH capitals.
";
arnews[1] += "Dwayne Johnson and I are friends. I still lovingly refer to him as The Rock. Without quotations and WITH capitals.";
arnews[1] += "
";
arnews[2]="NASA Recruits 'Planet 51' Actor Dwayne Johnson to Spread Message
";
arnews[2] += "NASA Recruits 'Planet 51' Actor Dwayne Johnson to Spread Message -";
arnews[2] += "
";
arnews[3]="NEWS: Casio G'zOne Rock phone plays it tough
";
arnews[3] += "NEWS: Casio G'zOne Rock phone plays it tough -";
arnews[3] += "
";
arnews[4]="Vivek: "Planet 51 and NASA - Dwayne Johnson (The Rock) Promotes Science for NASA" ( http://bit.ly/7v968N )
";
arnews[4] += "\"Planet 51 and NASA - Dwayne Johnson (The Rock) Promotes Science for NASA\" (";
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("