jQuery(function() { 
    // Zebra stripe tables
    jQuery('tr:odd', jQuery('table')).addClass('odd'); 

    // Better image swapping...
    jQuery('.swapper img').attr('src', 
      Drupal.settings.basePath + 'files/images/peper_images/swapper' + Math.floor(Math.random() * 9) + '.jpg').css('padding', '10px');

    jQuery('.smswapper img').attr('src', 
      Drupal.settings.basePath + 'files/images/peper_images/smswapping' + Math.floor(Math.random() * 14) + '.jpg').css('padding', '10px');
});
