var arnews = new Array(8);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rachel Melvin to Star in 'Seven Deadly Sins'
";
arnews[0] += "Former DAYS star Rachel Melvin has not only landed a role on the NBC hit series Heroes , but the Emmy-nominated actress will also begin production on a new Lifetime Movie Network four-hour miniseries entitled Seven Deadly Sins .";
arnews[0] += "
Publ.Date : Fri, 14 Aug 2009 03:02:44 GMT";
arnews[0] += "
";
arnews[1]="ONTVaug13
";
arnews[1] += "Country music sensation Taylor Swift opens up about her career and personal life in this one-hour special.";
arnews[1] += "
Publ.Date : Thu, 13 Aug 2009 15:23:35 GMT";
arnews[1] += "
";
arnews[2]="Lifetime commits to 'Sins' miniseries
";
arnews[2] += "Lifetime Movie Network is taking a contemporary look at the seven deadly sins. The cable network is moving with production on \"Seven Deadly Sins,\" a four-hour miniseries based on Robin Wasserman's \"Seven Deadly Sins\" series of novels: \"Lust,\" \"Greed,\" \"Envy,\" \"Wrath,\" \"Gluttony,\" \"Sloth\" and \"Pride.\" \"Without a Trace\" alum Eric Close is set to star ...";
arnews[2] += "
Publ.Date : Tue, 11 Aug 2009 15:00:00 GMT";
arnews[2] += "
";
arnews[3]="Print Version
";
arnews[3] += "Forty years ago today, more than 53 million households tuned in to see humans walk on the moon for the first time.";
arnews[3] += "
Publ.Date : Fri, 24 Jul 2009 00:56:29 GMT";
arnews[3] += "
";
totcount = 4;
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("