$(document).ready(function() {
  $('.email').html('fserb'+
                   '@'+
                   'fserb.com.br').attr('href',
																				'mailto:fserb' + 
																				'@' + 
																				'fserb.com.br');
});

// $(document).ready(function() {
// 	var pics = [ "paint.jpg" ];
// 	var pic = pics[Math.floor(Math.random() * pics.length)];
// 	if (location.hash) {
// 		var i = parseInt(location.hash.substr(1));
// 		if (i) {
// 			pic = pics[i];
// 		} else {
// 			pic = location.hash.substr(1);
// 		}
// 	}
// 	$("#background").html('<img src="bg/' + pic + '">');
// });
