google.setOnLoadCallback(function() {

	// Place init code here instead of $(document).ready()

	$(function(){
		$('a.email').nospam({
			replaceText: true
		});
	});	

});
