// JavaScript Document

$(document).ready(function(){
// others
$("#topmenu").load("menu.html");
});
