// JavaScript Document



jQuery(function() {
});
$(document).ready(function() {
	loadTemplates();
});
function loadTemplates() {
	$('#footer_custom').load('templates/footer_custom.html');

}
