addLoadEvent(function() { for(var i = 0; i < document.links.length; i++) { if(document.links[i].className == "ebayASQ") { // ebayAskSellerURL is a ebay provided variable to hold the value of "Ask Seller a Question" link document.links[i].href = ebayAskSellerURL; document.links[i].target = "_top"; } } }); //-->