var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sister Smile - Age
";
arnews[0] += "In Stijn Coninx's respectful biopic, she's portrayed by Cecile de France as a square peg in a series of round holes — not at ease as a teenager in her parents' bakery, or as a novice in a convent, or as an international star on tour in Montreal ...";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 23:59:00 GMT";
arnews[0] += "
";
arnews[1]="Daily guide - Boston Globe
";
arnews[1] += "Member Concert 6 a.m. WUMB-FM (91.9) Rachel Bissex, Patti Casey, and Louise Taylor from April 2003. Guest Mix 7 a.m. WUMB-FM (91.9) Amy Fairchild from May 2003. Kid’s Classical Hour 9 a.m. WCRB-FM (99.5)“Song of the Unicorn,’’ music of the ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:55: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("