// JavaScript Document
	image0 = new Image();
	image0.src = "images/bg_html.jpg";

	$(document).ready(function() {
	   
	   
//	   $("a[href*='#']").click(function(){
//			  alert('En construction!');
//			  return false
//		 })
	   
	   $('body#body3546811 #content').append("<div id='spacer'></div>");    
	   
			  $('#album').cycle({ 
				  fx: 'scrollLeft',
				  speed: 800,
				  delay: 1000
			  });
	   
	   
	  
	  });

