function wrapper_urchinTracker(page) {
	// Skip tracking if this function fails to load.
	if (typeof window.urchinTracker == 'function') {
		_uacct = "UA-1025725-1";
		_udn = "none";
		_ulink = 1;
		urchinTracker(page);
	}
}

function wrapper___utmSetTrans() {
	// Skip ecommerce tracking if this function fails to load.
	if (typeof window.__utmSetTrans == 'function') __utmSetTrans();
}

function wrapper___utmLinker(l, h) {
	if (typeof window.__utmLinker == 'function') {
		__utmLinker(l, h);
	} else {
	    // If this function fails to load, we still need to follow the link.
		window.location.href = l;
	}
}
