﻿$(function() {
    $("#divHeaderEN").load("./top_en.html");
    $("#divFooterEN").load("./copyright_en.html");

    $("#divHeaderTW").load("./top_tw.html");
    $("#divFooterTW").load("./copyright_tw.html");
});
