function tPCR (source) {
		var newIframe = document.createElement("iframe");
		newIframe.width = "0";
		newIframe.height = "0";
		newIframe.frameBorder = "0";
		newIframe.src = source+"/urchin.asp?referrer="+document.referrer+"&pathName="+document.location.pathname+"&domain="+document.domain+"&title="+document.title+"&source="+source;
		document.body.appendChild(newIframe);
}
function tPCC (source) {
		var newIframe = document.createElement("iframe");
		newIframe.width = "0";
		newIframe.height = "0";
		newIframe.frameBorder = "0";
		newIframe.src = source+"/urchin.asp?referrer="+document.referrer+"&pathName="+document.location.pathname+"&domain="+document.domain+"&title="+document.title+"&source="+source;
		document.body.appendChild(newIframe);
}

function addEvent(element,olay,fonksiyon){
	if (window.addEventListener != null) { // Firefox
	        olay = olay.substr(2);
	        element.addEventListener(olay,fonksiyon,false);
	} else {
		element.attachEvent (olay,fonksiyon);
	}
}

function __tLP(__src) {
	addEvent(window,"onload",function(){tPCR(__src);tPCC("http://tup.mynet.com");});
}