var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="WOW Shane West is in the movie "Get A Clue", based off a great book "The Westing Game"! how did i never notice this before?!
";
arnews[0] += "WOW Shane West is in the movie \"Get A Clue\", based off a great book \"The Westing Game\"! how did i never notice this before?!";
arnews[0] += "
";
arnews[1]="Movie & TV deals: iTunes movies top 100: "Echelon Conspiracy" When Max Peterson (Shane West) receives a series of mysterious cell... http://dealnay.com/2282
";
arnews[1] += "iTunes movies top 100: \"Echelon Conspiracy\" When Max Peterson (Shane West) receives a series of mysterious cell...";
arnews[1] += "
";
arnews[2]="Movie & TV deals: Best selling movies on iTunes: "Echelon Conspiracy" When Max Peterson (Shane West) receives a series of... http://dealnay.com/2282
";
arnews[2] += "Best selling movies on iTunes: \"Echelon Conspiracy\" When Max Peterson (Shane West) receives a series of...";
arnews[2] += "
";
arnews[3]="GaragePunk: [Nov 12] THE GERMS (U.S.) UK tour Nov 2009
";
arnews[3] += "[Nov 12] THE GERMS (U.S.) UK tour Nov 2009 -";
arnews[3] += "
";
arnews[4]="Shane West and Tamara Feldman Love Scene from Echelon Conspiracy-http://dragtotop.com/Tamara_Feldman
";
arnews[4] += "Shane West and Tamara Feldman Love Scene from Echelon Conspiracy-";
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("