//--------------------------------------------------------------
// FUNCTIONS
//--------------------------------------------------------------
//--------------------------------------------------------------
// END FUNCTIONS
//--------------------------------------------------------------

$(document).ready(function() {
	$('#content_footer_quote').show();
	$('blockquote').quovolver();
}); //end document.ready
