function PPCcheck() {
	var iimg = '<img src="http://monitor.vericlix.com/iframe-production.asp?refinfo=' + escape(document.URL) + '" border=0 width=1 height=1>';
 	document.writeln(iimg);
}

var myString=document.URL;
x=(myString.indexOf("vc"));
if (x != '-1') {
PPCcheck();
}
