
// spam vedelem

$(function() {
	$('.email_link').click(function() {
		this.href = this.href.replace(/_NO_SP_AM_./g, "");
		return true;
	});

// Google Analytics

	_uacct = "UA-152622-3";
	urchinTracker();
	
});

function _spam_fix_status(a, what)
{
	if (what) {
		window.status = a.href.replace(/_NO_SP_AM_./g, "");
	} else {
		window.status = '';
	}
}

