/*
@author Rafał Leśniak
@ver 1.0
@date 15.10.2011
Need jQuery
*/
$(document).ready(function() {
	$('.emailIcon').text('@');
});
