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=\"c3_appsorter_title\">Free Credit Scores Online!</div>");
document.write("<div class=\"c3_appsorter_subtitle\">Credit Report Monitoring & Free Credit Scores</div>");
document.write("     <ul class=\"checks1\" style=\"width:250px; font-size: 18px; line-height:normal\">");
document.write("       <li>Credit scores based on data from TransUnion, Experian, and Equifax</li>");
document.write("       <li>ID Theft Protection</li>");
document.write("      </ul>");
document.write("      <div style=\"display: none\">");
document.write("       <img src=\"/templates/clfreecr/images/free-credit-report-header.jpg\" alt=\"\" />");
document.write("      </div>");
document.write("      <div class=\"clear\"></div>     "); 
document.write("	<div class=\"c3_appsorter_privacy\">");

document.write("		<div class=\"c3_appsorter_truste\"><a href=\"http://www.truste.org/ivalidate.php?url=www.creditloan.com&amp;sealid=101\" rel=\"nofollow\" target=\"_blank\"><img src=\"/panda/images/c3_truste_2.jpg\" border=\"0\" alt=\"trustE\" /></a></div>");

document.write("		<div class=\"c3_appsorter_mcaffee\"><img src=\"https://www.creditloan.com/templates/creditloan/images/gray_box_mcafee.jpg\" alt=\"Privacy Secured by Mcafee\" width=\"100\" height=\"62\" border=\"0\" /></a></div>");

document.write("		<div class=\"c3_appsorter_verisign\">");

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=\"clear\"></div>");

document.write("	</div><!-- end of appsorter_privacy -->");
document.write("<style>.slogan {margin-top: 10px; padding-bottom: 25px;}</style><div class=\"annualcreditreport\" style=\"width: 400px; z-index: 100; position: absolute; color: #750707; top: 35px; margin-left: 218px; font-size: 12px; \"><a rel=\"nofollow\" href=\"http://www.annualcreditreport.com\">AnnualCreditReport.com</a> is the ONLY authorized source to get your free annual credit report under <a href=\"http://www.ftc.gov/freereports\">federal law</a></div>");

