$(document).ready(function() {
	$('<h1>Photo Galleries</h1>').insertBefore('div.karbon_photogallery_content');
	
	$('<h1>Event Calendar</h1>').insertBefore('div.karbon_calendar_view_content');
	
	$('<h1>Subscribe</h1>').insertBefore('div.karbon_blog_subscriptions');
	
	$('<h1>Unsubscribe</h1>').insertBefore('div.karbon_blog_unsubscribe');
	
	$('#banner .photos').cycle({
		fx: 'fade',
		cleartypeNoBg: true,
		cleartype:  !$.support.opacity
	});
});

