function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/* jquery header slideshow */
$(document).ready(function() {
	$('#slideshow').cycle({
		fx: 'fade',
		speed: 1500,
		timeout: 5000, 
		randomizeEffects: false,
		easing: 'easeOutCubic',
		cleartypeNoBg: true
	});
});

