$(document).ready(init);

function init() {
	$('#ntwFooterContainer').load("includes/footer.html");
	$('.slide-panel .content').load("includes/slider.html");
	$('#ntwCopyInfoContainer').load("includes/copyInfo.html");
}