// replacement script for http://www.statcounter.com/counter/counter.js
// using a self-set blocking cookie rather than the Statcounter third party cookie
// this is paired with the script that sets or deletes the cookie originally because the cookie name has to correspond exactly.
//
var blockIt = getCookie("name");

if (blockIt != "block") {

var next_script = '<scr' + 'ipt type="text/javascript"' + ' src="http://www.statcounter.com/counter/counter.js"><\/scr' + 'ipt>' ;
document.writeln(next_script);
}