var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Former 'Anne' Megan Follows makes dramatic return to CBC - canada.com
";
arnews[0] += "CALGARY -- For those of a certain age, there could be mixed feelings on Sunday when Megan Follows makes her return to the CBC. While the 41-year-old has had a busy career in the past 25 years, stubborn fans will always see her as the resourceful and ...";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="For Your Consideration: 25 Things The Academy Got Right In The 2000s - indieWIRE
";
arnews[1] += "A scene from Fernando Meirelles’ “City of God.” 11. 4 nominations for “City of God” A fifth commendable lone director slot came with Fernando Meirelles’s nomination for “City of God,” which warrants its own commentary in that it came ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:10: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("