var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Adiel: PS Nation-Ep137-Like Candy: Extra Life. New Releases. Interview with James Stevenson from Insomniac Games. What We'r... http://bit.ly/26ONBS
";
arnews[0] += "PS Nation-Ep137-Like Candy: Extra Life. New Releases. Interview with James Stevenson from Insomniac Games. What We'r...";
arnews[0] += "
";
arnews[1]="Insomniac: Now We Can Perform Tricks On PS3
";
arnews[1] += "Insomniac: Now We Can Perform Tricks On PS3 -";
arnews[1] += "
";
arnews[2]="GamerFeed: Insomniac: We can now perform tricks with the PS3
";
arnews[2] += "Insomniac: We can now perform tricks with the PS3 -";
arnews[2] += "
";
arnews[3]="Jezebels - Jay Aston Michael Aston Michael Aston s Gene Loves Jezebel Albie De Luca Chris Bell 3 Ian Hudson James Stevenson Jay Aston Jean-Marc Lederman Julianne Regan Marcus Gilvear Michael Aston Michael Brahm Michael Ciravolo Peter Rizzo
";
arnews[3] += "Jezebels - Jay Aston Michael Aston Michael Aston s Gene Loves Jezebel Albie De Luca Chris Bell 3 Ian Hudson James Stevenson Jay Aston Jean-Marc Lederman Julianne Regan Marcus Gilvear Michael Aston Michael Brahm Michael Ciravolo Peter Rizzo -";
arnews[3] += "
";
arnews[4]="Interview// Insomniac's TJ Fixman and James Stevenson
";
arnews[4] += "Interview// Insomniac's TJ Fixman and James Stevenson -";
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("