$(document).ready(function(){
		
			$("a[rel^='prettyPhoto']").prettyPhoto();
			
			var options = {
    	    timeNotation: '12h',
			format: '%d de %B.',
	        am_pm: true,
	        foreground: '#ffffff'

	      }; 
	
		   $('.jclock').jclock(options);	
				   
});


