$(document).ready(function(){
	$('#portfolio a').each(function(){
		$(this).css('background','transparent url("images/portfolio/' + $(this).attr('class') + '.png") no-repeat top center');
		$(this).attr('href','http://' + $(this).children('span').text());
	});
});
