jQuery(document).ready(function() {
		// remove the content that is not displayed on the JS version
        $('#secondary, #timeline-content').remove();
		// Change the layout of the page
		$('body').removeClass('layout_b').addClass('layout_c');
		// Include the Flash css file that displays the flash module
		var flashvars = {
		    xml_path: "/broughttolife/settings/timeline/",
		    swf_path: "/includes/hom/",
		    image_path: "/",
		    config_location: "/broughttolife/settings/timeline/main.aspx",
		    filter:"people"
		};
		var params = {};
		var attributes = {};
		swfobject.embedSWF("/includes/hom/TimeLineBase.swf", "flashModule", "390", "320px", "8", "expressInstall.swf", flashvars, params, attributes);
});
