﻿$(function() {
    $('a.A-Menu-Link').each(function() {
        this.href = this.href.replace('?', '');
    });
});
