$(function(){
	/* ******************
	 * -= EDIT THESE -= * 
	 ********************/
	
	/* quotes that gets rotated on bottom */
	var quotes = [
		{
			text: '"The most talented young photographer in the Nation"',
			image: 'images/showcase/cs1_new.jpg'
		},
		{
			text: '"Unsurpassed quality and originality"',
			image: 'images/showcase/cs2_new.jpg'
		},
		{
			text: '"All his pictures were incredible"',
			image: 'images/showcase/cs3_new.jpg'
		},
		{
			text: '"Amazing photographer, amazing person"',
			image: 'images/showcase/cs4_new.jpg'
		},
		{
			text: '"We all agreed Clane\'s photos were the best by far"',
			image: 'images/showcase/cs5_new.jpg'
		},
		{
			text: '"His wedding photography is phenomenal"',
			image: 'images/showcase/cs9_new.jpg'
		},
		{
			text: '"With Clane, seeing is truly believing!"',
			image: 'images/showcase/nw0_new.jpg'
		},
		{
			text: '"A perfect 10 out of 10 photographer"',
			image: 'images/showcase/nw1_new.jpg'
		},
		{
			text: '"How could I trust anyone else on my big day?"',
			image: 'images/showcase/sw1_new.jpg'
		},
		{
			text: '"Many great compliments on your unique style"',
			image: 'images/showcase/SW11_NEW.jpg'
		},
		{
			text: '"... I\'ve seen this before but never any better"',
			image: 'images/showcase/SW13_NEW.jpg'
		},
		{
			text: '"The best photography I\'ve ever seen..."',
			image: 'images/showcase/sw2_new.jpg'
		},
		{
			text: '"He\'s one of the nicest people we\'ve ever met"',
			image: 'images/showcase/sw3_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/sw4_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/sw6_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/sw7_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/sw8_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/sw9_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/tp1_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/tp2_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/tp3_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/tp4_new.jpg'
		},
		{
			text: '',
			image: 'images/showcase/tp5_new.jpg'
		}
	];
	/* interval (in seconds) at which a quote is rotated */
	var quoteRotateInterval = 2;
	
	quoteRotator(quotes,quoteRotateInterval);
});
