var $j = jQuery;
$j(document).ready(function () {
$j('#shopp .cart tr.rows:odd').addClass('alt');
});
