var $a=$("<a>OFFERS COMPLETE! CLICK HERE TO CONTINUE</a>");
$a.attr("href",userSettings.onCloseURL);
$('body').html("");
$a.appendTo($('body'));