var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="12 Great Movies Released in January
"; arnews[0] += "Last night on Reject Radio , four people listened to Rob Hunter and me discuss and lament the January Problem ."; arnews[0] += "
Publ.Date : Tue, 12 Jan 2010 07:01:25 GMT"; arnews[0] += "
"; arnews[1]="White out
"; arnews[1] += "This is a compelling photo I took at Tuesday's Gehlen-AW game. Look closely at his shirt."; arnews[1] += "
Publ.Date : Fri, 08 Jan 2010 02:36:54 GMT"; arnews[1] += "
"; arnews[2]="From the A-Team to the Z-list
"; arnews[2] += "Although 2009 was notably free of Super- and Spider-Men, with only the underwhelming Watchmen to fill the gap, 2010 sees the return of the comic-book hero big time, but with a sneaky twist: next year's crop don't have a single superpower between them."; arnews[2] += "
Publ.Date : Sat, 02 Jan 2010 03:04:33 GMT"; arnews[2] += "
"; arnews[3]="Editor's Choice: All the unmissable films, TV shows, artists and fashions for 2010
"; arnews[3] += "Women's Editor Lindsay Clydesdale, Music Editor John Dingwall and the Record's television and movie feature writer Brian McIver predict the next big things for 2010."; arnews[3] += "
Publ.Date : Sat, 02 Jan 2010 00:00:00 GMT"; arnews[3] += "
"; arnews[4]="Audio Bible features star studded Hollywood cast
"; arnews[4] += "When you think of Jason Alexander, Lou Gosset Jr. or Marisa Tomei, movies likely come to mind."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="The Unusual Suspects
"; arnews[5] += "Almost every year, it seems there are complaints about it being a bad year for women's roles."; arnews[5] += "
Publ.Date : Fri, 04 Dec 2009 02:34:07 GMT"; arnews[5] += "
"; arnews[6]="'Nine' leads Press Academy nominations
"; arnews[6] += "The obscure International Press Academy is known within awards circles for releasing its nominations before actually seeing all of the big awards contenders, so it's not always wise to put a lot of stock in its lists."; arnews[6] += "
Publ.Date : Mon, 30 Nov 2009 07:29:32 GMT"; arnews[6] += "
"; arnews[7]="Audio Bible CD set took 600 actors to record
"; arnews[7] += "JoBe Cerny, most famous for being the voice of the Pillsbury Doughboy, was on one recent rainy morning sitting in a studio at his Cerny/American Creative, a production company/recording studio on Illinois Street in Chicago."; arnews[7] += "
Publ.Date : Sat, 28 Nov 2009 11:50:10 GMT"; arnews[7] += "
"; totcount = 8; 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("
");document.write("
");