$(document).ready(function() {
   $('.btnPanels').each(function(){
        $('h3', this).css('background','url('+$('img', this).attr('src')+') 0 0 no-repeat');
    });
    $('.rollover').rollover();
    $('.clickPanels li').clickpanel();
});