var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Showbits / Today's Lineup
";
arnews[0] += "Vancouver rocker touring in support of album named after his home city. With Mother Mother, Burton Cummings Theatre, 7:30 p.m.; $25 and $39.50 at Ticketmaster.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:03:05 GMT";
arnews[0] += "
";
arnews[1]="Pete's weekend movie round-up: New Moon alternativesa "The House of the Devil and Black Dynamite
";
arnews[1] += "No, I have not seen New Moon. Haven't even seen Twilight . Haven't read the books.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:14:56 GMT";
arnews[1] += "
";
arnews[2]="Who Is Film's Sexiest Ass-Kicking Leading Lady?
";
arnews[2] += "Our friends at FilmDrunk have the latest trailer for \" Bitch Slap ,\" the much anticipated \"sly parody\" that incorporates tropes of B-movies and exploitation films of yore.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 22:30:00 GMT";
arnews[2] += "
";
arnews[3]="Book Review: a oeBaad Bitchesa and Sassy Supermamas: Black Power Action Films
";
arnews[3] += "In the Field... 11.15.2009 Book Review: \"Baad Bitches\" and Sassy Supermamas: Black Power Action Films special to NewBlackMan Stephane Dunn Urbana: University of Illinois Press, 2008.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Say Hello to Kevin Blatt, Hollywooda s Sex-Tape Broker
";
arnews[4] += "Nothing spreads faster online than a celebrity sex tape, and the tapes are spreading faster than ever this fall.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 20:01:06 GMT";
arnews[4] += "
";
arnews[5]="Dog About Town: Fairgoing and more fun this weekend
";
arnews[5] += "East Lake Pet Orphanage's annual Pet Fair - including adoptions, live music and food and drinks - is from 11 a.m. to 3 p.m. Sunday.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 05:01:00 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("