(function($,window,undefined) { $(function() {


// Change "More Info" link to go to "Information Request"
$("#top_moreinfo a").attr('href', function() {
    return this.href.replace(/contactintro\.asp/, 'quotes.asp?form=inforequest.asp');
});


});})(jQuery, window);
