$(function(){
	/* ******************
	 * -= EDIT THESE -= * 
	 ********************/
	
	/* quotes that gets rotated on bottom */
	var quotes = [
		{
			text: '"The most talented young photographer in the Nation"',
			image: 'images/showcase/homepage1.jpg'
		},
		{
			text: '"Unsurpassed quality and originality"',
			image: 'images/showcase/homepage2.jpg'
		},
		{
			text: '"All his pictures were incredible"',
			image: 'images/showcase/homepage3.jpg'
		},
		{
			text: '"Amazing photographer, amazing person"',
			image: 'images/showcase/homepage4.jpg'
		},
		{
			text: '"We all agreed Clane\'s photos were the best by far"',
			image: 'images/showcase/homepage5.jpg'
		},
		{
			text: '"His wedding photography is phenomenal"',
			image: 'images/showcase/homepage6.jpg'
		},
		{
			text: '"With Clane, seeing is truly believing!"',
			image: 'images/showcase/homepage7.jpg'
		},
		{
			text: '"A perfect 10 out of 10 photographer"',
			image: 'images/showcase/homepage8.jpg'
		},
		{
			text: '"How could I trust anyone else on my big day?"',
			image: 'images/showcase/homepage9.jpg'
		},
		{
			text: '"Many great compliments on your unique style"',
			image: 'images/showcase/homepage10.jpg'
		},
		{
			text: '"... I\'ve seen this before but never any better"',
			image: 'images/showcase/homepage11.jpg'
		},
		{
			text: '"The best photography I\'ve ever seen..."',
			image: 'images/showcase/homepage12.jpg'
		},
		{
			text: '"He\'s one of the nicest people we\'ve ever met"',
			image: 'images/showcase/homepage13.jpg'
		},
		{
			text: '"All this from a 22 year old? Spectacular!"',
			image: 'images/showcase/homepage14.jpg'
		}
	];
	/* interval (in seconds) at which a quote is rotated */
	var quoteRotateInterval = 3;
	
	quoteRotator(quotes,quoteRotateInterval);
});
