window.onload = function(){

	$('.email').each(function (i) {

			$(this).html(StripAt($(this).html()));
		}
	);


	$('#SEARCH').focus();

}
