/* Author: 

*/
$(document).ready(function () {
	$('footer .social-links li a, footer .associations li a').each(function () {
		this.innerHTML = this.style.backgroundImage.replace('url(', "<img src=").replace(")"," />");
		this.style.backgroundImage = "";
		this.style.textIndent = "0";
	});
});























