var _ucrid = "673";
var _ucbtn = "07a_verified_company";
var _ucbck = "fff";
var _ucweb = "1";
var _ucbtn_score = 0;
var _uccache = 1;

function addCheckRate() {

    var d = new Date();
    var curr_date = d.getDate();
    var curr_month = d.getMonth()+1;
    var curr_year = d.getFullYear();

    img = "https://secure.checkrate.co.uk/checkrate.php?_ucrid="+_ucrid+"&_ucbtn="+_ucbtn+"&_ucbck="+_ucbck+"&_ucbtn_score="+_ucbtn_score+"&_uccache="+_uccache+"&_ucref="+window.location+"&operation=check_var_sender&security=high&method=blow";
    norc = " oncontextmenu=\"return false;\"";

    alt = (_ucbtn_score) ? "Verified Credit Score ("+curr_date+"/"+curr_month+"/"+curr_year+")\n provided by CheckRate" : "Verified Creditworthy Business ("+curr_date+"/"+curr_month+"/"+curr_year+")\n provided by CheckRate";

    jQuery('#footerCheckRate').html('<a href="javascript: CheckRateVerification();"><img src="'+img+'" alt="'+alt+'" '+norc+' border="0" /></a>');

}

function CheckRateVerification() {
    url = "https://secure.checkrate.co.uk/verification.php?_ucrid="+_ucrid+"&_ucbtn="+_ucbtn+"&_ucweb="+_ucweb+"&_ucbtn_score="+_ucbtn_score+"&_uccache="+_uccache+"&_ucref="+window.location+"&operation=check_var_sender&security=high&method=blow";
    ver_window = window.open(url, "CheckRate","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=680,height=560");
}
