jQuery(document).ready(function() {

	$("#mainContent table tr:even").addClass("even");

	$("#mainContent blockquote p").prepend('<img src="/images/quotes_left.gif" width="19" height="13" class="leftQuote" />');
	$("#mainContent blockquote p").append('<img src="/images/quotes_right.gif" width="19" height="13" class="rightQuote" />');

	$("blockquote.broadenQuote p").prepend('<img src="/images/quotes_left_blue.gif" width="19" height="13" class="leftQuote" />');
	$("blockquote.broadenQuote p").append('<img src="/images/quotes_right_blue.gif" width="19" height="13" class="rightQuote" />');

});