//Cufon.replace('h1');
//Cufon.replace('h2');
//Cufon.replace('h3');

$(function() {
	if ($('#images').length > 0) {
		$('#images').cycle({
			timeout: 12000,
			random: 1,
			speed: 2500
		});
		// make images div full height of page for sexy background changes
		$('#images').add('#images div').height($(document).height());
	}

	if ($('.newsStory').length > 0) {
		$('.newsStory').click(function() {
			url = $(this).children('a').attr('href');
			if (url) {
				document.location = url;
			}
		});
	}

	//$('#columnleft img').reflect({height: 0.2, opacity: 0.3});
});
