$j(document).ready(function(){

	$j("#FooterContainer").load("./includes/Footer.html");
	$j("#FooterContainerTwo").load("./../includes/Footer.html");
	$j("#Members").load("./../includes/Members.html");
	$j("#PerfListVideo").load("./../includes/Performance_list.html");
	$j("#PerfListImagesOnly").load("./../includes/Performance_list.html");
	$j("#PArchive").load("./includes/Press_list.html");

});
