//	Set the variable content
var htmlStr = ''
			+ '<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td align="left">'
			+ '<a href="http://www.criagence.com" target="_blank">'
			+ '<img border="0" src="http://www.criagence.com/trademark/fr/trademark_cri.gif" alt="CRI agence" vspace="5" />' 
			+ '</a>'
			+ '</td></tr></table>';

//	Write the html tags on the page
document.write(htmlStr);
