﻿// Paramétrage Jquery

jQuery().ready(function(){
	$("ul#ticker01").liScroll();
	$(".date-pick").datePicker();
});