var arnews = new Array(5);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Bynes & Katie Cassidy - ETOnline.com
";
arnews[0] += "ETProdSharlette: Watch ET for the Twilight saga : New Moon stars fashion, hair, smiles and fun on the Red Carpet tonight. ETProdSharlette: Late night with Twilight:New Moon cast. Rob, Taylor, Kristen, Nikki and Dakota all looked so beautiful. Fans ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 17:40:00 GMT";
arnews[0] += "
";
arnews[1]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[1] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[1] += "
";
arnews[2]="Top 20 kid shows from the 80’s & 90’s - Examiner
";
arnews[2] += "Remember the innocence of childhood? The birthday parties. The water gun fights. The sleep overs. And of course, the bevy of nostalgic television shows. This is a countdown of the Top 20 kids shows from your childhood. This countdown will ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 04:14:00 GMT";
arnews[2] += "
";
totcount = 3;
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("