var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Skin Deep
";
arnews[0] += "Canada's most celebrated transsexual peels back the layers. Photo by David Hawe.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[0] += "
";
arnews[1]="Life in plastic
";
arnews[1] += "The Silicone Diaries Written and performed by Nina Arsenault. Directed by Brendan Healy.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Montana authors making their marks
";
arnews[2] += "Sherry O'Keefe grew up in a small cluster of power company houses near Rainbow Dam along the Missouri River.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Life in plastic
";
arnews[3] += "The Belle of Winnipeg Keystone Theatre throws winks to the earliest days of celluloid with The Belle of Winnipeg, a screwball non-romance that says a lot about classic cinema by saying, well, nothing.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Wild 94.1's Last Damn Show
";
arnews[4] += "Folks pack into Tropicana Field to enjoy a day of music from the hottest artists including Keri Hilson, Plies, Twista, Fabolous, Goodie Mob, and more.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 19:04:00 GMT";
arnews[4] += "
";
arnews[5]="Movie Review
";
arnews[5] += "Director: Sophie Barthes Screenwriter: Sophie Barthes Starring: Paul Giamatti, David Strathairn, Dina Korzun, Katheryn Winnick, Lauren Ambrose, Emily Watson Running time: 101 mins Certificate: 12A \"The soul has its principal seat in the small gland located in the middle of the brain,\" so goes the quote from French philosopher Rene Descartes at the ...";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 09:57:51 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("