function iri_load_content() { try{document.getElementById('header').innerHTML = '
Search:  
';} catch(e) {} try{document.getElementById('bannerImgs').innerHTML = ' Specials
';} catch(e) {} try{document.getElementById('bestsellers').innerHTML = '

TOP 10 Last 2 Weeks

  1. Count of Monte Cristo – $15.38
  2. Man in the Iron Mask (1939) – $15.35
  3. World on a Wire – $25.34
  4. Twilight Saga: Breaking Dawn Pt. 1 – $21.14
  5. It\'s a Mad Mad Mad Mad World – $13.73
  6. New Tricks Season 6 – $24.64
  7. Lady & the Tramp – $24.14
  8. Lady & the Tramp – $29.14
  9. Drive (2011) – $18.99
  10. Rebecca – $16.42

 

TOP 10 PRE-ORDERS

  1. Harold and Maude – 02/21/12 – $9.11
  2. Reds [25th Anniversary Edition] [2 Discs] – 02/21/12 – $10.64
  3. Nashville – 02/21/12 – $9.14
  4. A Place in the Sun – 02/21/12 – $10.23
  5. To Catch a Thief [Special Collector\'s Edition] – 02/21/12 – $10.04
  6. Three Days of the Condor – 02/21/12 – $8.24
  7. Barbarella: Queen of the Galaxy – 02/21/12 – $10.04
  8. Agatha Christie\'s Murder on the Orient Express – 02/21/12 – $8.24
  9. Stalag 17 [Special Collector\'s Edition] – 02/21/12 – $10.34
  10. Romeo and Juliet – 02/21/12 – $9.14
';} catch(e) {} try{document.getElementById('nowPlaying').innerHTML = '

NOW PLAYING

Drive (2011) Thing (2011) Transformers: the Dark of the Moon 3d Big Year

 

 

 

 

 

';} catch(e) {} loadCSS('http://www.dvdplanet.com/saleTags.css.cfm?V3off'); } function loadCSS( css_href ) { var $ = document; // shortcut var cssId = 'myCss_No'; // you could encode the css path itself to generate id.. if (!$.getElementById(cssId)) { var head = $.getElementsByTagName('head')[0]; var link = $.createElement('link'); link.id = cssId; link.rel = 'stylesheet'; link.type = 'text/css'; link.href = css_href; link.media = 'all'; head.appendChild(link); } }