try {
var Tpt = _gat._getTracker("UA-25269621-1");
Tpt._setDomainName("none");
Tpt._setAllowLinker(true);
Tpt._trackPageview();
taktGaLink='&'+Tpt._getLinkerUrl('').substr(1);
jQuery.noConflict();
jQuery(function($){
	if($("iframe[src*='://c21.to/']").length){
		$("iframe[src*='://c21.to/']").each(function(){
			if($.browser.msie){
				var iframe=this.cloneNode(false);
				iframe.src=this.src+"#"+urlp().substr(1);
				this.style.display='none';
				this.parentNode.appendChild(iframe);
			}else{
				this.src+="#"+urlp().substr(1);
			}
		});
	}
	$("a[href*=://c21.to/][target='_blank']").click(function(){
		if(document.location.hostname!='c21.to'){
			this.href=Tpt._getLinkerUrl(this.href);
			return true;
		}
	});
	$("a[href*=://c21.to/][target!='_blank']").click(function(){
		if(document.location.hostname!='c21.to'){
			Tpt._link(this.href);
			return false;
		}
	});
	$("area[href*=://c21.to/][target='_blank']").click(function(){
		if(document.location.hostname!='c21.to'){
			this.href=Tpt._getLinkerUrl(this.href);
			return true;
		}
	});
	$("area[href*=://c21.to/][target!='_blank']").click(function(){
		if(document.location.hostname!='c21.to'){
			Tpt._link(this.href);
			return false;
		}
	});
	$("form[action*=://c21.to/]").submit(function(){
		if(document.location.hostname!='c21.to'){
			Tpt._linkByPost(this);
			this.method='POST';
		}
	});
});
} catch(err) {}
function urlp(){
	if(document.location.hostname!='c21.to' && Tpt){
			return taktGaLink;
	}else{return('')}
}

