﻿////// include operation with jquery .js ////////
/////////////////////////////////////////////////
$(function(){
$("#footer_js").load("/include/include.html");
});
