var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="'30 Rock' blames Canada: Canuck jokes abound
"; arnews[0] += "Tracy Morgan as Tracy, Cheyenne Jackson as Danny/Jack Baker on '30 Rock.' Jackson plays an actor recruited from north of the border."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:24:05 GMT"; arnews[0] += "
"; arnews[1]="District Football: Old Boys edge a close encounter
"; arnews[1] += "GREAT Crosby Catholic Primary School Old Boys U15s won another fine game last Sunday against Forefield Reds."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:00:00 GMT"; arnews[1] += "
"; arnews[2]="Elliot / Sarah Chalke
"; arnews[2] += "ELLIOT REID As the daughter of a prominent Connecticut doctor, Dr. Elliot Reid grew up in a wealthy household but she never got the love from her parents that she needed."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:04:21 GMT"; arnews[2] += "
"; arnews[3]="'Pirate Radio' sails troubled waters
"; arnews[3] += "Philip Seymour Hoffman, center, and Nick Frost, right, in 'Pirate Radio.' Photo PHOTOS: Best concert movies of all time Disk jockeys off the coast of England broadcast banned rock 'n' roll."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 14:55:16 GMT"; arnews[3] += "
"; arnews[4]="Movie review: 'Pirate Radio' rules the seas
"; arnews[4] += "Tom Sturridge and Rhys Ifans star in Richard Curtis' rock and roll comedy \"Pirate Radio.\" I can think of two things wrong with \"Pirate Radio.\" One is the generic title, a switch from the original name, \"The Boat That Rocked.\" The other is that, while the events depicted take place in the British rock scene of 1966 and 1967, one key scene is set to ..."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 23:29:57 GMT"; arnews[4] += "
"; arnews[5]="Get a Lodha this: Year of Questions Leaves Just One
"; arnews[5] += "After the Harvard men a 3 hockey team failed to make the NCAA Tournament last spring, I posed three questions that the Crimson needed to answer to make a return to the Dance this season."; arnews[5] += "
Publ.Date : Mon, 10 Dec 2007 08:00: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("
");document.write("
");