function loadScript(url) {
        req = false;
    // branch for native XMLHttpRequest object
    if(window.XMLHttpRequest && !(window.ActiveXObject)) {
        try {
                        req = new XMLHttpRequest();
        } catch(e) {
                        req = false;
        }
    // branch for IE/Windows ActiveX version
    } else if(window.ActiveXObject) {
        try {
                req = new ActiveXObject("Msxml2.XMLHTTP");
        } catch(e) {
                try {
                        req = new ActiveXObject("Microsoft.XMLHTTP");
                } catch(e) {
                        req = false;
                }
                }
    }
        if(req) {
                req.open("GET", url, false);
                req.send("");
                document.write('<script type="text/javascript">' + req.responseText + '</script>');
        }
}

document.write("<div class=\"topform_title\">Loans &amp; Debt Consolidation</div>");
document.write("     <div class=\"approval\">Credit Card/Personal Loan - One Application!</div>");
document.write("     <ul class=\"checks1\">");
document.write("       <li>Online Request</li>");
document.write("       <li>NO Credit Check*</li>");
document.write("       <li>Immediate Approval</li>");
document.write("      </ul>");
document.write("      <div class=\"checks2\">");
document.write("       <img src=\"/images/cashmoney.jpg\" alt=\"\" />");
document.write("      </div>");
document.write("      <div class=\"clear\"></div>     "); 
document.write("     <div class=\"privacy_in_form\">");
document.write("      <div class=\"gray_floats\"><img src=\"/templates/creditloan/images/gray_box_privacy.jpg\" alt=\"Privacy &amp; Security Protected\" width=\"249\" height=\"70\" /></div>");
document.write("      <div class=\"gray_floats\">");
loadScript('/js/verisign.js?host_name=www.creditloan.com&amp;size=S&amp;use_flash=NO&amp;use_transparent=YES&amp;lang=en');
document.write("</div>");
document.write("      <div class=\"gray_floats\"><a href=\"http://www.truste.org/ivalidate.php?url=www.creditloan.com&amp;sealid=101\" rel=\"nofollow\"><img src=\"/templates/creditloan/images/gray_box_truste.jpg\" width=\"65\" height=\"70\" border=\"0\" alt=\"trustE\" /></a></div>");
document.write("      <div class=\"gray_floats\"><a href=\"https://www.scanalert.com/RatingVerify?ref=www.creditloan.com\" rel=\"nofollow\" target=\"_blank\"><img src=\"/templates/creditloan/images/gray_box_mcafee.jpg\" alt=\"Privacy Secured by Mcafee\" width=\"100\" height=\"62\" border=\"0\" /></a></div>");
document.write("      </div>");
document.write("      <div class=\"fineprint\">*Depending on loan term, loan purpose and type, residency and creditworthiness</div>");
