function loginForumsResult()
{
	if (this.response['text'].trim() == 'true')
		window.location.reload();
}

function logoutForumsResult()
{
	var retour = this.response['text'].split(',');
	if (retour[0].trim() == 'true')
		window.location.reload();
}

function finirProposerNews()
{
	$('formulaire_proposer_news').setStyle('display', 'none');
	$('proposer-news-fin').setStyle('display', 'block');
}