$(function() {
	/*if ($('.content .middle-column').height() > $('.content .left-column .content').height()) {
		$('.content .left-column .content').height($('.content .middle-column').height()-28);
	}
	
	if ($('.subpage .content .right-column').height() > $('.subpage .content .left-column .content').height()) {
		$('.subpage .content .left-column .content').height($('.subpage .content .right-column').height()-28);
	}*/
	
	if ($('.quotes').length > 0) {
			$('.quotes').cycle({
				  pause : true
				, timeout : 15000
			});
		}
});
