.WAFL (lFD>#*TXntry(`m 'eD>#*TXeurl ?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/htmlhvrsdata Variety.com - 'Moon' doc shines over IDFA kudos
Entertainment industry news, articles, and box office charts - Variety.comReed Business Information

FILM
  TV |  INTERNATIONAL |  BUSINESS |  MUSIC |  HOME ENT |  LEGIT |  TECHNOLOGY |  LEGAL | 
NEWS  |   COLUMNS  |   REVIEWS  |   CHARTS  |   BOX OFFICE  |   EVENTS  |   SPECIAL REPORTS
SEARCH:
Advanced Search  |  Help
Last Updated Nov. 29, 2004, 1:34pm PT

SUBSCRIBE

SECTIONS

SPECIAL REPORTS

TOOLS

CHARTS AND DATA

RESOURCE GUIDES

RELATED SITES


 
 

email article
print article
Email Author 
Posted: Mon., Nov. 29, 2004, 1:21pm PT
 
'Moon' doc shines over IDFA kudos
10-day fest pulled in 120,000 attendees
 
By MARLENE EDMUNDS

advertisement



Related
Hot Topic: Film Festivals
 

Film News Around This Date

Sundance goes global
11/29/04 2:00pm

H'w'd backs Toshiba on DVD format
11/29/04 11:29am

'Chicago' duo brushes up 'Hairspray'
11/28/04 10:00pm

NYU and Def team unveil film grad prize
11/28/04 10:00pm

Mount Savage, Pompian plot pics
11/28/04 10:00pm

Duo will launch Ars Nova banner
11/28/04 10:00pm

Filmmaker will scare up tween aud with horror pic
11/28/04 10:00pm

Court ruling on 2003 Prods. ignites turmoil
11/28/04 10:00pm

BOX OFFICE TOP TEN
 
Weekend: Nov. 24 - Nov. 28, 2004
* in millions
1 National Treasure
2 The Incredibles
3 Christmas With the Kranks
4 The Polar Express
5 The SpongeBob SquarePants Movie
6 Alexander
7 Bridget Jones: The Edge of Reason
8 Finding Neverland
9 Ray
10 After the Sunset
view full chart view box office news
AMSTERDAM -- Dutch helmer Leonard Retel Helmrich's "The Shape of the Moon" took the highest prize, the E12,500 ($16,000) Joris Ivens award, at the Intl. Documentary Filmfestival Amsterdam, which wrapped Sunday.

Pic covers political and social upheaval in Indonesia when a man converts to Islam, coming into conflict with his Christian mother.

The Joris Ivens jury, headed by Finnish lenser Pirjo Honkasalo, handed veteran U.S. docmaker Jonathan Stack's gut-wrenching "Liberia: An Uncivil War" the Special Jury Prize. The jurors called the film about recent events in Liberia "an act of bravery -- some might even say, suicidal insanity," in Stack's "tenacious rejection of personal safety in pursuit of the truth."

Among other awards handed out, the $13,000 prize for short doc went to Bulgarian Andrey Paunov's "Georgi and the Butterflies" and Amnesty Intl.'s $6,600 Doen kudo went to Finnish director Pirjo Honkasalo for "The 3 Rooms of Melancholia."

U.S. docmakers Dan Ollanman, Sara Price and Chris SmithChris Smith's "The Yes Men""The Yes Men" took the $6,000 audience award.

Despite heavy budget cuts, the same fate suffered by all cultural orgs in Holland this year, the 10-day festfest pulled 10,000 more visitors than a year ago, boosting its numbers to 120,000 and box office to $530,000.

The event's lineup of debates and talks included some of the biggest names in the doc industry as well as a scattering of politicians and policymakers.

* Print this | Email this
* View most popular articles, reviews
* License / syndicate this

 
Back to top
 

~
~ See All Current Discussions
~

  http://haloscan.com/tb/variety/VR1117914091


About   Advertise   Contact Us   Help   Link to Us   Site Index  
© 2004 Reed Business Information, a division of Reed Elsevier Inc.
All rights reserved. Use of this web site is subject to its
Terms and Conditions of Use. View our Privacy Policy.

postD>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate `D>L_{_yntry(Ϲ%PV-f*+tTAwK񤑕Durl Shttp://a330.g.akamai.net/7/330/2540/69265242b92015/www.variety.com/js_functions.jsbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mimeapplication/x-javascripthntt"0ca3f564026c41:94e"hvrsdatafunction standardTrim(value) { // original trim function, does not work on Safari var temp = value; var obj = /^(\s*)([\W\w]*)(\b\s*$)/; if (obj.test(temp)) { temp = temp.replace(obj, '$2'); } var obj = / /g; while (temp.match(obj)) { temp = temp.replace(obj, " "); } return temp; } function LTrim(str) // part of Safari trim { var whitespace = new String(" \t\n\r"); var s = new String(str); if (whitespace.indexOf(s.charAt(0)) != -1) { // We have a string with leading blank(s)... var j=0, i = s.length; // Iterate from the far left of string until we // don't have any more whitespace... while (j < i && whitespace.indexOf(s.charAt(j)) != -1) j++; // Get the substring from the first non-whitespace // character to the end of the string... s = s.substring(j, i); } return s; } function RTrim(str) // part of Safari trim { // We don't want to trip JUST spaces, but also tabs, // line feeds, etc. Add anything else you want to // "trim" here in Whitespace var whitespace = new String(" \t\n\r"); var s = new String(str); if (whitespace.indexOf(s.charAt(s.length-1)) != -1) { // We have a string with trailing blank(s)... var i = s.length - 1; // Get length of string // Iterate from the far right of string until we // don't have any more whitespace... while (i >= 0 && whitespace.indexOf(s.charAt(i)) != -1) i--; // Get the substring from the front of the string to // where the last non-whitespace character is... s = s.substring(0, i+1); } return s; } function safariTrim(str) // simpler trim needed because Safari is buggy { return RTrim(LTrim(str)); } function trim(value) { var agt=navigator.userAgent.toLowerCase(); if(agt.indexOf("safari")!=-1) return safariTrim(value) else return standardTrim(value); } function NoFraming() { if (top.frames.length != 0) { top.location = location.href } } function getCookie1(Name) { var search = Name + "="; if (document.cookie.length > 0) { //if there are any cookies offset = document.cookie.indexOf(search); if (offset != -1) { // if cookie exists offset += search.length; //set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; return unescape(document.cookie.substring(offset,end)) } } } var mname=getCookie1('UName'); var varietypopad = getCookie1('varietypopad'); /* this doesn't do anything, so I am commenting it out ART 4/19/04 //if logged in or if the popup ad has been seen, show eyeblaster if ( (mname!=null && mname!='') || (varietypopad!=null && varietypopad!='') ) { //document.write(''); //document.write('<' + '/SCRIPT>'); } else //openPopAd(); */ function openPopAd() { var arg = "varietypopad="; var alen = arg.length; var clen = document.cookie.length; var i = 0; var cookiethere = "no"; var expdate = new Date(); expdate.setTime (expdate.getTime() + (1 * 60 * 60 * 1000)); while (i < clen) { var j = i + alen; if (document.cookie.substring(i,j) == arg) { cookiethere = "yes"; //alert("There is a cookie") break; } i = document.cookie.indexOf(" ",i) + 1; if (i==0) break; } if (cookiethere == "no") { document.cookie = "varietypopad=been_there;expires=" + expdate.toGMTString() // the following should be uncommented if you want the cookie to expire after the session and not after 60 minutes //document.cookie = "varietypopad=been_there;" popupWin =window.open('http://www.variety.com/index.asp?layout=front_page_popup','remote','width=200,height=300,left=50,top=250,resizable=0') } } //this is from module welcome function go_login(layout) { m_layout=layout; m_page=window.location.href; //-- AH 11/18/03 - added site_url if (m_layout=='login_link') m_page=site_url+'index.asp?layout=front_page'; m_page = "&returnURL=" + escape(m_page) //-- AH 11/18/03 - added site_url window.location.href = site_url+"subscribe.asp?screen=li1"+m_page; } //this is from v_cookiecrumbs module function setCookie(name, value, expire) { document.cookie = name + "=" + escape(value) + ((expire == null) ? "" : ("; expires=" + expire.toGMTString())) } function getCookie(Name) { return getCookie1(Name); } // from module v_Stock_top_losers_late function ConvertDow( strName ) { if (strName == "DJ US M") document.write("MEDIA"); else { if (strName == "DOW JON") document.write("DJIA"); else document.write(strName); } } //from module right_boxoffice_weekend function decimal(weekbox) { var number = weekbox; if (number.indexOf('.')==-1) number = number + '.0'; else number=number; document.write('$' + number); } //21 modules have this function function dateBuster(date) { var stock_date=date m_month=stock_date.substring(0,stock_date.indexOf('/')); m_day=stock_date.substring(stock_date.indexOf('/')+1, stock_date.indexOf('/',stock_date.indexOf('/')+1)); m_year=stock_date.substring(stock_date.indexOf('/',stock_date.indexOf('/')+1)+1); var bits = m_year.split(' '); m_year = bits[0]; //strips time formatting of leading zeros m_time = m_year.substring(3,8) if (m_time.charAt(0)==0) m_time = m_time.substring(m_time.indexOf(m_time.charAt(1)),5); //strips time formatting from year if (m_year.length > 2) m_year = m_year.substring(2,4); else m_year = m_year.substring(0,2); //strips out leading zeros if (m_day.charAt(0)==0) m_day = m_day.charAt(1); //strips out leading zeros if (m_month.charAt(0)==0) m_month = m_month.charAt(1); document.write(m_month + '/' + m_day + '/' + m_year) } //modifies time by taking of the leading 0 in hh input: 03:25 pm output: 3:25pm function timeBuster(time) { var th = time.split(':') var t; if (th[0].charAt(0)==0) t = th[0].charAt(1); else t = th[0]; t = t + ':' + th[1].replace(' ',''); document.write(' '+t); } //from layout advanced_result function writeError(section,stories) { var layout = "advanced_result" if (layout!="advanced_result") {section="";} document.write("" + section + "
Sorry, your search for " + stories); if (userQuery != "" && author != "") { document.write(" by "+ author +" containing " + userQuery ); } else if (userQuery == "" && author != "") { document.write(" by "+ author); } else if (userQuery != "" && author == "") { document.write(" containing " + userQuery); } document.write(" returned 0 matches
Please go back to refine your search.
Or see "); function openWindow(){ //-- AH 11/18/03 - added site_url sameWindow = window.open(site_url+'index.asp?layout=search_help','help',',scrollbars,status,menubar,resizable,width=400,height=300'); sameWindow.focus(); } //-- AH 11/18/03 - added site_url document.write('Search Help Here.
 
'); } //from module v_dept_head function openPopTVAd() { var arg = "varietypopad="; var alen = arg.length; var clen = document.cookie.length; var i = 0; var cookiethere = "no"; var expdate = new Date(); var dept = "%dept%"; expdate.setTime (expdate.getTime() + (1 * 60 * 60 * 1000)); while (i < clen) { var j = i + alen; if (document.cookie.substring(i,j) == arg) { cookiethere = "yes"; break; } i = document.cookie.indexOf(" ",i) + 1; if (i==0) break; } if (cookiethere == "no") { if (dept == "TV") { document.cookie = "varietypopad=been_there; expires=" + expdate.toGMTString() //-- AH 11/18/03 - added site_url popupWin = window.open(site_url + 'index.asp?layout=popup','remote','width=220,height=320,left=50,top=250,resizable=0'); } } } function stripQts2(name) { var newName = ""; var test = name.split(unescape("%27%27")); //split the field on ascii code for double '' for (i=0;iHome Page"; var m_layout = layout; var m_dept = dept; var m_type = type; var m_charttype = charttype; var m_deck = deck; m_layout=m_layout.toLowerCase(); var flag = 0; //-- get display value of breadcrumb from the title var mtitle=document.title; var offset=mtitle.indexOf('Variety.com - '); var x=14; if (offset==-1) {offset=mtitle.indexOf('Variety.com -');x=13;} if (offset==-1) {offset=mtitle.indexOf('Variety.com-');x=12;} if (offset==-1) {offset=mtitle.indexOf('Variety.com');x=11;} if (offset!=-1) {mtitle=mtitle.substr(offset+x);} if (m_layout=='front_page' || m_layout=='' || m_layout=='null') { //-- reset cookies if on the home page var mCrumb=' ' + homeLink; setCookie('bread1',''); setCookie('bread2',''); setCookie('bread3',''); flag=1; } else { //-- AH 11/18/03 - added site_url var mCrumb=' Home'; var mlink=''+mtitle+''; } //first level, for most layouts, reset to bread1 and clear the rest cookies. new additions to layout arrays must be lowercase var m_layout2 = new Array('news_front','columns_front','reviews_front','reviews_layout','people_home','vpage','animation2000','about_special_c','advanced_search','charts_layout','credits_reviews','calendar','weblinks_front','ticker','handheld_access','slanguage','la411_layout','classified_layout','hot_topics_main','google_results','chart_tv_prod','ticker','afm','b_o_weekend','b_o_weekend_all','b_o_layout','b_o_chart_all','b_o_foreign','b_o_foreign_all','v_eletter_jump','big_talk_discussion','ev_billing_step2','ev_billing_3','ev_billing_step1','ev_billing_2','variety_gen_f'); for (i=0;i' + mtitle+ ''; setCookie('bread1',crumb1link); setCookie('bread2',''); setCookie('bread3',''); if (mtitle != '') {mCrumb=mCrumb+' > '+mtitle;} flag = 1; } } } if (m_layout == 'reports') { var m_type2 = new Array('AWARDS','FESTIVALS','MARKETS','MORE'); var mtitle3 = new Array('Awards','Festivals','Markets','Special Reports'); for (k=0;k' + mtitle3[k] + ''; setCookie('bread1',crumb1link); setCookie('bread2',''); setCookie('bread3',''); mCrumb = mCrumb+' > '+mtitle3[k]; flag = 1; } } } if (m_layout == 'chart_pass') { var m_charttype2 = new Array('prodcharts','hwoodfilmfest'); var mtitle4 = new Array('Production Charts','5th Annual Hollywood Film Festival and Hollywood Movie Awards',''); for (k=0;k' + mtitle4[k] + ''; setCookie('bread1',crumb1link); setCookie('bread2',''); setCookie('bread3',''); mCrumb=mCrumb+' > '+mtitle4[k]; flag = 1; } } } if (flag==0) { if (m_layout == 'weblinks') { var crumb1=getCookie('bread1') var name = m_deck var nameSplit = name.split(unescape('+')); var newName=""; for (i=0;i Variety.com - Terms and Conditions of Use
Entertainment industry news, articles, and box office charts - Variety.comReed Business Information

FILM | TV |  INTERNATIONAL |  BUSINESS |  MUSIC |  HOME ENT |  LEGIT |  TECHNOLOGY |  LEGAL | 
SEARCH:
Advanced Search  |  Help
Last Updated Nov. 29, 2004, 1:34pm PT

SUBSCRIBE

SECTIONS

SPECIAL REPORTS

TOOLS

CHARTS AND DATA

RESOURCE GUIDES

RELATED SITES



 
advertisement

BOX OFFICE TOP TEN
 
Weekend: Nov. 24 - Nov. 28, 2004
* in millions
1 National Treasure
2 The Incredibles
3 Christmas With the Kranks
4 The Polar Express
5 The SpongeBob SquarePants Movie
6 Alexander
7 Bridget Jones: The Edge of Reason
8 Finding Neverland
9 Ray
10 After the Sunset
view full chart view box office news
Last updated: February 2004

Terms and Conditions of Use

The following terms and conditions of use (the "Terms and Conditions") govern your ("You") use of the Variety.com Web site (http://www.Variety.com), which shall include, without limitation, several Reed Business Information publications within one common industry category, and all content thereon (the "Site") as provided by Reed Business Information, a division of Reed Elsevier Inc. ("Reed Business Information" or "we"). BY USING THE SITE, YOU ACCEPT AND AGREE TO THESE TERMS AND CONDITIONS AS APPLIED TO YOUR USE OF THE SITE. If you do not agree to these Terms and Conditions, you may not access or otherwise use the Site.

Services Available on the Site.

Reed Business Information may make certain services available to individuals who register on the Site ("Registered Users") and general visitors to the Site ("Visitors") (Registered Users and Visitors are collectively referred to as "Users"). For example, Users may be able to register to receive a print publication or an e-mail newsletter, participate in forums or moderated discussions with other Users, post comments on a bulletin board, post and respond to classified ads, or enter a sweepstakes (collectively, "Services ", and with the Site, the "Site "). Users may also access articles and perform research.


Reed Business Information may make certain forums available on the Site that allow Registered Users the opportunity to participate in moderated discussions and to post information on bulletin boards (collectively, "Forums"). Registered Users who participate in these Forums are solely responsible for the information and other content they post on and through these Forums and should be aware that when they voluntarily disclose personal information (e.g., name, e-mail address, telephone number) on or through these Forums, that such information is generally accessible to and may be collected and used by other Registered Users, as well as Visitors, and may result in unsolicited online and offline messages from such viewers. Registered Users are encouraged to exercise discretion when providing personal information about themselves in and through Forums.

Internet Access.

You acknowledge and agree that in connection with your use of the Site you must: (a) provide for your own access to the World Wide Web and pay any service fees associated with such access, and (b) provide all equipment necessary for you to make such access and connection to the World Wide Web, including a computer, software, a modem and a means of connecting to or accessing the Internet. Reed Business Information shall not be responsible for any malfunctions, errors, crashes or other adverse events that may occur from your use of the Site.

Proprietary Rights.

As between you and Reed Business Information (including our affiliates), we are the owner and/or authorized user of any trademark, and/or service mark appearing on the Site, and are the copyright owner or licensee of the content and/or information on the Site, unless otherwise indicated. Except as otherwise provided herein, use of the Site does not grant to you a license to any content, features or materials you may access on the Site. Any commercial use of the Site is strictly prohibited, except as allowed herein or otherwise approved by us. You may not download or save a copy of any of the content or screens except as otherwise provided in these Terms and Conditions, for any purpose. You may, however, print one (1) copy of the information on the Site solely for your personal use or records. If you make other use of the Site, except as otherwise provided above, you may violate copyright and other laws of the United States, other countries, as well as applicable state laws and may be subject to liability for such unauthorized use. We do not grant any license or other authorization to any user of our trademarks, service marks, other copyrightable material or any other intellectual property, by including them on the Site. You also agree and acknowledge that any ideas, concepts, methods, systems, designs, plans, techniques or other similar materials that you submit or otherwise communicate to the Site, may be used by us in any manner.

User Information.

In the course of your use of the Site, you may be asked to provide certain information about yourself to us ("User Information"). RBI information collection and use policies with respect to such User Information are set forth in the Site Privacy Policy Click Here for Privacy Policy. You acknowledge and agree that you are solely responsible for the accuracy and content of the User Information.

Submitted Material.

Any information or material that you submit or send to Reed Business Information or otherwise make available on or through the Site ("Your Material") will be deemed not to be confidential or secret. By submitting or otherwise making Your Material available on the Site, you:

  • Agree and acknowledge that Your Material will not be treated as confidential or proprietary.
  • Represent and warrant that Your Material:
    • Is original to you and that no other party has any rights to the material;
    • Does not contain any content that is unlawful, threatening, harassing, profane, tortious, defamatory, vulgar, obscene, libelous, deceptive, fraudulent, contains explicit or graphic descriptions or accounts of sexual acts (including but not limited to sexual language of a violent or threatening nature directed at another individual or group of individuals), invasive of another's privacy, or hateful;
    • Does not contain a virus or other harmful component; and
    • Does not contain, unless the specific Service allows, any advertising of any kind, or false or misleading indications of origin or statements of fact.
  • Grant Reed Business Information the royalty-free, unrestricted, worldwide, perpetual, irrevocable, non-exclusive and fully sub-licensable right and license to use, reproduce, modify, edit, adapt, publish, translate, create derivative works from, distribute, perform and display Your Material (in whole or part) worldwide and/or to incorporate it in other works in any form, media, or technology now known or later developed. You also warrant that any "moral rights" in Your Material have been waived.
No Endorsement.

Reed Business Information does not represent or warrant the truthfulness, accuracy or reliability of any material posted by others on or through the Site, nor does Reed Business Information endorse any opinions expressed by Users or others, such as responses provided in the "Ask the Expert" portions of the Site. Users acknowledge that any reliance on material posted by others will be at their own risk. Any content placed on any discussion area by Users are the views of the User posting the statement, and do not represent the views of Reed Business Information.

Unsolicited Materials.

Unless specifically requested, Reed Business Information does not solicit nor does it wish to receive any confidential, secret or proprietary information or other material from you through the Site, any of its services, by e-mail, or in any other way.

User Conduct.

You warrant and agree that, while using the Site, you shall not:

  • Upload, post or transmit to or distribute or otherwise publish through the Site any material that violates any provision of these Terms and Conditions;
  • Restrict or inhibit any other User from using and enjoying the Site;
  • Constitute or encourage conduct that would constitute a criminal offense or give rise to civil liability;
  • Impersonate, or misrepresent your affiliation with any other person or entity;
  • Upload, post, publish, transmit, reproduce, distribute or in any way exploit any information or other material obtained through the Site for commercial purposes (other than as expressly permitted by the provider of such information or other material);
  • Engage in spamming or flooding; or
  • Attempt to gain unauthorized access to other computer systems through the Site.

Except as otherwise expressly permitted herein, you may not upload, post, publish, reproduce, transmit or distribute in any way any component of the Site itself or derivative works with respect thereto, as the Site is copyrighted as a collective work under U.S. copyright laws.

We have no obligation to monitor any content on or through the Site and we assume no obligation. You acknowledge and agree, however, that we do retain the right to monitor the Site and to disclose any information as necessary or appropriate to satisfy any law, regulation or other governmental request, to operate the Site properly, or to protect ourselves or our Users. We will not intentionally monitor or disclose any private electronic mail message unless required by law. We reserve the right to refuse to post or to remove any information or materials, in whole or in part, that, in our sole discretion, are unacceptable, undesirable, inappropriate or in violation of these Terms and Conditions. We may also suspend or terminate any User's use of the Site at any time in our sole discretion.

You agree to defend, indemnify and hold Reed Business Information, its directors, officers, employees, agents and affiliates harmless from any and all claims, liabilities, costs and expenses, including reasonable attorneys' fees, arising in any way from your use of the Site or the placement or transmission of Your Material on or through the Site by you.

DISCLAIMER OF WARRANTIES.

THE SITE, INCLUDING, WITHOUT LIMITATION, ALL CONTENT, FUNCTIONS AND MATERIALS THEREON, IS PROVIDED "AS IS," WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, ANY WARRANTY FOR INFORMATION, DATA, DATA PROCESSING SERVICES, OR UNINTERRUPTED ACCESS, ANY WARRANTIES CONCERNING THE AVAILABILITY, ACCURACY, USEFULNESS, OR CONTENT OF INFORMATION, AND ANY WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. REED BUSINESS INFORMATION DOES NOT WARRANT THAT THE SITE OR THE FUNCTIONS, FEATURES OR CONTENT CONTAINED THEREIN WILL BE TIMELY, SECURE, UNINTERRUPTED OR ERROR FREE, OR THAT DEFECTS WILL BE CORRECTED. REED BUSINESS INFORMATION MAKES NO WARRANTY THAT THE SITE WILL MEET USERS' REQUIREMENTS. NO ADVICE, RESULTS OR INFORMATION, WHETHER ORAL OR WRITTEN, OBTAINED BY YOU FROM REED BUSINESS INFORMATION OR THROUGH THE SITE SHALL CREATE ANY WARRANTY NOT EXPRESSLY MADE HEREIN. IF YOU ARE DISSATISFIED WITH THE SITE OR ANY CONTENT OR FUNCTION THEREON, YOUR SOLE REMEDY IS TO DISCONTINUE USING THE SITE.

LIMITATION OF LIABILITY.

IN NO EVENT SHALL REED BUSINESS INFORMATION OR ANY OF ITS DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, AFFILIATES, OR CONTENT OR SERVICE PROVIDERS BE LIABLE FOR ANY INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES ARISING FROM OR DIRECTLY OR INDIRECTLY RELATED TO THE USE OF, OR THE INABILITY TO USE, THE SITE OR THE CONTENT, MATERIALS AND FUNCTIONS RELATED THERETO, INCLUDING, WITHOUT LIMITATION, LOSS OF REVENUE, OR ANTICIPATED PROFITS OR LOST BUSINESS OR LOST SALES, EVEN IF REED BUSINESS INFORMATION OR SUCH INDIVIDUAL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME JURISDICTIONS DO NOT ALLOW THE LIMITATION OR EXCLUSION OF LIABILITY FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES SO SOME OF THE ABOVE LIMITATIONS MAY NOT APPLY TO CERTAIN USERS. IN NO EVENT SHALL REED BUSINESS INFORMATION BE LIABLE FOR OR IN CONNECTION WITH ANY CONTENT POSTED, TRANSMITTED, EXCHANGED OR RECEIVED BY OR ON BEHALF OF ANY USER OR OTHER PERSON ON OR THROUGH THE SITE. IN NO EVENT SHALL THE TOTAL LIABILITY OF REED BUSINESS INFORMATION TO YOU FOR ALL DAMAGES, LOSSES, AND CAUSES OF ACTION (WHETHER IN CONTRACT OR TORT, INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE OR OTHERWISE) ARISING FROM YOUR USE OF THE SITE EXCEED, IN THE AGGREGATE, ANY FEE YOU MAY PAY TO REED BUSINESS INFORMATION FOR YOUR ACCESS TO OR USE OF THE SITE.

Links to Other Sites.

You acknowledge and agree that we have no responsibility for the accuracy or availability of information provided by Web sites to which you may link from the Site ("Linked Sites"). Links to Linked Sites are provided as a convenience to you, and do not constitute an endorsement by or association with Reed Business Information of such sites or the content, products, advertising or other materials presented on such sites. Reed Business Information does not author, edit, or monitor these Linked Sites. You acknowledge and agree that Reed Business Information is not responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with use of or reliance on any such content, goods or services available on such Linked Sites.

Applicable Laws.

We control and operate this Site from our offices in the United States of America. We do not represent that materials on the Site are appropriate or available for use in other locations. Persons who choose to access this Site from other locations do so on their own initiative, and are responsible for compliance with local laws, if and to the extent local laws are applicable.

Miscellaneous.

The Terms and Conditions and the relationship between you and Reed Business Information shall be governed by the laws of the State of New York, without regard to its conflict of law provisions. You and Reed Business Information agree that any cause of action that may arise under this Agreement shall be commenced and be heard in the appropriate court in the State of New York, County of New York. You and Reed Business Information each agree to submit to the personal and exclusive jurisdiction of the courts located within New York County in the State of New York The failure of Reed Business Information to exercise or enforce any right or provision of the Terms and Conditions shall not constitute a waiver of such right or provision. If any provision of the Terms and Conditions is found by a court of competent jurisdiction to be invalid, the parties nevertheless agree that the court should endeavor to give effect to the parties' intentions as reflected in the provision, and the other provisions of the Terms and Conditions remain in full force and effect. You agree that regardless of any statute or law to the contrary, any claim or cause of action arising out of or related to use of the Services or the Terms and Conditions must be filed within one (1) year after such claim or cause of action arose or be forever barred.

Modifications to the Site and the Services.

We may change these Terms and Conditions from time to time and at any time without notice to you, by posting such changes on the Site. We reserve the right, for any reason, in our sole discretion, to terminate, change, suspend or discontinue any aspect of the Site, including, but not limited to, content, features or hours of availability. By using the Site following any modifications to the Terms and Conditions, you agree to be bound by any such modifications to the Terms and Conditions. We may also impose limits on certain features of the Site or restrict your access to part or all of the Site without notice or penalty.

Digital Millennium Copyright Act Agent.

We respect the intellectual property rights of others, and require that the people who use the Site do the same. If you believe that your work has been copied in a way that constitutes copyright infringement, please forward the following information to the Copyright Agent named below:

  • Your address, telephone number, and e-mail address;
  • A description of the copyrighted work that you claim has been infringed;
  • A description of where the alleged infringing material is located;
  • A statement by you that you have a good faith belief that the disputed use is not authorized by you, the copyright owner, its agent, or the law;
  • An electronic or physical signature of the person authorized to act on behalf of the owner of the copyright interest; and
  • A statement by you, made under penalty of perjury, that the above information in your Notice is accurate and that you are the copyright owner or authorized to act on the copyright owner's behalf.

Copyright Agent
c/o Legal Department
360 Park Avenue South
New York, NY 10010
646-746-7635
copyrightagent@reedbusiness.com


This Site is operated by: 
Reed Business Information
360 Park Avenue South
New York, NY 10010
websupport@reedbusiness.com


 


About   Advertise   Contact Us   Help   Link to Us   Site Index  
© 2004 Reed Business Information, a division of Reed Elsevier Inc.
All rights reserved. Use of this web site is subject to its
Terms and Conditions of Use. View our Privacy Policy.

postĉXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate ɹĉet__G"Entry(L, }U$,I y[VQ2.url _http://a330.g.akamai.net/7/330/2540/f1abda61a10d01/www.variety.com/index.asp?layout=site_indexbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/htmlhvrsdata Variety.com - Site Index
Entertainment industry news, articles, and box office charts - Variety.comReed Business Information

FILM | TV |  INTERNATIONAL |  BUSINESS |  MUSIC |  HOME ENT |  LEGIT |  TECHNOLOGY |  LEGAL | 
SEARCH:
Advanced Search  |  Help
Last Updated Nov. 29, 2004, 1:34pm PT

SUBSCRIBE

SECTIONS

SPECIAL REPORTS

TOOLS

CHARTS AND DATA

RESOURCE GUIDES

RELATED SITES



 
advertisement

BOX OFFICE TOP TEN
 
Weekend: Nov. 24 - Nov. 28, 2004
* in millions
1 National Treasure
2 The Incredibles
3 Christmas With the Kranks
4 The Polar Express
5 The SpongeBob SquarePants Movie
6 Alexander
7 Bridget Jones: The Edge of Reason
8 Finding Neverland
9 Ray
10 After the Sunset
view full chart view box office news

Site Index

About Variety:
•  Comments and Feedback
•  Contact Variety (street addresses and phone numbers)
•  History of Variety
•  Media Kit (How to Advertise):
    •  Media Contact
    •  Weekly Edition
    •  National Edition
    •  Hollywood Edition
    •  Gotham Edition
    •  Variety.com
    •  2002-2003 Award Season Rates
    •  Editorial Calendar
•  Privacy Policy
•  Site Help and FAQs (Frequently Asked Questions)
•  Staff (Variety.com, Variety, Reed Business Information)
•  Terms of Use
 
Columns:
•  Army Archerd (Just for Variety)
•  Peter Bart (The Backlot)
•  Jonathan Bing (The Write Stuff)
•  Michael Fleming (Dish)
•  Steven Gaydos (Eurotrack)
•  Timothy M. Gray (Reel Life)
•  Adam Dawtrey (London Eye)
•  Todd McCarthy (Deep Focus)
•  Pamela McClintock (D.C. Spin)
•  Charles Lyons (Eastern Standard)
•  Bashirah Muttalib (Location News)
•  Roger Smith (It's Only Money)
•  Paul Sweeting (Backend)
•  Matt Wolf (Strands)
•  Columns Special to Variety
•  Letters to the Editor
 
Box Office (Film): (see also Searches)
•  Weekly
•  Weekend
•  Foreign
 
Box Office (Legit)
 
Showbiz Calendar: (see also Searches)
 
Production Charts:
•  Film Production Chart (see also Searches)
•  TV Production Chart (see also Searches)
 
Charts:
•  AFI's 100 Years .. 100 Passions
•  AFI's 100 Greatest American Movies
•  AFI's 100 Funniest American Movies
•  AFI's Movies of the Year 2000
•  BSkyB Millennium Pix
•  DVD Best Rental This Week
•  Facts on Pacts 2002
•  Facts on Pacts 2001
•  Facts on Pacts 2000
•  Fall TV Schedule
•  Games Best Rentals This Week
•  Games Best Sellers This Week
•  Global 50: Top Entertainment Companies
•  Hollywood Standard Time
•  Inductees into the National Film Registry
•  New on DVD
•  New on VHS
•  VHS Best Rental This Week
•  Tipsheet Reviews
•  Film Openings (upcoming)
•  Top All-Time Domestic Grossers
•  Top 250 Films (sortable by year dating back to 1980)

Subscriptions:
•  Subscription
    •   Print
    •   Online
    •   Email Newsletter

Free:
•  Variety Store

Departments:
•  Business (News, Columns, Charts, Events, Special Reports)
•  Film (News, Columns, Reviews, Charts, Box Office, Events, Vpage and Special Reports)
•  Internet (News, Columns, Charts, Events, Features and Special Reports)
•  Legit (News, Columns, Reviews, Box Office, Events, VPage and Special Reports)
•  Music (News, Columns, Events, VPage and Special Reports)
•  TV (News, Columns, Reviews, Charts, Events, VPage and Special Reports)
•  Video
•  World (News, Columns, Charts , Events, VPage and Special Reports)
 
Handheld Access
 
Hot Topics
 
Log Out
 
People:
•  Births
•  Exec Shuffle
•  Profiles
•  Hitched
•  Obits
•  Players
•  Tenpercenteries
 
Reviews: (see also Searches)
•  Book
•  DVD
•  Film
•  Internet
•  Legit
•  Music
•  TV
 
Searches:
•  Advanced search
•  Box Office
•  Classifieds
•  Reviews & Credits
•  Showbiz Calendar
•  Slanguage

 
Site Index (this page)
 
Slanguage Dictionary (see also Searches)
 
Special Reports:
•  Awards
•  Festivals
•  Markets
•  More
 
Subscribe to Free Daily Emails
 
Online Subscription
 
Print Subscription
 
VPage: Pix and People, the Show of Showbiz
•    VLife
 
Academy Awards
Entertainment News
Movie News


About   Advertise   Contact Us   Help   Link to Us   Site Index  
© 2004 Reed Business Information, a division of Reed Elsevier Inc.
All rights reserved. Use of this web site is subject to its
Terms and Conditions of Use. View our Privacy Policy.

post$,XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate L,$,__.-ntry(TY/Btkޙur1IRk̒Surl Ohttp://a330.g.akamai.net/7/330/2540/92c653456c37d1/www.variety.com/favicon.icobsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/x-iconhntt"585965e2fcabc01:94f"hvrsdata(( " "" """ "  "" " " """"" " ?post1IXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate TY1Ie4I>ntry( )% `E d[bd13 氭/Em/i4durl Shttp://a330.g.akamai.net/7/330/2540/e7c4fd1b30d5e1/www.variety.com/css/variety.cssbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/csshntt"029e827cbdc41:f5a"hvrsdatahr{color:#999; width:100%; height:3px;} A { COLOR: #336699; } A:visited { COLOR: #003366; } .searchbox { } .searchboxBorder { BACKGROUND-COLOR: #000000; } .navbarGlobal { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Arial, sans-serif; BACKGROUND-COLOR: #006633; } A.navbarGlobal { COLOR: #FFFFFF; TEXT-DECORATION: none; } A.navbarGlobal:visited { COLOR: #BCBCBC; TEXT-DECORATION: none; } .navbarGlobalBorder { BACKGROUND-COLOR: #000000; } .navbarGlobalBlue { FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #66cc99; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } A.navbarGlobalBlue { COLOR: #66cc99; TEXT-DECORATION: none; } A.navbarGlobalBlue:visited { COLOR: #66cc99; TEXT-DECORATION: none; } .depttab { FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial, sans-serif; BACKGROUND-COLOR: #cc9933; } A.depttab { COLOR: #ffffff; TEXT-DECORATION: none; } A.depttab:visited { COLOR: #ffffff; TEXT-DECORATION: none; } .depttabBorder { BACKGROUND-COLOR: #000000; } .navbarDept { FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; BACKGROUND-COLOR: #cc9933; } A.navbarDept { COLOR: #ffffff; BACKGROUND-COLOR: #cc9933; TEXT-DECORATION: none; } A.navbarDept:visited { COLOR: #ffffff; TEXT-DECORATION: none; } .navbarDeptBorder { BACKGROUND-COLOR: #000000; } .breadcrumb { FONT-SIZE: 10px; COLOR: #99ccff; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #336699; } A.breadcrumb { COLOR: #99ccff; } A.breadcrumb:visited { COLOR: #99ccff; } .breadcrumbBorder { BACKGROUND-COLOR: #000000; } .welcome { FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .leftnav { FONT-SIZE: 10px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #006633; } A.leftnav2 { COLOR: #99ff99; LINE-HEIGHT: 1; TEXT-DECORATION: none; } A.leftnav2:visited { COLOR: #66cc99; TEXT-DECORATION: none; } .leftnavBorder { BACKGROUND-COLOR: #000000; } .rightnav { } .rightnavBorder { BACKGROUND-COLOR: #666666; } .stockbox { FONT-SIZE: 11px; FONT-FAMILY: Arial,Helvetica,sans-serif; } .stocksMenu { FONT-SIZE: 10px; COLOR: #006633; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } A.stocksLink { FONT-SIZE: 10px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .BOline { BACKGROUND-COLOR: #666666; } .BObg { FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Arial,Helvetica,sans-serif; } .footer { FONT-SIZE: 11px; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } A.footer { COLOR: #330066; } .normalred { FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ff0000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .copy { FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial,sans-serif; } .content { FONT-SIZE: 13px; COLOR: #333333; FONT-FAMILY: Arial, sans-serif; } .contentBlue { FONT-SIZE: 12px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .contentMedium { FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial,sans-serif; } .contentMediumMono { FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Courier New,Courier,monospaced; } .contentSmall { FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, sans-serif; } .contentSmallBlue { FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Arial, sans-serif; } A.lightBlueNoUnderline:visited { FONT-SIZE: 11px; COLOR: #135249; /*COLOR: #339966;*/ FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; } A.lightBlueNoUnderline { FONT-SIZE: 11px; COLOR: #135249; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; } .lightBlueNoUnderline { FONT-SIZE: 11px; COLOR: #135249; FONT-FAMILY: Arial, sans-serif; TEXT-DECORATION: none; } .contentTimes { FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Times,serif; } TD.contentTimes { FONT-SIZE: 11px; VERTICAL-ALIGN: top; FONT-FAMILY: Times,serif; } .contentSmallTimes { FONT-SIZE: 9px; COLOR: #333333; FONT-FAMILY: Times,serif; } .contentMediumTimes { FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Times,serif; } .articleUpdated { FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .articleUpdatedMono { FONT-SIZE: 11px; COLOR: #336699; FONT-FAMILY: Courier New,Courier,monospaced; } .contentLargeHeader { FONT-SIZE: 22px; COLOR: #333333; FONT-FAMILY: Arial, sans-serif; font-weight:bold; } .contentLargeHeaderGreen { FONT-WEIGHT: bold; FONT-SIZE: 18px; TEXT-DECORATION: none; COLOR: #339966; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .contentLargeHeaderMono { FONT-WEIGHT: bold; FONT-SIZE: 21px; COLOR: #336699; FONT-FAMILY: Courier New,Courier,monospaced; } .contentMediumHeader2 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .contentMediumHeader { FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .contentMediumHeaderMono { FONT-SIZE: 18px; COLOR: #336699; FONT-FAMILY: Courier New,Courier,monospaced; } .contentHeader { FONT-SIZE: 18px; COLOR: #333333; FONT-FAMILY: Arial, sans-serif; } .contentHeaderMono { FONT-SIZE: 18px; COLOR: #333333; FONT-FAMILY: Courier New,Courier,monospaced; } .articleBy { FONT-SIZE: 12px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .articleByMono { FONT-SIZE: 12px; COLOR: #336699; FONT-FAMILY: Courier New,Courier,monospaced; } .articleByName { FONT-SIZE: 12px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .articleByNameMono { FONT-SIZE: 12px; COLOR: #336699; FONT-FAMILY: Courier New,Courier,monospaced; } .article { FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial,sans-serif; } .articleMono { FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Courier New,Courier,monospaced; } .photocaption { FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, sans-serif; } .photoCaption { FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, sans-serif; } .advSearchDot { } .articleUpdatedsmall { FONT-SIZE: 10px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .navbarContent { FONT-SIZE: 10px; COLOR: #336699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #FFFFFF; } .noUnderline { TEXT-DECORATION: none; } .contentGreen { FONT-SIZE: 12px; COLOR: #339966; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } .contentSubhed { FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; } abbr A:link { color: #333333!important; text-decoration: none!important; border-width: 0 0 1px 0; border-style: none none dotted none; } abbr A:visited { color: #333333!important; text-decoration: none!important; border-width: 0 0 1px 0; border-style: none none dotted none; } .infusedKeyword { display: none; } #archives h4{font: bolder 18px Verdana,Arial,Helvetica,sans-serif; color:#336699;border-bottom: 1px solid #336699; border-top: 1px solid #336699; width:100%} #archives h5{font: bolder 14px Verdana,Arial,Helvetica,sans-serif; color:#000;border-bottom: 1px solid #333; border-top: 1px solid #333; width:100%; text-align:center;} #archives ul {list-style-type:none; margin-left:1px; margin-top:1px;} .archives{font: 11px Arial,Helvetica,sans-serif; COLOR: #336699; text-decoration:underline; padding:1px;} .archives:hover{font: 11px Arial,Helvetica,sans-serif; COLOR: #336699; text-decoration:none;} .archivesHead{font: bold 12px Verdana,Arial,Helvetica,sans-serif; color: #333333; text-transform:uppercase;} body { margin: 0; padding: 0; font: 12px Verdana,Arial,Helvetica,sans-serif; color: #333; background-color: #fff; } #container { width:760px; background-color:#fff; height:1%; } #container2 { background-image: url(http://www.variety.com/graphics/greenBackground.gif); background-repeat: repeat-y; background-position: left; height:1%; } #headercontainer { background-color: #fff; } #topnavcontainer { background:#006633 url(http://www.variety.com/graphics/greenNavRoundCorner.gif); background-repeat: no-repeat; background-position: top left; width:760px; height:22px; color: #fff; font: bold 10px Verdana,Arial,Helvetica,sans-serif; } #topnavcontainer td { color: #fff; font: bold 10px Verdana,Arial,Helvetica,sans-serif; } #topsubnavcontainer { background:#CC9933 url(http://www.variety.com/graphics/orangeNavBackground.gif); background-repeat: no-repeat; background-position: top left; width:760px; height:16px; color: #fff; font: bold 10px Verdana,Arial,Helvetica,sans-serif; } #leftnavcontainer { float: left; width: 140px; } #rightnavcontainer { float: right; padding:0px; width: 300px; } #maincontentcontainer { height:1%; } #footercontainer { clear: both; background-image: url(http://www.variety.com/graphics/greenBackground.gif); background-repeat: no-repeat; background-position: left; } #leftnavcontainer h3{ color: #000; font: bold 13px Arial, Helvetica, sans-serif; text-transform: uppercase; background-image: url(http://www.variety.com/graphics/greenNavGradient.gif); background-repeat: no-repeat; background-position: center center; margin: 5px; width: 128px; padding: 0px 0px 0px 0px; border: 1px solid #fff; } #leftnav{ margin:0px; padding:0px; text-align:left; } #leftnav ul { list-style-type: none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 5px; width: 130px; background-color:#006633; } #leftnav ul li { padding-top:0px; padding-bottom:2px; padding-left:6px; padding-right:0px; margin: 0px 0px 2px 1px; border: 1px solid #4D7F6A; } #leftnav ul li a { font: bold 12px Arial, Helvetica, sans-serif; text-decoration: none; color: #fff; } #leftnav ul li a:hover { color: #ccc; } #bocontainerout { float: right; border:1px solid #95B8DB; width:292px; padding: 3px; } #bocontainerin { border:1px solid #95B8DB; padding:3px; background-color:#fff; margin-bottom:3px; } #bocontainerheader1 { background-color:#336699; color:#fff; font: bold 12px Arial, sans-serif; padding:1px; } #bocontainerheader2 { border: 1px solid #fff; } #botable { font: 11px Arial, Helvetica, sans-serif; color: #336699; padding:0px; margin:0px; } #botable td { border-bottom:1px solid #666; padding:1px; vertical-align:top; } .botableright { border-left:1px solid #666; width:2%; } #maincontentcontainer h4 { font: bold 22px Arial,sans-serif; color:#333; border-bottom: 1px solid #336699; border-top: 1px solid #336699; width:300px; margin-top:5px; padding:4px; margin-bottom:10px; } #maincontentcontainer h5{ font: bolder 14px Verdana,Arial,Helvetica,sans-serif; color:#000; border-bottom: 1px solid #333; border-top: 1px solid #333; margin-top:5px; text-align:center; } #bluecontainerout { border: 2px solid #C5DFF8; } #bluecontainerin { border: 1px solid #C5DFF8; } p { font: 12px Arial,sans-serif; color: #333; } .searchNav { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #336699; background-color: #C5DFF8; } a.searchNav:visited { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #336699; background-color: #C5DFF8; } a.searchNav:active { font: 12px Verdana, Arial, Helvetica, sans-serif; color: #336699; background-color: #C5DFF8; } .searchNavSelected { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; background-color: #336699; } a.searchNavSelected { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; background-color: #336699; } a.searchNavSelected:visited { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; background-color: #336699; } a.searchNavSelected:active { font: bold 12px Verdana, Arial, Helvetica, sans-serif; color: #ffffff; background-color: #336699; } post13 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate )13 lZI4d3 ntry( rEi6 ͱQop wϼ[Ourl chttp://a330.g.akamai.net/7/330/2540/295ce55fcd8faf/www.variety.com/graphics/newimages/reedlogo.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"c811db0f2cbc11:a6f"hvrsdataGIF89aw"vvvhb䩤)cʕiB={},w'dihlp,t [5@.Ka(PW1tumtp8mȳ8B&6~,%p#+  (1% 3u.& ?# " g   vԪ u  %%q$ :@@d 0'|r@wlQ :6@`@$BL|$X%ac, lӑpz(@O (XUH@LĈr@"E<<燌[xV,xDTxD!{@"0K+b+b , 8s@.l)0<صEhuO A9 GZVXWX;pQ&u,H xn`}0?X,$\gs! 4` $`5P;|YDTasta9D!9th=| (dDHvBbOPA;De!;postͱQXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate ͱQ3_tIot.*`'ID+ZNtCE|\%-Q \IYty5ˤ-KW^('*"'Չe SIEQO0"tG0n@$uV۔*ni?<̢.iw!=Qc%jZt,?Sӈ"ϕ\zz?h( wZ9+rqi[rە=KLjL[*mh6-M3Uz #G iCNBH>&Yb[4,y5EsnCw-edY9 o+Nz3?iv7:4x0EijBrU)̓NLt#uZy)3c!>&>0TjbO񌻽a6[/Z/SM6dOy}˯,}9{ɴ{eZ;pԾq`fٷUk.s'Tk_sN ~[5UKTj!Oׁ# "ԒLFUءKSѹ,4M_VV εlfxsNYmy0Z{'oYaǁ@@ ͘43knrȘxOF)fO?JN]h6OMYu0VЁbQSZw\Pα'"nɨ?713N:_M[mD _z ,PBҨ/vY^,?glT[4oO6M޴B5V 8zDXAd5t1HfF_iQ jHX,7%vU'8'$S2xEM1vJjt3QGf)5"Ȝ! 3(xT'Bf<#ž嫯--F` W\d=YRRNY}GڷgQ^=V-mP1Dw s>20ryr4?Dh ưm@:H;h3ꕯsh=U Z:g[q;]Rqn som:1EC'N,N8o˟*=iZsOq.~JF+YɡѻIYBG87̹Z793/a%;&aJC.X8Eѳ3)e/66e*V$dq1ʪd{ţWKüYvYFܲgD5@Ɖf_ N窨zl|(o>) WoK- C:ECi{Ȏ nŋ"j粧]JH@gѣ %_l.ݻvٮd]%n,F&i$6eLLԃ#cʳmm_IZjn EDmLec>ǎ(|UXN^&1( Y5O⦞ޭƕ CrpV+2RJE^vԕ0|MO_'DLc>Tp|:vVy;Mh(sO2E.FiĕtkNsSh~VM`ڔUUX2 ,.5*Ɨq]zwU1 ؜[ Um@VWi+oN=w\'/p*]dr{P'L2*RO~[2&"j*zRTV~0<1mnyfxSzR{/Yj+]=6~NɛUJ/s߈[,$#d{jQK5T%5LC!!yGJ ՘XX,qb `ڶ梩di]Ȓ3(e*|=Z[w9}߳qdz >~ϳ=O*gj|r? m9}>g`{_ʼ>o~<$ 9w:g8~ y/>$_y׵postv[XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate o|v[GIyntry(g jiVggVhM2G9\o^url ^http://a330.g.akamai.net/7/330/2540/baa5ed132eeff8/www.variety.com/graphics/tab-lft-curve.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"12d3a4eaff7bc01:f5a"hvrsdataGIF89aʙ2f6͗4͙3͙4̘3̘2˚3Θ6͚1͘2Θ4Κ4͘0͘8!,DP@Fk*PG2 83 J (H.g3tVPUkz a;postgVXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate ggV0NIntry(|8Fb4^W^ url ]http://a330.g.akamai.net/7/330/2540/f8885fbf5fdf4b/www.variety.com/graphics/tab-rt-curve.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"84232cf1ff7bc01:a6f"hvrsdataGIF89aʙ1f5!,.lbF{po؁_3^;postXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate |2IIntry(X7cl밅Ƨ5Y{m@qc9r"url ohttp://a330.g.akamai.net/7/330/2540/4805ba1a43d43f/www.variety.com/graphics/awardcentral2005/ac2005_topnav.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"9a64e3d4f1c5c41:94f"hvrsdataGIF89adR)utt♙:::ca`6f3!,dI8ͻ`(dI ^B85bò(Hأ`PP\V cU" 0q EP1@\`v: iu 6rrvxy6yjL;(mb  n Rh  j@ m   mRl aW iƏi. J 5UçJU^ Xr,F]|u8K@Y^҇1ƼuO p90'Dx @F8 c-aLk,j:L4CPP*Н?C@Cp c i@gb]"OpuZ)a\ /UspV-, Пߕ |ihbL[sZrevhL\p }ϝLmԲu̗y1mS?p]ܼFI 7NdE{dh'q^v { CDŽ&:2!D;post5Y{XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate X5Y{4׽Izntry(F w`'zD%lV$,4C=url Xhttp://a330.g.akamai.net/7/330/2540/04473d0c885b93/www.variety.com/graphics/temp/go.jpgbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/jpeghntt"352fd0cc9085c41:94e"hvrsdataJFIFddDucky<Adobed       v!QA1a"2B!1Qaq"A ?=Uژ hԻnNM}kDXXx,:_t0߮z勲JynG#)PJvIճw;[rx'O9qnDk922"LÆ.+/ Z9Gfq8qJ'E3<cYl5Pא5ks)Z>ͅz!=6c`V'1˄y@rW0Ņ/m]V;7S_褾qɖ˸|U#^s;w A~<OSZq j) postVXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate F V97II=ntry(Gc~nj@XLegS~D,1Surl Bhttp://ad.doubleclick.net/ad/variety.dart/;sz=728x90;ord=4449817?bsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/urlhvrsdata[InternetShortcut] URL=http://m2.doubleclick.net/viewad/996017/nixon_backup.jpg posteXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate G҃e=_IRntry(($3 ^{ lI<4url ghttp://a330.g.akamai.net/7/330/2540/74f7593edf2952/www.variety.com/graphics/dbimages/left_nav_free.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"5797982ad2b0c41:a6f"hvrsdataGIF89a p46@;?7Cf3!, PxP(& 7FD@ &faclXt̵0X[[o&ݿ}Hͧ G͸fHurl 9http://m2.doubleclick.net/viewad/996017/nixon_backup.jpgbsrlBhttp://ad.doubleclick.net/ad/variety.dart/;sz=728x90;ord=4449817?mime image/jpeghvrsdataJFIFddDucky2!Adobed ,G         #"""#''''''''''     !! !!''''''''''Z"!1" A20#345$PB% !1AQaq"2 0BR#3brs4႒Sct@P`C$!1A0Qaq"𑡱2 B@rR!1AQaq 0P 8"ڃh &_8r7^à5랦5ʚ~SxQ=V1͎|΀O[}B}*Nꓦpͱ܌ %^0Ep2ꨩx) )p JK*epz48嫋GZH5˭rQW#)f jVU@U6ϳd[>*H$-^2&I]qnf5qX G݆b]=˟~.>Q^*~?*rk1]Cրr{x|m1Ngֶ^ W_U{^+!,RJ{j'(1[qنO4'7YE=T:z.i::^vKKj:CђȊҲp83NsI2&IafҜqq]_Ԯ2ι}j9szf뱺>cJ=?bvؾGW3@P v(6K]$v5][[g%$[ۍYr>0#{jQQ y2IFjU*>`;TZLʇKn2wM +1.ŧѨSq4f?:}'-Du(ׇ堦?/rMi$rvsINGO5]YעBsvכS@o|4Fwb:@:Ε:rSl}RA^}֜t;'nmnQgSDl0ǻъt[0jErzSg|:t%iNgF`X^7szmMo%tPׂI6Mj=6꿳s8 "6joչNI_מ@Njޞ1gx-;CJ"RȱS4bPnm58[t;]i o;F|%ŊGe/gG,(W{b&$<`Չk1~i^M nEorÅ/tMi$ګgoGu*[ q@ZR{51L\to:ORD&t,(FN7PU(LKYJ@Q+yϾ!Ldi$-e~rL)vb2vD$NS.>K>.<ȏː?A'ْYlԷrdSI6Mo;Ît}#Ȼ78[lgP}L' #::u$NkQ>z!.*ۉwF`F-Bf5\Lfaݝ3QQHӦLm?E7]FGٻ>ө;@릧_{ӮuNj}5uӮsN:G>Fnuv#SN0uc~Y#5=sf}z1{57 3n]W5ѳj3ۛtz1GlQ6:`æ۞]sG=l8#]X=:d?q0C15xQM(T$/\ #M؊ UCn*BvjH4M c鯯CF[23Yǹ$S*N\ӌI7Ͳ ! ebX+FĘF$F2fͬ1m#;s+ FpinN^s=EXC+9Qb]GjF@ ˊ 6v{q1[LW$d{uJtaފ`v8+4RYn7:xtaFĊYܧX? HWݒfџvpvC:2b8=pQM|I|ǛYoo.y|gχwuGFK(Tb3= 7I[MJk(S(M'I]䠤rաS5URIZyZ)曖C݊K \\_B_<#w݌(h~nh|PdxB6~E͂:q+´fОWH*a4_oՠj=6YNHɍ5I6 5i`~-9uP%эa >-"Em4Q C&R$jdw(1>:Gi]pXjJ&TR$1U]8䁫Uic-iBS+ixhy$ MnlUhqՏ_<05> 4Av_#PM2]KvW1 )yߏ5HJ0Ă'v 멇a8ɗ"f+Jw|V+䕫G^:YH{R*D%*kU*[CkZYLSUVg)=ʍQѯiUh6MDqӰ Fs2qVEiWjOT ^ <.5WKq<iYUexiMFîE6GO\^GMI@bcǓ* 6" Z`k,=;>Cv67PrB?ʻӤMafwxEGhۆPmA,9J>V//ҳ%Rs?HDEj7H9*FA~v bhSsjnN" 4孙RSr HuY0}Qa?RH0NgS+Obf[tiа;za2Avlǐ+5&C;z%8WC}vxquKP/ >=?}5;ڤcL4' _*6H0ۙ=ݮ,3ӮFF=Ow\(bWD:ɈF&ɧ9o !9 ;zl|1?|ˉczѲ%ENbIZ1#le7!mH-2TH4ZHaDt,+CPKZ9(в1+M!%Y(2Ү +HҊHb>alw?ba^ޭLN`?G A vG`󏃫,Jv`66P(D8As[0`";s߽] 1A𚚚> SA_0:VMv 4Ħ|Ntπe)Ԙz8'l )2lF݀M2mQ?eu !%Bi54zpW ꫂ?'wf1 sw,ehgVd~cmM=E];b̔mAa\LO=H<&Bo/$ kjc'|"#h 7R|֝PޭwGřeu?,?-5C<]mfz m|trne,9,tr}5a{^_]B u{he=ժm({HBm˨ {]\%Z-'DO`"=IR, ,˾.iԘ袂|n'-gLɤgaX0W0qp;=[7-.h"5#k@I8$*Ȑe7 5)i' V|gTh~Pe&R*?m-taⲓPkGO%pyE Ѽڅҏ0&Wm8tFX,:P<ƒH Y[8+W<cOve1h9uhmƻB!Ė.vkձ~`p@aّ$JqZM;Q*:IA]d c blTi +Uzr";ټ2cJTP $f+$eU$?vVw]Qlڮ|.m_df䟯G%5EԜ?Rʍ >?±EG Ƶ)>j`xZuc}Z}tg|0*#:_Bu{iu69aVw =6ű$ ۖA%. - ״V#1W exqE&Ntŷu' [xÛf恠ks+iΟ=ff҄D @ڻsi~ ُWyūyn=¿0. Hz VnzRmq$a{VOLEŝ,^[D_w,rB#0>j%`'-a $#QF. squpI*`/:җQa>零X+m!µ]ɠʇnrS Yaux~Ѩ/kWU15$]Bp8_ 9"d(lFb<}$"Ě]#t<5|Z# @1)‹1-FF,,nO$V,-Pj=?=ni7VQWO>r? nn{Oh~ζ( V0My FcH?!)0ǧ7kSZ5T[0i` UJ•cN\'kϴX{q}q6PsT8 h'5k~2GhXJjB[s"+58Šn ta ~JT5 xo#] i[7O_+ӸF+տ7 1K diɧOZ9sۤ[{ؖ'612NU&Vpiob_-M7qVrTOH*o\p8Lq[o9:ܿھĵCF'Nu}`/W6>lU,kkALswߠ 4l0E-9U͸ҟ؏plE@1P0%nT4Que{K].-KB@E7VbNI] >F};O}Y{zܭ 1S^bi2["Kl #fmޅ`p&sѴkdzku0[Nڽi|=R)Oe*u15_ O[86 HӍG:k/VF $sjO WMͯP48n&\b$rTŽ##m7ݍWddR[|{b3XP.dLqvcI3#Okc:;2[F֭r෪ yt[ *GyՐ3ncKUAeFXxӀNָmxvdXD3- iOjRK$q)1$ G!_Z󖽵ݿm5o_̧<.[ulj~n׍ٳLջ4[щj^hi[ K9U)U[GTs<-ü3᥼7*Dbg7StΟmgwl=;ÌR0"TǁX\98 }(!zi,fC20V:< 5F륳vss]SF#'Fyl>xVE*9bfmڞ$ݦ|?(wl%  FM/Mt} L84דt혜;ۤfW/&&A{qVrmzcZwh,($T=Tn~aɀ 5wIrmtm9E9kO}ݾ<'F K~$hP^ٞÅNh$/eiU5P#p ~]0Es˕4ށS;6I9 |pbAֵJ A# ,QNl9>?%EB =a1+E9<\vxy@&E'ct,ʢfA2͆ .aTm2 6U%cL!*Gu7 SmS J ԯouy'NW^ˋǪVtqӝq",9@Aqu\{; 4M`Md3&@Ҧ[b g(=rc:Tˉmg&;NeHл.$Bph}nj}զ 7:&59ֆQQMZ:DaMD#ϡ{5rhnwpuDyE1a&q qXu("3R|x}%Oe=qD/4[I'/>ukyW.r{vGrX'3Z2EAH2pήH‡V Kj gK !ƭmBɛ8HtCd2W$oqWIRO4mH]#֫·]`FFh(ay%6p>Xrl__8G 0'} GaK^$%^GECgǰm\dxU=EEEO־:`]\ xS,|.2;{Lە~d7ِaB!r*$BM4Ex>02>< kV}jU  #LUxdh``I{dِcNLvӎgm_Ӑ T}^='Wj- }\лd<5 fx#>=͙u_usmA{s.4:V2йlcoյa _W{nGM$+Ss`3I2FpV>Jj^b[4ea?H?d|I@V6vv]k".)80<9=I-u@fRFq"El'%SL`A-ƒ\ ֌3DQ<$BqX偏rtBևDdt쯾E}YUE PTGUQ3V\1 "L֛jVU2&dL-(.ugK8"{G:w[k$i9a__Kvp>~5{pub4N3λ[5& [ ڳ1Vx[^!͔q@KڇMQӉT?ʺ[{nt˪4!WBK"2IY:VDUomv[+t1:`L҂ç:2iDgʐml]8N9e{Rt qE$Cb5bTFр42@쭾ᮉ=q1.߁m,fOOimjĜA&Ji-qFajm mWPZW[`pMn>ͨcWog?(IҪg2pWvO$H !msD@AS `s\FGA<y֘h1;Rqry+GyRF\h+nԁMOg6nڶn-*}b)-6X8φia=*ߦ vrI)F=wePTDh$qSMr55|~:ǎBq2.!YFRfc6Wn>K\$ ( 3"qQ K~b̖ F2Ǿf7ᒨyO ۥAv cOL5# a lES**ny b>kA]ZrHñHʭ\+x%=?LK;c UT! *NoJ#1l&`uyKnF@1Ʈ 2ݴ*xar m:EMi(&}ƈX_qn[ŊٰUH2 .CK" bs֢SҪ:rD?vh}%qSQgfh> My;KʻXZ٤e kxxs{ wnoxmmzK&T-fTj+FL\nNɂ#bJ[{e1"+0M7K a_1)("0eUR8PKW )*L\&Ș3x|@NyZ /xZJi#_aE~GRzu9֠ӡUt=<1h!lq\ #Kj`жsWs@ܺɎ~yٯ0]b=Y3zELܴQk e>aSo}48Ʒ)gGJޮ9xg3Us՛N>XJ뙙~뉑 ÷CU-?;K%'CZ=%1`|Uĵg{ QA>{#o #c;]Jdy@Ԗ<\YW>7cxpcotU//"5G݇trBH;,ƸըCPh0|ːSdlیmmkMӨf26%`J o6%a(ؔ(>8uևNG!suJttڃwLzEy88nMҚy%/qJAhu#GX:q-60W@6ˀJا8Z+г@;<`LP#xc5V2EP\԰0q#ݹ=ͩ7 YXeLӟ!Wo?}(ۃAd`]r4/p J+]*< gBZCR7iWh/Ƌ˖Pۢ Vp Cwiy4&U [n*h}\+v1 re Cl{\~"%d:l84)mIy[0Ϭ=x&VVìwoZ ΌgTm?`f׶{Un]3̽Sd/ǞO}Wxag뫻97ˉV^L꯺qS"w?lX)ObjvXU.\NEKD eR(zEꕣ!4xlA*d0Jn)2@[5l#x%fBUnfbPn]`!/!6Utôd1ݢV)G져@,;Yzcәm|FLM_*?DRd\5кEwz1|{m,W>&3Yus7_S^e 1.PgoײS*8aڀE֜9R\1 C[PyXD!Tu;u@#6qi&g~ЉfI丰/I " /WfDp0ĵ`K 1][tϘ GqDTIJ m@w*{8&W) -v0d?9ԣp QNǫVLh4cPn9[GphP0sf#QlM(!)N1pK(Xz_尴IGȵ^a2UxytqU1- ! 1JE:Y3ٛ.ȭCb׆s9[?|SXF/dLhu,K]ЅNd*׉K&*MrCMQ y`~ 8ex#w"CUXH|eyx~*\(>Yw&ct|QDaNL$;aTژj8 V(fy2rZaT R`GLFʍG@D MR|XZ+"g(,Ni^P`OVqϷ(qtq-p]iq-XkP$!R0u~֍Sgcnx4[=8u^HũRB[H^.%~A,j3K c y/Y,TǷHKkC1W*`s@Lk6@HBVV0Y%Grb5Op9gf2󹓑L)،QҸWkm,XwM 'F=+KN71=jZ0]@Jܖ<ʞD ȃ46h`TU0LݤHc\aF@B0xx*-ԭ Xq^c+F7$0E}Dljޒrg-Lug!BpV]T %\a`Q(Z ˺Q^PqΆDrz@:L8q =E5/`89Kd,NO6JN@\XmAR7XZ69+)nİF0-#U2e-OF/W72|42KQ+'3?b0rՀ"_ElfV冈ߚ.¡ۊi~\QqB.[}"1aK&4OkH*&A׬b(I9t' ʟJQӸ[\H,6$5^cXkfA5<N)o6B\2Dq~sΞl+'%`>ylLr7/$.!+-ɽDJ*lX;̢9vFaca쾁j lAB: lT+εXpz\S8Ǻ jv{{E,pܺ%X/( P5136 a1 ?1 Ih$Dž(azt$`q3%YS~)2`w I4;nFٗE?CK@[<e&=ˑ_E /Oh/ͱ̘ȧ>;puL0ȭ/̪b5*/Xwby]`B sS#*1[dn&@ ϮAˮlǭxqYf1h6_8g[ tp0dr2!mVxx! #@ȼ]`Q#[PEDv˛ӊGq}Xok7{0w ߅R(v^ J;Wt8lk _ezd ‡J!qT%x axeyVUq+i6ym)pO™`/F=2r`q}oJ;$m]'?};aQӆ ;2707R V[&wĿgXSe]\HD[e8Rxfrκ$6=o Xx=%QtP4j7GٍmAdܭHx!U+ҹ*a^;~e(iT-Q(%D0QUԵn#Bo*ܰnXc-ZqZ4=䋭Ej,;AEPr4m(8(Jp"!K~3k >PVG;]gp5W+ԯRJ+ԬR Z)-$.BdSYVxrLjID1O#T2ѪvPPl'h!QTZdW,F'j=YUwP ⡕莀M.ȞX-ݏ-XpKQ\^&hTӖ&5hPLXr{P?24-|ΆS9^F"( V,N"q2:kJ!fnbd ScD0Vu.bBTp`"ekYͰ_904b|V0WCt*g'cH ffR,a@C*|#Qũ̥諴mA2m+yX Hp7+Gd8«8r΄j;Ky5ʠe?1+pѱHz10S,`B`.gqY=Eߌ)'{Cĩz)JZcAe \RRRAJkI5- A P4]F ?]!&}0gyFFǬ43;adŰm|L y$yn=%Shy {^`{rGT¢JL@(TmwLu|&$uAru%[$}vh<\M)#pwi-J$lښ f06Qy] 8̺Ij)ϤBʙW5@ICM}vr#™=ůY蕁˒6ϙw`͑Y VBX+koqw? 9{On7?qѯ?7>ѯӯFuל6wn}4w=MCo6zO75w?n=>i٣{[post}XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate 2/,}DЀIHGntry(a{^72cꁠOU[ >':f]url ^http://a330.g.akamai.net/7/330/2540/c7c65a6bed1848/www.variety.com/graphics/email_article.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"3c852f93550c01:a70"hvrsdataGIF89amd3f~Pz3g2LmաXt,m0!%ͻ`(v9Sjqp,tmx-Nb(`l:ШtJ.C<,X2PZ-P/31O~ϏVM ucyM)(PK?@S ^NbLnO?_ĒqLUf(ԹOn(rLM V[KT8o[GI<|$sv/}Ъ\JIڬ܆p @d%;'P @= - dƴ)8'$KI_&`3I-qӯMRՓ$!(G>sm٧ݑ 4:)ȷo;9k+ ڪL˘3k qೂӨS^ͺװcV;postꁠXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate aꁠr9鄽I]ntry(Vɀ,C5'KjηLX Y6url http://www.variety.com/bsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/htmlhvrsdata Variety.com - Entertainment news, movie reviews, industry events - Variety Magazine Online
Entertainment industry news, articles, and box office charts - Variety.comReed Business Information

FILM | TV |  INTERNATIONAL |  BUSINESS |  MUSIC |  HOME ENT |  LEGIT |  TECHNOLOGY |  LEGAL | 
SEARCH:
Advanced Search  |  Help
Last Updated Nov. 29, 2004, 1:34pm PT

SUBSCRIBE

SECTIONS

SPECIAL REPORTS

TOOLS

CHARTS AND DATA

RESOURCE GUIDES

RELATED SITES


Departments
latest news  
Breaking Story: Sundance goes global 
Geoffrey Gilmore
Gilmore
Dramatic competition features 16 world preems
11/29/04 2:00pm
Always promoted as the foremost platform for American independent cinema, the Sundance Film Festival will become an international fest in every sense of the term as it introduces its World Cinema Competition section with the 2005 edition.
 H'w'd backs Toshiba on DVD format
New Line, Par, U, WB deliver blow to Sony
11/29/04 11:29am
'Treasure' buries foes
Disney pics finish 1-2, but 'Alexander' fails to conquer
11/28/04 10:33am 
Chernin free to jump ship
Exec may take the easy way out
11/28/04 10:00pm 
Kirch's legal perch
Mogul hires Boies in U.S. conspiracy suit
11/29/04 1:18pm 
'Chicago' duo brushes up 'Hairspray'
Oscar pair move on to Baltimore musical
11/28/04 10:00pm 
'National Treasure'
'National Treasure' fended off all challengers to keep the top box office spot.
Variety Vision More Variety Vision  

Click to play VIDEO
Rock on Oscar roll

Streaming Video: Variety's Nicole LaPorte talks about the "edgy" Chris Rock who will host the 77th Academy Awards.
Updated 11/24/04
Variety Careers
The Media & Entertainment job site
search jobs
post jobs
advertisement

VPage more
Clive Owen, Natalie Portman
Pic's Clive Owen and Natalie Portman share at laugh at the 'Closer' bow.
Brian Roberts, Pete Peterson, Harvey Weinstein
Brian Roberts, Pete Peterson and Harvey Weinstein
Minnie Driver, Joel Schumacher, Patrick Wilson
Pic's Minnie Driver and Patrick Wilson flank helmer Joel Schumacher.
Harvey Fierstein, Dick Latessa
Harvey Fierstein and Dick Latessa remember it well.
Departments
All NewsAll ReviewsMost Popular

FILM
Newsmore
'Moon' doc shines over IDFA kudos
10-day fest pulled in 120,000 attendees
11/29/04 1:22pm

Gala turns on Porchlight
Company will receive distrib rights to 'Blue Butterfly'
11/28/04 12:56pm

Reviewsmore
The Aviator 11/24/04 1:12pm
Christmas With the Kranks 11/21/04 3:40pm

Film Production Chart
BUSINESS
Newsmore
BT bows showbiz unit with Marks in charge
Aims to grow broadband from niche to mass market
11/29/04 1:27pm

RAI banking on flotation
Treasury hoping to issue shares worth E1 billion
11/29/04 1:25pm

LEGIT
Reviewsmore
Wonderful Town 11/28/04 9:00pm
Burn This 11/28/04 6:32pm
BOOKS
Reviewsmore
Prime Times
Writers On Their Favorite TV Shows
10/31/04 6:00am
I, Fatty
A Novel
10/31/04 6:00am
TV
Newsmore
Lost Hughes pix surface
'Aviator' biopic renews interest in billionaire industrialist
11/28/04 10:00pm

'Housewives' hits new high
Morning Ratings Flash - Rick Kissell
11/29/04 11:00am

Reviewsmore
Pollyanna 11/23/04 2:40pm
The 'Seinfeld' Story 11/23/04 2:29pm

TV Production Chart
WORLD
Newsmore
Great white gloom
Canuck confab tackles off year for pic prod'n
11/28/04 2:41pm

Cablevision swaps debt
Company will invest in marketing, programming, tech
11/28/04 12:05pm

Regional News
MUSIC
Newsmore
Omni playing world 'Music'
Newbie net finds new 'Demand'
11/28/04 4:33pm

Reviewsmore
Social Distortion 11/28/04 2:17pm
Yellowcard; The Starting Line; Days Away; HeyMike! 11/28/04 2:14pm
HOME ENT
Reviewsmore
The Star Wars Trilogy; THX 1138: The George Lucas Director's Cut 9/26/04 6:00am
La Dolce Vita 9/26/04 6:00am

Special Reports more
The Oscars Under 30
11/18/04
Oscar rarely rewards rookies with a statuette, but the Academy of Motion Picture Arts & Sciences is age-blind when it comes to certain categories.
Eye on the Oscars: The Contenders
11/9/04
Our Contenders issue highlights those films that, at this early stage in the kudos race, look well placed to get Oscar heat come February. We've cited 25 films -- excluding animated pics -- that, in our view, look set to grab to grab multiple noms.
AFI Film Festival
11/4/04
Some 350 attending filmmakers, half a dozen red-carpet galas, a transportation fleet of top-of-the-line Audis, a rich new sponsorship, a name change and a first-time alliance with North America's largest film market.
Award Central 2005
10/26/04
Award season. Those two words are a loaded weapon, and this year, it seems as if the specialty labels may have the most firepower.


About   Advertise   Contact Us   Help   Link to Us   Site Index  
© 2004 Reed Business Information, a division of Reed Elsevier Inc.
All rights reserved. Use of this web site is subject to its
Terms and Conditions of Use. View our Privacy Policy.

VPage: Pix and People
Hot Topics
more
Weekend B.O.
Foreign B.O.
Ovitz Ordeal
TV Ratings
Chasing Pirates
 BOX OFFICE TOP TEN
 Weekend Estimate:
 Nov. 24 - Nov. 28, 2004
in millions
1 National Treasure
2 The Incredibles
3 Christmas With the Kranks
4 The Polar Express
5 The SpongeBob SquarePants Movie
6 Alexander
7 Bridget Jones: The Edge of Reason
8 Finding Neverland
9 Ray
10 After the Sunset
view full chart
view B.O. news
 TV Ratings
 Sunday, Nov. 28, 2004
 Top ShowTot
Desperate Housewives (ABC) 27.0 mil
 Top ShowsA18-49
Desperate Housewives (ABC) 12.4/26
Extreme Makeover: Home Edition (ABC) 7.5/17
Boston Legal (ABC) 5.9/14
 Networks
ABC 7.3/17
CBS 4.1/9
NBC 3.4/8
FOX 3.2/7
from Nielsen Media Research
preliminary results
view ratings news
 
postjXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate Vj;__ntry(ܾ'3P;g+a%EZ3=hJurl .http://m2.doubleclick.net/viewad/817-grey.gifbsrlChttp://ad.doubleclick.net/ad/variety.dart/;sz=125x125;ord=4449817?mime image/gifhvrsdataGIF89a!,L;post%XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate ܾ'%9N IJ+ntry()E ęQ{S]5*'=|Rurl ^http://a330.g.akamai.net/7/330/2540/d6611e60f524f0/www.variety.com/graphics/print_article.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"5eb39e9c550c01:f5a"hvrsdataGIF89amd3f~Pz2LncsCf3fff,m00!%ͻ`(v SjeFp,tmx\ (ärl:ШL =KK&xL.G "ވF lOE`hzsELi >()JCIyk\K_Ki|C= JCS -~tI(B˲Ki\I{P l_J.݂h9J@F`xmrީ. 2fq6c&m.!:C,( \"@OHHYEcNש& ;9P#`\C옊 )Pj[KIŮUֈܺ>k mz+^̸ǐ#KLq `2ϠCMӨE/+!;post5*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate )5*;9铽IRntry(kyL}d߮bdwG%ߔ&Curl bhttp://a330.g.akamai.net/7/330/2540/e9969074c8c2a8/www.variety.com/graphics/dbimages/ad_arrow.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"4875eae3e477c31:a6f"hvrsdataGIF89a ӣrrrttt!, ,I8S!5̂:LK.Lp^ RG;postdwGXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate kyLdwG>»L Intry(:zŵSi9L>hZrNP)F url ]http://a330.g.akamai.net/7/330/2540/619e9d6cd0e087/www.variety.com/graphics/email_author.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"60288b997b4dc21:94f"hvrsdataGIF89amjHipUY_] z?\568Ms-?av"2~Pz2Ld!,m'zPe[lp,tdQbafH,5l:Ш\FBH>80znp@,"ö8$ bgq`s  {_j Ja_ Bc %f j<`#k`"o kbW$ acV`\ӫgnp0A (c `C .`[xOiM"뇰V3+:0A]mΨ"TyKŬ-^xֈ;P.Y++ ^(6uߘ> 9:HV2um8XpjLr Qt#h]YC7VETD Õ3hĤLN *ZB hZXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate :zL>hZA]Intry(Eh%J֪뭵hރ"%Z \Gurl Chttp://ad.doubleclick.net/ad/variety.dart/;sz=300x250;ord=4449817?bsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/urlhvrsdata[InternetShortcut] URL=http://m2.doubleclick.net/viewad/631344/RSS_feed_300x250.gif posthރ"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate Eh%Jhރ"E_IVntry(pSgh/ehA7A.Eurl Xhttp://a330.g.akamai.net/7/330/2540/24d2778d83f72e/www.variety.com/graphics/1x1blue.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"4a8dee4b54c01:a6f"hvrsdataGIF89a?o!,D;postehXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate pehG@I+ntry(YF6&+F>\Ծ&"9Rb)2url Whttp://a330.g.akamai.net/7/330/2540/5472601571f31e/www.variety.com/graphics/spacer.gifbsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime image/gifhntt"cabf7f68e15dc21:94f"hvrsdataGIF89a!,D;postXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate Y˾I(I+ntry(,z 7tT=eJKb#<}D,}url =http://m2.doubleclick.net/viewad/631344/RSS_feed_300x250.gifbsrlChttp://ad.doubleclick.net/ad/variety.dart/;sz=300x250;ord=4449817?mime image/gifhvrsdataGIF89a,=p=nnExE - ûpqpKK3f3!,,9_di:h w%4l_)\g2'eR>Iz Dm@al!92rcc@ c)v ta]=IV|&Mu0~o4xiCQ wEDd{38VṢ:9B"&i"U2mִ%YJQjط5X˩4D;ү,bZr4ٴg(uЯ椸擘B)lWWUC\,_Y>U}tV(7N^峗m0,MZ~϶P9_#qJwmܾ]KȭҶzv 0X}ۧ>}Tq^hYg<6~zF '|7\/U Z18Y]FVX빗ρ+SrC䥅16d[ @aژ%yc}BHRF~J^,">)c^":Z&?S H9KPl~ȥX^ He/v%cjh.m8n#a' | $o8g8e5 k9ޚ9Ӳo[Jul6#'gF-} iKݙ<&ĒK2 -<Ԣ;EO3`ZM ! ,z E9@\@wF)̜Ae`@@0b*Z._fٰH"Wâ7"Qc  @ zl\l1~dF|0< &InbNφ?zL+@{|bAr4@!y;Dn@`dW{VD S<J_O OCIG>tcPAX| I.ğ:iNrK.[Ŝu{en Jt AZզk:Z4 Bjrąe5s^brKQ6ݦkє$ pJIߌ(hk޷h7*RKR@ M&ZԾ(N]UVg r[(ꏅ.F"%&,,*. PL ,8uK i2Y?ݣ`fS0eH௝t!]϶-o{B_a3W;6 H[Np)3P^B"L0R"tғԿO뒾-BO;{ \aeKu.(;@Z$y_6 h(@V6`y%ꀌNZ~=b50uyY6=\ 1Ks/ ~n9_X\ʅo3,\-1nҹ b,k['BB(qxt+@'j ~%-=hJܲ~wMsd۽oހ8j4tu89KW4h9D)l?T%dE8O9;͔k~xRzz=V:?o/|)|acb=j:R664x[9_}.L| x^Y ^apSAi}DŽ#Mj&~zm+<QuqG~)|mMBz~G _}Vg`6S8@gWfGp0wm~Gjwc9'jp|z'|etu&hd3(|S,XVz׃GƗ|Gxg|_"gEKVsWgvB5TWf맆'yb(GBfR^&l;V7ySL9[z8HYXE4wh&Hdf4'1TW燞&;0|T jqWǃ|zpcex*ԋqG惛^V&em5=8BszXpwmD$}<1v"Mi g}6j&@Ojz=Ov 0ʶB?8W\7XSXK+hfBYvpd3~ BJEjGM wgx6V&)dsőeu@\HIpiExJ87JsŽK_zfxd-SWIMBw.Beek?a4G|ef}~g(@#Ǐ!s U0vwwbHUDbHV8v)͔zd-LJOToڗvB^*p4YyQH4U/W'8_Qf\Yd@d6ot@dvthhP=h%Dx89~GG w&FWq(\s9'x:V}YwKBspy-׋r瘁Pe7iIgRl%_ VlȃXȚ] զhRt,TPiq|e^w>Ƀd zmf uuP0Gv@J8@ppx\J xyggtZvۙ֘OeYzIft|-7"f|(xQGtFBtmjH^mpolyzOjF ؑ:*DGBeq: ppY?FWRA4S:kU䒏Zj螈{I HJBJʪGaG\,up3kWjv)QOj Pd ,DBITǓ:@ꪡZfgn7Xp!E}AjuY:E6ǚכ|YY'Sz p"`GfC\fbnsTʹ"p 2tج]6\F}"r;~\yd%fcg׀:@^Z*oDRxJadޱH!+_ ƍX\G^c<*l6gGʓW3xiB*$C7Dگ"oOimw)݉atP*Uy?P ur:ϊG{A=ETi>LHkagmf4БA;EN-KFžgHn&gD=5=Eˆ锡B93`zQ 4p9Qs˖@Pt}emR  s=<aV!Oy)i֥@.?(B(t= e,gjHP'>K(f. ;6p f#W,r" _ >.jm?D-D *K@PE۾Gm!`Nrj.R!KoMsICSWG"y܊W pOt_DeԍO ~uܦ/-Y2d١-GG~/܈'o:ΤAc ̟A2u *Q el@9GkѸQӨZ b-f(D_[sټEz-x˥PKCĀl8nힿ`caK3c :үB\ 8 AX5|حσ}6s`怤X)t; ^Jm EH3ЍQ4MӅ6bA0 %^UNևЭIH;E!7dӭ MIkI,gg-Q|**]^le,2=A*_IvXdx6(w/FbݒR8' L9WxVƞJ^0CZz̵ 8ԛ3G=>{o72*, f : @;P`<OLꄓZR&Bx 38)qNGE@Ģ z4-8qP: %uL)E3$vj1J+2 LZS+T;:5R\yhP$X^E*V@VY[ot串JUCtBs0W53x/q@48aʔ*naS\d;_ﶻtnEρLĂ+%l|v,lU;5\}z~r)6\\w0+Vbź)Eک ߫~7.?aE ρ`!W~C˄?ʁH U0|Ժ7 gB[H1S~ Cy[)!R,խm#T:&3^4PsP`cDͤG;7'LxA/4i)6 KEph ~_Ẅ́'@;VjuS%Y&vz\&q`R n B0%A"dk)nfL库UmUd Eui[Fw2eGNҦ=_uD3[`O(o2Rh O: u[UwYv)aJ8 /ftp4yVi$}7,n@hem1LU7 ޸ UBbr/*leouN ojA^2`]X̹e2cyo P,4A-oa>ixOJ֒i6ؚ[07FS )z#eVh0>ĴhSfDB12S9gP:j4@^e-DQ֤qAÂHumR6$Ee끃9j)}+'l&yXq`cPSol&Wa/]6ybToJYQR%7nh{"2[8CI,?> rvm$1 BptA`.<7`{ZȭA&2t#-HbQv-3Ou 4~=7~]'b;$Z1]$_`E{$$-yz@W>FE8n3: @8٭6{t(o" Vk"1BFn`UUV{;:cW>ݚ%,VU-ͯm(Cy[!s3X7(e='O^YbQwk#MWfp?r>𫈌҅SrCx &À@B~;ѕp[/ >+*X3/x ;dlg0o6q-H(@9s /(3Zb% +6;8'T6nxBt(B$)/) | =); + I=X8CC p"8|C2Uҟ Xw""{"JC4^HẐ#DD=yq= ?^ fhYagAɸ:4 څA2^<#3R9TaL؅@Z@ y "3 XFŮ32\di *!LqJQGg \?ȁӔ0V)}E\}\ǙPz pLGƸ"~[E|>y".H9!F)<\lȗE4 "qF8(*ӕ\=YV%>ZC!~JY&QUDZD55%8)9GY![={;~dXA[)ܫxkU\kY#>p4ZZ V ,HݒXMFVUX]ޭ]I۫9͹,]+5؁o YCRW] _ؿZmW UWͼ4O7XXmuR؍ =R( @]WPlUOMOuOav]#bߥv$nWD^[]()*+~ `./0a-b3F4V&258.vי;<:=?c>fa@&BVcACVEbDbFHaGIKfcJLNvaM~ &Qd>RaR~U>eQfeFe7(81hakar@Nv`hFae eq]Q0avar6g{zifBsfr1eaDXf(ed~hgb_6&HqVexᴫsRVygf(e(H^ghf.3hdhngnaFh&wN}ininxNhg}6hjn|hafVaj(jgNV8~i~ꚠ馎f>hgzk>k=\NvarXR&cjlZ.}vg lN mV0vvava!8O@~.^^g(hކ£[fn0^hdjg&@jYNOok~ayr(Ni6i`jamF@&6lV,^w~ocPht@ dp^oVfmN6re}F?mpn(lmx^N^o+pD`.3n9oa:r =ra.zg@D?KhÆtkiDW<RLr oa.[%'jH}3TOX'p)tGjHsHgþtJgjvt jmjuost4aa^QFQfܞUZX&Wvrlwgws/vewvw}vwu?h^w|GwhNvNW䆧E 'wx897CW3.wy:Ny+nIyy;postT=eXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate ,z T=eK?:I,}+Ontry(<ȅSv['M"u4j.srurl ?http://ad.doubleclick.net/ad/variety.dart/;sz=1x1;ord=4449817?bsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mime text/urlhvrsdata[InternetShortcut] URL=http://m2.doubleclick.net/viewad/817-grey.gif post"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate <"xi_IrGntry(=k#C'օ01.;@url .http://www.haloscan.com/load.php?user=varietybsrl?http://www.variety.com/article/VR1117914091?categoryid=13&cs=1mimeapplication/x-javascripthvrsdata var hs = new Array();hs[""] = "1";hs["VR1117914097"] = "1";hs["VR1117914074"] = "1";hs["VE1117925609"] = "1";hs["VR1117897443"] = "10";hs["VR1117913730"] = "1";hs["VE1117925345"] = "4";hs["vr1117897493"] = "2";hs["VR1117903255"] = "2";hs["VR1117899717"] = "3";hs["VR1117905356"] = "6";hs["VR1117905876"] = "2";hs["VR1117897767"] = "2";hs["VR1117905912"] = "4";hs["VR1117895258"] = "8";hs["VR1117893483"] = "8";hs["VR1117895107"] = "1";hs["VR1117894550"] = "1";hs["VR1117912972"] = "1";hs["VR1117900973"] = "1";hs["VR1117905106"] = "6";hs["VR1117905970"] = "5";hs["VR1117896986"] = "6";hs["VR1117905855"] = "2";hs["VR1117899023"] = "1";hs["VR1117894478"] = "2";hs["VR1117905810"] = "5";hs["VR1117897337"] = "1";hs["VR1117906642"] = "3";hs["VR1117905886"] = "4";hs["VR1117897442"] = "2";hs["VR1117900126"] = "1";hs["VR1117906032"] = "2";hs["VR1117898410"] = "1";hs["VR1117913763"] = "1";hs["VE1117925403"] = "1";hs["VE1117925580"] = "1";hs["VR1117912668"] = "1";hs["VR1117913506"] = "1";hs["VR1117913469"] = "1";hs["VE1117925542"] = "1";hs["VR1117912036"] = "2";hs["VR1117913428"] = "1";hs["VR1117907651"] = "2";hs["VR1117911956"] = "3";hs["VE1117922968"] = "1";hs["VR1117793950"] = "1";hs["VR1117913381"] = "2";hs["VR1117913380"] = "1";hs["vr1117907707"] = "1";hs["vr1117909237"] = "1";hs["vr1117896066"] = "4";hs["VR1117913032"] = "1";hs["vr1117906576"] = "1";hs["vr1117908203"] = "1";hs["vr1117897416"] = "1";hs["vr1117891106"] = "1";hs["vr1117907600"] = "2";hs["vr1117900153"] = "1";hs["vr1117899717"] = "1";hs["vr1117909160"] = "1";hs["vr1117897874"] = "1";hs["vr1117852266"] = "1";hs["vr1117897980"] = "1";hs["vr1117909418"] = "1";hs["vr1117899940"] = "1";hs["vr1117897785"] = "1";hs["vr1117896616"] = "2";hs["vr1117900993"] = "2";hs["vr1117900657"] = "2";hs["vr1117896994"] = "2";hs["vr1117908401"] = "2";hs["vr1117908312"] = "1";hs["vr1117876705"] = "2";hs["vr1117907764"] = "1";hs["vr1117907019"] = "1";hs["vr1117907794"] = "2";hs["VR1117912885"] = "1";hs["VR1117912868"] = "1";hs["VR1117912034"] = "4";hs["VR1117911654"] = "9";hs["vr1117908420"] = "2";hs["vr1117904268"] = "1";hs["vr1117890558"] = "1";hs["vr1117908862"] = "1";hs["vr1117902074"] = "1";hs["vr1117909259"] = "1";hs["vr1117908834"] = "1";hs["vr1117893386"] = "1";hs["vr1117908685"] = "1";hs["vr1117908052"] = "1";hs["vr1117907985"] = "1";hs["vr1117907606"] = "1";hs["vr1117896780"] = "1";hs["vr1117908545"] = "3";hs["vr1117909359"] = "1";hs["vr1117897872"] = "1";hs["vr1117908127"] = "1";hs["vr1117907460"] = "1";hs["vr1117908294"] = "1";hs["vr1117905636"] = "1";hs["vr1117899937"] = "2";hs["vr1117908836"] = "2";hs["vr1117904710"] = "1";hs["vr1117896862"] = "1";hs["vr1117907399"] = "1";hs["vr1117908921"] = "1";hs["VR1117912849"] = "2";hs["vr1117880275"] = "1";hs["vr1117908878"] = "1";hs["vr1117900607"] = "1";hs["vr1117898098"] = "2";hs["vr1117908366"] = "1";hs["vr1117908641"] = "1";hs["vr1117903941"] = "2";hs["vr1117902776"] = "1";hs["vr1117896240"] = "1";hs["vr1117900292"] = "1";hs["vr1117906988"] = "1";hs["vr1117908151"] = "1";hs["vr1117907607"] = "1";hs["vr1117908666"] = "1";hs["vr1117908466"] = "2";hs["vr1117897336"] = "1";hs["vr1117907979"] = "1";hs["vr1117909268"] = "1";hs["vr1117900983"] = "3";hs["vr1117898088"] = "2";hs["vr1117909369"] = "1";hs["vr1117909191"] = "1";hs["vr1117908631"] = "2";hs["vr1117908824"] = "1";hs["vr1117897217"] = "2";hs["vr1117909056"] = "1";hs["vr1117885180"] = "1";hs["vr1117907204"] = "1";hs["vr1117898794"] = "1";hs["vr1117890620"] = "1";hs["vr1117907749"] = "1";hs["vr1117909266"] = "1";hs["vr1117896691"] = "1";hs["vr1117908220"] = "1";hs["vr1117908455"] = "1";hs["vr1117882318"] = "1";hs["vr1117898095"] = "1";hs["vr1117908571"] = "2";hs["vr1117909615"] = "1";hs["vr1117899874"] = "1";hs["vr1117880648"] = "2";hs["vr1117896726"] = "1";hs["vr1117908659"] = "1";hs["vr1117897904"] = "1";hs["vr1117891108"] = "1";hs["vr1117905886"] = "1";hs["vr1117877017"] = "1";hs["vr1117908221"] = "1";hs["vr1117909265"] = "1";hs["vr1117905588"] = "1";hs["vr1117908777"] = "1";hs["vr1117904460"] = "1";hs["vr1117909386"] = "1";hs["vr1117908194"] = "1";hs["vr1117909350"] = "1";hs["vr1117904325"] = "1";hs["vr1117907251"] = "1";hs["vr1117908250"] = "1";hs["vr1117898513"] = "1";hs["vr1117898378"] = "1";hs["vr1117908311"] = "1";hs["vr1117899500"] = "1";hs["vr1117900275"] = "1";hs["vr1117904393"] = "1";hs["vr1117899688"] = "1";hs["vr1117873843"] = "1";hs["vr1117909448"] = "1";hs["vr1117908911"] = "1";hs["vr1117900319"] = "1";hs["vr1117908502"] = "1";hs["vr1117897711"] = "1";hs["vr1117897010"] = "1";hs["vr1117909317"] = "1";hs["vr1117893655"] = "1";hs["vr1117897783"] = "1";hs["vr1117908754"] = "1";hs["vr1117898697"] = "1";hs["vr1117898894"] = "1";hs["vr1117908910"] = "1";hs["vr1117896767"] = "1";hs["vr1117908584"] = "1";hs["vr1117908549"] = "4";hs["vr1117897788"] = "1";hs["vr1117876125"] = "1";hs["vr1117907456"] = "1";hs["vr1117908191"] = "1";hs["vr1117904323"] = "1";hs["vr1117900238"] = "1";hs["vr1117892104"] = "1";hs["vr1117907941"] = "1";hs["vr1117874814"] = "1";hs["vr1117899694"] = "1";hs["vr1117898022"] = "1";hs["vr1117907989"] = "1";hs["vr1117907872"] = "1";hs["vr1117903583"] = "1";hs["vr1117909098"] = "1";hs["vr1117908511"] = "1";hs["vr1117897762"] = "1";hs["vr1117895628"] = "1";hs["vr1117901002"] = "1";hs["vr1117909299"] = "1";hs["vr1117908639"] = "1";hs["vr1117902241"] = "1";hs["vr1117897082"] = "1";hs["vr1117907298"] = "1";hs["vr1117908648"] = "1";hs["vr1117908644"] = "2";hs["vr1117909280"] = "1";hs["vr1117897198"] = "1";hs["vr1117908336"] = "1";hs["vr1117904150"] = "1";hs["vr1117908573"] = "2";hs["vr1117909090"] = "1";hs["vr1117909294"] = "1";hs["vr1117909401"] = "1";hs["vr1117908669"] = "1";hs["VE1117925408"] = "1";hs["vr1117909297"] = "2";hs["vr1117908417"] = "1";hs["ve1117924677"] = "1";hs["vr1117907676"] = "1";hs["vr1117875082"] = "1";hs["vr1117909383"] = "3";hs["vr1117905575"] = "1";hs["VR1117912717"] = "2";hs["vr1117908283"] = "2";hs["vr1117900010"] = "1";hs["vr1117902912"] = "1";hs["vr1117909069"] = "1";hs["vr1117901121"] = "1";hs["vr1117899544"] = "1";hs["vr1117909151"] = "1";hs["vr1117899521"] = "1";hs["vr1117908547"] = "1";hs["vr1117908498"] = "2";hs["vr1117909232"] = "1";hs["vr1117897784"] = "1";hs["vr1117905868"] = "1";hs["vr1117897162"] = "1";hs["vr1117909303"] = "1";hs["vr1117909055"] = "1";hs["vr1117908695"] = "3";hs["vr1117895631"] = "2";hs["vr1117908866"] = "2";hs["vr1117900974"] = "1";hs["vr1117905845"] = "2";hs["vr1117908439"] = "1";hs["vr1117907481"] = "1";hs["vr1117908430"] = "2";hs["vr1117907424"] = "1";hs["vr1117908839"] = "1";hs["vr1117903871"] = "1";hs["vr1117897005"] = "1";hs["vr1117908051"] = "1";hs["vr1117908503"] = "1";hs["vr1117909365"] = "1";hs["VR1117910921"] = "1";hs["VR1117912655"] = "1";hs["VR1117912547"] = "2";hs["VR1117912552"] = "1";hs["VR1117912511"] = "2";hs["VE1117924759"] = "1";hs["VR1117894027"] = "3";hs["VR1117912406"] = "1";hs["vr1117909230"] = "1";hs["vr1117866436"] = "1";hs["vr1117907734"] = "1";hs["vr1117907432"] = "1";hs["vr1117907680"] = "1";hs["vr1117897169"] = "2";hs["vr1117904326"] = "1";hs["vr1117900988"] = "1";hs["vr1117909116"] = "1";hs["vr1117909120"] = "1";hs["vr1117893831"] = "1";hs["vr1117908374"] = "1";hs["vr1117908464"] = "1";hs["vr1117908085"] = "2";hs["vr1117893445"] = "2";hs["vr1117906789"] = "2";hs["vr1117884778"] = "1";hs["vr1117891398"] = "1";hs["vr1117905963"] = "1";hs["vr1117906661"] = "1";hs["vr1117898025"] = "1";hs["vr1117901003"] = "1";hs["vr1117906363"] = "2";hs["vr1117908912"] = "1";hs["vr1117908569"] = "1";hs["vr1117909285"] = "1";hs["vr1117902968"] = "1";hs["vr1117904616"] = "1";hs["vr1117907406"] = "1";hs["vr1117902705"] = "2";hs["vr1117896895"] = "1";hs["vr1117907961"] = "2";hs["vr1117891004"] = "1";hs["vr1117901855"] = "1";hs["vr1117908670"] = "3";hs["vr1117909143"] = "1";hs["vr1117903582"] = "1";hs["vr1117894378"] = "2";hs["vr1117908465"] = "2";hs["vr1117908054"] = "1";hs["vr1117909464"] = "1";hs["VE1117925324"] = "1";hs["VR1117912199"] = "2";hs["VR1117912174"] = "2";hs["VR1117911772"] = "3";hs["VR1117911994"] = "1";hs["VR1117912006"] = "1";hs["VE1117924867"] = "1";hs["VE1117791166"] = "1";hs["VR1117911835"] = "1";hs["VR1117909725"] = "1";hs["VR1117911627"] = "1";hs["VR1117911552"] = "1";hs["VR1117911455"] = "1";hs["VE1117925086"] = "2";hs["VR1117889739"] = "1";hs["VR1117911053"] = "1";hs["VR1117911004"] = "1";hs["VR1117910852"] = "1";hs["VR1117910786"] = "1";hs["VR1117910775"] = "1";hs["VR1117910795"] = "1";hs["VR1117910674"] = "1";hs["VR1117910666"] = "1";hs["VR1117910380"] = "2";hs["VE1117924873"] = "1";hs["VR1117910277"] = "1";hs["VR1117910159"] = "1";hs["VR1117910215"] = "1";hs["VE1117924826"] = "1";hs["VR1117910059"] = "1";hs["VR1117899591"] = "1";hs["VE1117922342"] = "2";hs["VR1117898398"] = "1";hs["VR1117909959"] = "1";hs["VR1117905818"] = "19";hs["VR1117904600"] = "1";hs["VR1117909840"] = "1";hs["VR1117909762"] = "1";hs["VE1117924677"] = "3";hs["VR1117909533"] = "1";hs["VR1117909034"] = "4";hs["VR1117909383"] = "1";hs["VR1117909294"] = "1";hs["VR1117909120"] = "1";hs["VE1117924604"] = "2";hs["VR1117897162"] = "1";hs["VR1117908913"] = "1";hs["VR1117908710"] = "1";hs["VR1117908732"] = "1";hs["VR1117908709"] = "1";hs["VR1117908569"] = "1";hs["VR1117908121"] = "2";hs["VR1117908454"] = "1";hs["VE1117924487"] = "1";hs["VR1117908259"] = "1";hs["VR1117903941"] = "3";hs["VR1117907992"] = "4";hs["VE1117924277"] = "1";hs["VR1117908009"] = "1";hs["VR1117907794"] = "2";hs["VR1117907941"] = "1";hs["VR1117907886"] = "1";hs["VR1117907054"] = "1";hs["VR1117907658"] = "1";hs["VR1117907649"] = "1";hs["VR1117907682"] = "1";hs["VE1117924299"] = "1";hs["VR1117907403"] = "1";hs["VR1117905910"] = "1";hs["VR1117907115"] = "1";hs["VR1117907062"] = "5";hs["VR1117907031"] = "1";hs["VR1117907011"] = "1";hs["VR1117906914"] = "1";hs["VR1117906605"] = "1";hs["VE1117918466"] = "1";hs["VR1117906163"] = "1";hs["VR1117906123"] = "2";hs["VR1117906080"] = "1";hs["VR1117906042"] = "1";hs["VR1117905980"] = "1";hs["VR1117905971"] = "1";hs["VR1117905962"] = "1";hs["VR1117905897"] = "1";hs["VR1117905885"] = "1";hs["VR1117905853"] = "1";hs["VR1117905850"] = "2";hs["VR1117905780"] = "3";hs["VR1117905729"] = "1";hs["VR1117905769"] = "1";hs["VR1117905728"] = "7";hs["VR1117905799"] = "2";hs["VR1117905682"] = "1";hs["VR1117901226"] = "1";hs["VR1117905696"] = "1";hs["VR1117905609"] = "1";hs["VR1117905582"] = "5";hs["VR1117905593"] = "2";hs["VR1117905655"] = "1";hs["VR1117905558"] = "2";hs["VR1117905636"] = "1";hs["VR1117905570"] = "2";hs["VR1117905437"] = "2";hs["VR1117905590"] = "2";hs["VR1117905564"] = "1";hs["VR1117905030"] = "2";hs["VR1117902672"] = "2";hs["VR1117905520"] = "1";hs["VR1117905180"] = "2";hs["VR1117905362"] = "2";hs["VR1117905406"] = "1";hs["VR1117905338"] = "1";hs["VR1117905306"] = "1";hs["VR1117905311"] = "1";hs["VR1117905304"] = "1";hs["VR1117905233"] = "1";hs["VR1117905236"] = "2";hs["VR1117905217"] = "1";hs["VR1117905172"] = "1";hs["VR1117886028"] = "1";hs["VR1117905032"] = "4";hs["VR1117905156"] = "1";hs["VR1117905058"] = "1";hs["VR1117905132"] = "2";hs["VE1117923437"] = "4";hs["VR1117905108"] = "2";hs["VR1117905061"] = "1";hs["VR1117904764"] = "3";hs["VR1117902630"] = "2";hs["VR1117904803"] = "3";hs["VR1117904733"] = "2";hs["VR1117905051"] = "1";hs["VR1117904366"] = "3";hs["VR1117904721"] = "3";hs["VE1117923767"] = "1";hs["VR1117904355"] = "1";hs["VE1117923645"] = "1";hs["VR1117903127"] = "2";hs["VR1117904553"] = "1";hs["VR1117904177"] = "3";hs["VR1117904175"] = "2";hs["VR1117904344"] = "4";hs["VR1117902183"] = "2";hs["VR1117904261"] = "3";hs["VE1117923698"] = "2";hs["VE1117920115"] = "1";hs["VR1117900439"] = "1";hs["VR1117904190"] = "1";hs["VR1117904168"] = "1";hs["VR1117904158"] = "1";hs["VR1117904197"] = "1";hs["VR1117904129"] = "1";hs["VR1117904106"] = "1";hs["VE1117923650"] = "1";hs["VR1117903339"] = "3";hs["VR1117904065"] = "1";hs["VR1117903947"] = "2";hs["VR1117904082"] = "1";hs["VR1117903920"] = "2";hs["VR1117490631"] = "1";hs["VR1117903917"] = "1";hs["VR1117902798"] = "2";hs["VR1117903857"] = "1";hs["VR1117903326"] = "4";hs["VR1117903732"] = "1";hs["VR1117903296"] = "3";hs["VR1117903486"] = "3";hs["VR1117903744"] = "1";hs["VR1117903758"] = "1";hs["VE1117923635"] = "1";hs["VR1117871973"] = "1";hs["VR1117903725"] = "1";hs["VR1117903320"] = "4";hs["VR1117903721"] = "1";hs["VR1117903623"] = "1";hs["VR1117902765"] = "2";hs["VR1117903579"] = "1";hs["VR1117903545"] = "1";hs["VR1117903562"] = "1";hs["VR1117902570"] = "1";hs["VR1117903507"] = "3";hs["VR1117902911"] = "1";hs["VE1117923529"] = "1";hs["VR1117903311"] = "2";hs["VR1117903098"] = "2";hs["VR1117903085"] = "2";hs["VR1117903322"] = "1";hs["VR1117903325"] = "1";hs["VR1117903297"] = "1";hs["VR1117903284"] = "1";hs["VR1117903289"] = "1";hs["VR1117903288"] = "1";hs["VR1117903281"] = "1";hs["VR1117903229"] = "1";hs["VR1117903249"] = "1";hs["VR1117903257"] = "1";hs["VR1117902322"] = "2";hs["VR1117903231"] = "1";hs["VR1117903136"] = "1";hs["VR1117903145"] = "1";hs["VR1117903190"] = "1";hs["VR1117903114"] = "2";hs["VR1117902969"] = "1";hs["VR1117902787"] = "1";hs["VR1117902749"] = "1";hs["VR1117902900"] = "2";hs["VE1117923500"] = "2";hs["VR1117899829"] = "1";hs["VR1117902683"] = "1";hs["VR1117902632"] = "1";hs["VE1117794891"] = "1";hs["VR1117902682"] = "1";hs["VR1117902559"] = "1";hs["VR1117886227"] = "1";hs["VE1117923475"] = "1";hs["VE1117923375"] = "1";hs["VE1117923411"] = "2";hs["VE1117923335"] = "1";hs["VR1117902299"] = "2";hs["VR1117902411"] = "1";hs["VE1117923195"] = "1";hs["VR1117901850"] = "1"; var hstb = new Array();hstb["VR1117911126"] = "1";hstb["VR1117910213"] = "1";hstb["VR1117903708"] = "1";hstb["VR1117903297"] = "2";hstb["VR1117902570"] = "1";hstb["VR1117903409"] = "1";hstb["VR1117903356"] = "1";hstb["VR1117903071"] = "2";hstb["VR1117901814"] = "1";function postCount(id){ var hs_search = new RegExp('\\W','gi'); var hs_id = id.replace(hs_search,"_"); id = hs_id;if (hs[id]){ if (hs[id] == 1) { document.write("1 Comment So Far ... Add Your Own?"); } else { document.write("Comments (" + hs[id] + ") ... Join In!"); } } else { document.write("Be the First to Comment on This"); } } function HaloScan(id) { var hs_search = new RegExp('\\W','gi'); var hs_id = id.replace(hs_search,"_"); id = hs_id;window.open('http://www.haloscan.com/comments/variety/'+ id + '/','comments'+ id +'', 'directories=0,height=600,width=420,location=0,resizable=1,scrollbars=1,toolbar=0'); }function postCountTB(id){ var hs_search = new RegExp('\\W','gi'); var hs_id = id.replace(hs_search,"_"); id = hs_id;if (hstb[id]){ if (hstb[id] == 1) { document.write("Trackback (1)"); } else { document.write("Trackbacks (" + hstb[id] + ")"); } } else { document.write("Trackback (0)"); } }function HaloScanTB(id) { var hs_search = new RegExp('\\W','gi'); var hs_id = id.replace(hs_search,"_"); id = hs_id;window.open('http://www.haloscan.com/tb/variety/'+ id + '', 'comments'+ id +'', 'directories=0,height=600,width=420,location=0,resizable=1,scrollbars=1,toolbar=0'); }postXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXcate =zG_I;@:cat `D>L_{_yϹ%tTA IDCɹĉet__G"EL,$,__.-TY1Ie4I> )13 lZI4d3  ͱQ»L I:zL>hZA]IEh%Jhރ"E_IVpehG@I+Y˾I(I+,z T=eK?:I,}+O<"xi_IrG=zG_I;@:aux FSURL>http://www.variety.com/article/VR1117914091?categoryid=13&cs=1