var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Have you picked up on Pixar's in-jokes yet? - Tonight South Africa
"; arnews[0] += "Pixar's Up, which is about to come out on DVD, is up for five Oscars and made a staggering $750-million (R5,8bn) at the box office since its cinema release. To celebrate, the makers reveal 15 clever clues and in-jokes to look out for... 1. In every ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:12:00 GMT"; arnews[0] += "
"; arnews[1]="This Week at the movies - Buenos Aires Herald
"; arnews[1] += "ANDRES NO QUIERE DORMIR LA SIESTA. Argentina, 2009. In Spanish. Daniel Bustamante’s opera prima, starring Argentine actress Norma Aleandro, deals with complicity and silence between a grandmother and her grandson (Conrado Valenzuela). Written and ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 15:23:00 GMT"; arnews[1] += "
"; arnews[2]="Brother of Saints coach has relatively Super time - Atlantic City Press
"; arnews[2] += "The group spent hours hanging out with Saints fans such as Jimmy Buffett, Kenny Chesney, Harry Connick Jr. and \"the guy who played Cliff Claven (John Ratzenberger) on Cheers,\" said Tom Payton, who manages a Sleepy's mattress store in the Rio Grande ..."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:34:00 GMT"; arnews[2] += "
"; arnews[3]="Star Wars – Revenge of the Sith - New University Newspaper
"; arnews[3] += "As the curtain rose above a packed house at the Westwood Village Theater, a lump rose in my throat. For my entire life there had been ‘Star Wars,’ but in two-and-a-half hours it would all be over. When ‘Written and Directed by George Lucas ..."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 07:34:00 GMT"; arnews[3] += "
"; arnews[4]="Democrats Face Loss of Kennedy Seat, Health-Care Vote (Update2) - BusinessWeek
"; arnews[4] += "Jan. 19 (Bloomberg) -- Democrats face the possibility of losing their most iconic U.S. Senate seat, held for almost 47 years by the late Edward Kennedy, in a Massachusetts election today that could also cost them their 60-vote Senate supermajority ..."; arnews[4] += "
Publ.Date : Tue, 19 Jan 2010 15:28:00 GMT"; arnews[4] += "
"; arnews[5]="Submit search form - Outer Banks Sentinel
"; arnews[5] += "John Ratzenberger of South Nags Head, where the erosion problem is the worst, called for the board to act as one."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 07:10: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("
");