
function run(what, target) {
        var jsel = document.createElement('SCRIPT');
        var thisURl = 'http://www.autopartsinc.com/script/clientScript.js?do=' + what + '&_tg=' + target;
        jsel.type = 'text/javascript';
        jsel.src = thisURl;
        document.body.appendChild (jsel);
}

