function pt() {
	if (typeof OID == "undefined" || null == OID || OID == "") {
		alert("No OID present!  Add an OID to your source code.");
	} else {
		var url = '/search/ccTotalNet.fsn?event_id='+eventID+'&OID='+OID+'&CID=' + CID
				+ '&cmp=0&count=1&SID=' + SID;
		$('<img width=0 height=0 src=' + url + '>').appendTo($("body"));
	}
}

