$(document).ready(function()
{
	if($("#diapo img").length > 1)
	{
		diapoTimer.init();
	}
});