<!--
var img_src = '<img src="http://www.datablade.com/cgi-bin/image.cgi?CWC|';
var tc = window.location.search;
tc = tc.substring(1,tc.length);
tc = escape(tc);
if (tc.length>1 && tc!='undefined'){
img_src += tc + '" width="1" height="1" border="0" alt=" " />';
document.write(img_src);
}
//-->