$(document).ready(function(){
	$('#headerContainer').load('/online/include/header.html');
	$('#footerContainer').load('/online/include/footer.html', function(){scroller.init();});
});

