function retourLigne() {

	var url = 'http://www.unitysound.ch/content/index.php?section=4';

	if (document.location.href != url) {
	
		document.getElementById('ligne').innerHTML = '&nbsp;';
	
	}
	
}