$(document).ready(function() {
	/* Quotes Slideshow */
  $("#quotes").cycle({ 
    fx: "fade", 
    timeout: 12000,
    random: true
	});
});

