$(document).ready(function() {
    $('#header').coinslider({effect: 'rain', links : false, hoverPause: false, spw: 1, sph: 1, sDelay: 200, width: 700, heigth:400});
	$( "#dataPrn" ).datepicker({showOn: "both",	buttonImage: "./js/calendar.gif", buttonImageOnly: true});
});
