OfferBack = function(prevUrl) {

    var offerForm = document.getElementById('newOffer');
    if(offerForm) {
        offerForm.action = prevUrl;
    }
}