/* property specific js */

(function() {
    /* display background image after main content is ready   */
    yuiEvent.onContentReady('contentContainer',function(){
        yuiDom.setStyle(yuiDom.get('tripTypeBackgroundContainer'),"display", "block");
    });
})();
