function start() {
$('.offerinfo').append("<hr>");
$('hr:last').hide();

$('.offerinfo2').append("<hr>");
$('hr:last').hide();
} 