var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Adrian Fred: Prince of Persia, from Video Game to Hit Movie
";
arnews[0] += "Prince of Persia, from Video Game to Hit Movie -";
arnews[0] += "
";
arnews[1]="Shockya: Clash Of The Titans High Quality Trailer
";
arnews[1] += "Clash Of The Titans High Quality Trailer -";
arnews[1] += "
";
arnews[2]="Brian: Gemma Arterton Discusses Prince of Persia: The Sands of Time: Quantum of Solace's Strawberry Fields discusses a.. http://bit.ly/dTjzv
";
arnews[2] += "Gemma Arterton Discusses Prince of Persia: The Sands of Time: Quantum of Solace's Strawberry Fields discusses a..";
arnews[2] += "
";
arnews[3]="Ali Mostofi: Gemma Arterton Says Working on Prince of Persia Has Been " ...: Like Gyllenhaal, who trained extensivel.. http://bit.ly/3x0D1c
";
arnews[3] += "Gemma Arterton Says Working on Prince of Persia Has Been " ...: Like Gyllenhaal, who trained extensivel..";
arnews[3] += "
";
arnews[4]="RT: @shemah: RT @jpptoday: JPP's Hot Pick: Gemma Arterton #movies #actors http://bit.ly/1UILcq
";
arnews[4] += "RT: @";
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("