var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Elvis On Lennon Soundtrack
"; arnews[0] += "Sony Music announced the tracklist for the original soundtrack album to \"Nowhere Boy\", the new biopic movie on the early life of John Lennon which will feature the music that inspired the young Lennon to become a musician."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:16:50 GMT"; arnews[0] += "
"; arnews[1]="Beijing closes gap with HK
"; arnews[1] += "While growing up in her snowbound village outside of Harbin in the extreme weather of northeast China, Yang Wan often dreamed of visiting Hong Kong."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:04:00 GMT"; arnews[1] += "
"; arnews[2]="Rush Hour 3 was terrible.
"; arnews[2] += "Ia m not talking about the infamous, movie franchise that shoulda ve stopped after the first one; Ia m referring to the THIRD game of the year against the Blues last night."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 01:01:10 GMT"; arnews[2] += "
"; arnews[3]="Kavanaugh's hope: A pact overhaul
"; arnews[3] += "When Ryan Kavanaugh accepted Producer of the Year honors at the Hollywood Film Festival on Oct."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:57:32 GMT"; arnews[3] += "
"; arnews[4]="Regal Entertainment in talks for VCL
"; arnews[4] += "Adi Cohen's Regal Entertainment Corp. is in negotiations to take a substantial stake in German entrepreneur Datty Ruth's VCL Film and Medien and its subsid, VCL Communications."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:01:00 GMT"; arnews[4] += "
"; arnews[5]="Mitch.Web Re-Branded to The Evil Little Developer's Toolbox
"; arnews[5] += "For all those who are interested, the .NET User Group Meetings here in Winnipeg are starting up again next Thursday, check out Winnipeg's .Net user group Home Page for details."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:48:18 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("
");