window.addEvent('domready', function(){	
									 
									 
// Load your images here
	    var data = [
	      "1.jpg", "2.jpg","3.jpg","4.jpg","5.jpg","6.jpg","7.jpg","8.gif"
	    ];
	    // Initialize the Slideshow instance
	    var myShow = new Slideshow('show', data, { height: 338, hu: 'images/', width: 226, delay: 2500 });
		
fxmq = new Fx.Marquee($('quote'), {
	duration: 500,
	showEffect: {
		top: [0,0], //reset the top every time to zero
		left: [0, 0],
		opacity: [0,1]
	},
	hideEffect: {
		opacity:[1,0]
	}
});
begin();
function begin(){
	fxmq.announce({
		message: '\"You do such a good job with your photography. Debbie and I could not be happier with the family photos you took of us.\"<div align=\"right\" class=\"orange\">- Debbie & Jake</div> ',
		delay: 5000, revert: false
}).chain(function(){
	fxmq.announce({
		message: '\"You are an amazing photographer.\"<br><br><div align=\"right\" class=\"orange\">- Hillary</div> ',
		delay: 5000, revert: false
	});
}).chain(function(){
	fxmq.announce({
		message: '\"Beautiful photography. Very inspiring!\"<br><br><div align=\"right\" class=\"orange\">- Katy</div> ',
		delay: 5000, revert: false
	}).chain(function(){
	fxmq.announce({
		message:'\"Clay you are so talented! Thank you so much again for being our photographer! I could not be happier with the results! Your the best!\"<div align=\"right\" class=\"orange\">- Kelly</div>',
		delay:5000, revert:false
	}).chain(begin())
	});
	});
}

	

});