$(document).ready( function(){
    $('ul#animated-portfolio').animatedinnerfade({
	speed: 1000,
	timeout: 5000,
	type: 'sequence',
	containerheight: '100px',
	containerwidth: '180px',
	animationSpeed: 0,
	animationtype: 'fade',
	bgFrame: 'none',
	controlBox: 'none',
	displayTitle: 'none'
	});
});

function IS_view_reponse()
	{
	$("#reponse_jour").attr({style:"display:block"});
	}
	
var jour = new Date().getDate()
window.onload = onloadWindow

function onloadWindow()

{
	document.getElementById("question"+jour).style.display = "block"
	
}