_ucrid = "";
_ucbtn = "";
_ucbck = "";
_ucweb = "";
_ucbtn_score = 1;
_uccache = 1;

function activateOperation()	{
	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;\"";	
	//norc = "";
	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"
	document.write("<a href='javascript: CheckRateVerification();'><img src='"+img+"' alt='"+alt+"' "+norc+" border=\"0\" /></a>");
	//document.write("<a href='javascript: CheckRateVerification();'><img src='"+img+"' alt='"+alt+"' 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");
}
