Auction Zip - Live Auction Locator - Find Auctions Anywhere!
\n";
html+="\\n";
html+="\\n";
html+="\\n";
html+="\\n";
// ifdoc.open();
// ifdoc.write(html);
// ifdoc.close();
}
else
{
if (bidid)
{
var iframe = document.createElement('iframe');
iframe.setAttribute("scrolling", "no");
try {
iframe.setAttribute("sandbox", "allow-same-origin allow-scripts allow-popups allow-forms");
} catch (e) {}
iframe.style.margin='0px';
iframe.style.padding='0px';
iframe.style.border="none";
container.appendChild(iframe);
container.style.margin='0px';
container.style.padding='0px';
pbjs.renderAd(iframe.contentWindow.document,bidid);
iframe.contentWindow.document.body.style.margin='0px';
iframe.contentWindow.document.body.style.padding='0px';
}
}
}
}
}
//-->