function prod_rec(cst, tpl, usr, prd, test){
	var protocol = ((document.location.protocol == "https:") ? "http://" : "http://")
	document.write('<'+'script type="text/javascript" src="'+protocol+'upseller.pl/pr.php'
		+ '?c=' + cst
		+ '&t=' + tpl
		+ '&u=' + usr
		+ '&p=' + prd
		+ (test == 'test'?'&test=on':'')		
		+ '&ref=' + encodeURIComponent(document.referrer)
		+ '"></'+'script>'
	);
}

function p_rec(cst, usr, prd, tpl, test){
	prod_rec(cst, tpl, usr, prd, test)
}
