**** COMING SOON ****
<div id="auto-widget"></div>
<script type="text/javascript">
(function (doc, tag, id) {
var js = doc.getElementsByTagName(tag)[0];
if (doc.getElementById(id)) {
return;
}
js = doc.createElement(tag);
js.id = id;
js.src = 'https://my.autoagent.com/js/escrow-check-plugin.js';
js.type = 'text/javascript';
doc.body.appendChild(js);
}(document, 'script', 'auto-escrow-widget'));
if (!window.autoEscrowWidgetInitialized) {
window.onload = function () {
AutoagentEscrowWidget.setOptions({
targetId: 'auto-widget',
id: '3122'
});
AutoagentEscrowWidget.init();
window.autoEscrowWidgetInitialized = true;
}
}
</script>