$(document).ready(function() {

    $("a[href*='amazon.co']").each(function() { this.href = this.href.replace(/\?.*$/,"") + $.query.load(this.href).set("tag","stylguid03-20").toString();});
    $("a[href*='endless.co']").each(function() { this.href = this.href.replace(/\?.*$/,"") + $.query.load(this.href).set("tag","stylguid03-20").toString();});

});