var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sedona Film Festival Presents Reach For Me
";
arnews[0] += "Academy Award nominee Seymour Cassel will be in Sedona for a special premiere event along with the producer of the film Charlene Blaine-Schulenburg. The heartwarming and uplifting new film \"Reach For Me\" starring Seymour Cassel and Alfre Woodard premieres in Sedona on Tuesday, February 9. The film is being presented by the Sedona International Film ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:22:03 GMT";
arnews[0] += "
";
arnews[1]="Amanda Seyfried owns the #1 movie in America
";
arnews[1] += "I've clowned on Lindsay Lohan. I've clowned on Rachel McAdams. I've clowned on Lacey Chabert.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:05:49 GMT";
arnews[1] += "
";
arnews[2]="Afternoon Links
";
arnews[2] += "Amanda Seyfried and Julianne Moore attend the Paris premiere of \"Chloe\" . Is Julia Roberts jealous of Sandra Bullock? Leonardo DiCaprio in Rome with Martin Scorsese.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 01:21:41 GMT";
arnews[2] += "
";
arnews[3]="The Tube Shows you can't miss this week
";
arnews[3] += "About a gazillion people are expected to watch the Indianapolis Colts and New Orleans Saints duke it out on America's annual holiday of gridiron gluttony.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Around the remote: Television picks for the week of Feb. 7-13
";
arnews[4] += "Are you ready for some football? About a gazillion people are expected to watch the Indianapolis Colts and New Orleans Saints duke it out on America's annual holiday of gridiron gluttony.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 11:33:35 GMT";
arnews[4] += "
";
arnews[5]="Around the Remote: Chuck Barney's TV Picks for Feb. 7-13
";
arnews[5] += "DON'T MISS: Super Bowl XLIV - Are you ready for some football? About a gazillion people are expected to watch the Indianapolis Colts and New Orleans Saints duke it out on America's annual holiday of gridiron gluttony.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 23:56:10 GMT";
arnews[5] += "
";
totcount = 6;
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("