if(!window.jQuery)
{
var script = document.createElement('script');
script.type = "text/javascript";
script.src = "https://code.jquery.com/jquery-2.1.4.min.js";
document.getElementsByTagName('head')[0].appendChild(script);
}
if(typeof readyHandlers == "undefined")window.readyHandlers = [];
window.ready = function ready(handler) {
window.readyHandlers.push(handler);
handleState();
};
window.handleState = function handleState () {
if (['interactive', 'complete'].indexOf(document.readyState) > -1) {
while(window.readyHandlers.length > 0) {
(window.readyHandlers.shift())();
}
}
};
document.onreadystatechange = window.handleState;
ready(function () {
document.getElementById("affilist-df3e7").style.width = 160;
document.getElementById("affilist-df3e7").innerHTML = '
';
});