function adView(AdClientId, WebsiteClientId, AdId, AdWebsiteId, Opts)
{
	var Ref = escape(window.document.location.href);
	var Event = "VIEW";
	document.write('<sc'+'ript type="text/javascript" src="http://admanager.copperads.com/adLog.php?acid='+AdClientId+'&wcid='+WebsiteClientId+'&aid='+AdId+'&awid='+AdWebsiteId+'&ref='+Ref+'&event='+Event+'&opts='+Opts+'"></sc'+'ript>');
}

function adClick(thisElement, AdClientId, WebsiteClientId, AdId, AdWebsiteId, Opts)
{
	var Ref = escape(window.document.location.href);
	var Event = "CLICK";
	
	var cEvent = document.createElement('SCRIPT');
	cEvent.type = 'text/javascript';
	cEvent.src = 'http://admanager.copperads.com/adLog.php?acid='+AdClientId+'&wcid='+WebsiteClientId+'&aid='+AdId+'&awid='+AdWebsiteId+'&ref='+Ref+'&event='+Event+'&opts='+Opts;
	thisElement.parentNode.appendChild(cEvent);
}