$(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');
	
	$('div.karbon_blog_content h2:first').text("What's New");
});
