document.observe("dom:loaded", function() {
   if ( ( location.pathname == "/pages/searchmls.html" ) ||
        ( location.pathname.substring(0,8) == "/listing" ) ) {
      
       Element.hide('right');
/*       $('content').setStyle({
            width: '686px',
            height: '1190px',
            backgroundColor: 'white',
            backgroundImage: 'url(/images/round_corner_r_white.gif)',
            backgroundRepeat: 'no-repeat',
            backgroundPosition: 'right top' 
       }); */
   }
});

