$(document).ready(function(){
/* $('#total_quantity').html($('#items_total').html()+' ');
$('#total_sum').html($('#price_total').html()+' ');*/
  $('tr:odd').css({'background-color':'#FFDD57'});
}); 

function myrecalcCart(p,n){
/*if (n){
	$('#total_quantity').html(n+' ');
	    $('#total_sum').html(p+' ');
    }else{
	    $('#total_quantity').html($('#items_total').html()+' ');
	    $('#total_sum').html($('#price_total').html()+' ');
}*/
}
