var arnews = new Array(7);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FESTIVAL REVIEWS - Times Colonist
";
arnews[0] += "A solid cast of actors who improvise much of their dialogue is highlighted by Matt Frewer as a news cameraman, Terminator's Kristanna Loken as a compassionate reporter and Scottish actor David O'Hara as an arrogant journalist compelled to help ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 13:36:00 GMT";
arnews[0] += "
";
arnews[1]="Possibilities are endless with chic Button Wrap - Windsor Star
";
arnews[1] += "A: Vicki Gabereau, Buffy Sainte-Marie, Steph Song, Lynda Boyd, Kristanna Loken, and Canada's first Next Top Model winner Andrea Muizelaar, just to name a few.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 19:32: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("