function ajustBorder()
{
	var taille= document.body.offsetHeight+50;	
	document.getElementById("limRight").style.height=taille+"px";
	taille+=240;
	taille+="px",
	document.getElementById("limLeft").style.height=taille;
	
	
}

function citacon()
{
	var tab = new Array("Qui est le plus fort, l'elephant ou l'hippopotame?!","<br/>Don't forget to boogie!","<br/>I think I shit myself....","<br/>Keen Must Die!","<br/>This is good shit!","<br/>Jesus t'es naze arrete...","<br/>Burn your money!");
	var rand=Math.floor(Math.random()*tab.length);
	document.getElementById("bulle").innerHTML = tab[rand];
}
function setbg(color)
{
	document.getElementById("comment").style.background=color;
}
