

function affCredits(){
	var c = document.createElement('div');
	c.style.position = 'relative';
	c.innerHTML = '<div id="credits"><div><span style="color: rgb(76, 87, 43);"><span style="font-size: 14px;"><span style="font-family: verdana,geneva,sans-serif;">Design : <a onclick=" lienBloque(this);return false;" href="http://www.cbj-creations.fr" style="text-decoration: none; color: rgb(76, 87, 43);" target="_blank">CBJ Cr&eacute;ations</a></span></span></span></div><div><span style="color: rgb(76, 87, 43);"><span style="font-size: 14px;"><span style="font-family: verdana,geneva,sans-serif;">Web &amp; R&eacute;f&eacute;rencement : <a onclick=" lienBloque(this);return false;" href="http://www.synaptik.fr" style="text-decoration: none; color: rgb(76, 87, 43);" target="_blank">Synaptik</a></span></span></span></div></div>';
	document.body.appendChild(c);
	
}

if (window.addEventListener)
	window.addEventListener('load', affCredits, false);
else
	window.attachEvent('onload', affCredits);

