jQuery(document).ready(function($){
	$("a.email").nospam();
	$("img.top").parent().parent().addClass("top");
});