function remove_item(id) {
      document.getElementById('updates_'+id).value = 0;
      document.getElementById('cartform').submit();
}

$(document).ready(function(){

$('#search-input').click(function() {
$(this).val("");
});

$('#searchresults input').click(function() {
$(this).val("");
});

$('.go-back a').click(function() {
javascript:history.back();
return false;
});

$('#homepage-top-promo').cycle({
speed: 500,
timeout: 4500
}); 


});

