var arnews = new Array(5);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Secret Life of the American Teenager, Make It Or Break It return ... - TVbytheNumbers
";
arnews[0] += "Created by Patrick Sean Smith, “Greek” is executive produced by Piller/Segan in association with ABC Family. The cast includes Jacob Zachar as Rusty, Spencer Grammer as Casey, Scott Michael Foster as Cappie, Jake McDorman as Evan, Clark Duke as ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 17:24:00 GMT";
arnews[0] += "
";
arnews[1]="ABC FAMILY HIT SERIES "THE SECRET LIFE OF THE AMERICAN TEENAGER" AND ... - The Futon Critic
";
arnews[1] += "[NOTE: The following article is a press release issued by the aforementioned network and/or company. Any errors, typos, etc. are attributed to the original author. The release is reproduced solely for the dissemination of the enclosed information ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 18:21:00 GMT";
arnews[1] += "
";
totcount = 2;
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("