//-bouffe l'évènement pour pas qu'il arrive au DIV conteneur-
function CBbl(netEvent) {
    if (document.all) {
        alert('cbbl pour ms');
        window.event.cancelBubble = true;
    } else {
        alert('cbbl pour netscape');
        netEvent.cancelBubble = true;
    }
}
function setSearch(){
	tmp = '<div class="paragraphTitle">Recherche en cours...&nbsp;&nbsp;<img src="/images/interactif/player/searching.gif"></div>';
	document.body.innerHTML=tmp;
	}
function setHomePage(){
	document.body.style.behavior='url(#default#homepage)';
	document.body.setHomePage('http://www.tsr.ch');
	}
