$(document).ready ( function() {
	if ($.fn.equalHeight) {
		$(".equal-height-col-1").equalHeight();
		$(".equal-height-col-2").equalHeight();
		$(".equal-height-col-3").equalHeight();
		$(".equal-height-col-4").equalHeight();
		$(".equal-height-col-5").equalHeight();
	};

	if ($.fn.corner) {
		$(".round-corner").corner("round 10px");
		$(".round-corner-no-padding").corner("round 10px");
		$(".round-corner-right").corner("round tr").corner("round br");
	}
	
	if ($.fn.cycle) {
		$(".rotating-images").cycle({fx: 'fade', speed: 4000, timeout: 3000});
		$(".rotating-images img").show();
	}
	
	$(".extlink").attr('target', '_blank');
});
