﻿function thankCustomer() {
    alert("You will receive a reply e-mail within the next 48 hours.\n" &
            "Thank you for your interest.");
}

function resolveUrl (url) {
    if (url.indexOf("~/") == 0)
        url = this.SiteBaseURL + url.substring(2);

    return url;
}




    

    



