$(document).ready(function(){
	$("a[rel^='gallery'], a[rel^='prettyPhoto']").prettyPhoto();
	$('ul.testimonialList').quote_rotator({rotation_speed: 15000, buttons: { next: '>>', previous: '<<' }});
}); 

