function statsEmail( email ) {

	var image = new Image( 1, 1 );
	image.src = STATS_EMAIL_URL + email;
	window.location.href = 'mailto:' + email;

}