$(function(){
$("#header").load("common/header.html");
$("#side_menu_index").load("common/side_menu_index.html");
$("#footer_index").load("common/footer_index.html");
//
$("#header_news").load("../common/header_news.html");
$("#side_menu").load("../common/side_menu.html");
$("#footer").load("../common/footer.html");
//
$("#header_beginner").load("../common/header_beginner.html");
//
$("#header_services").load("../common/header_services.html");
//
$("#header_services_mt4").load("common/header_services_mt4.html");
//
$("#header_seminar").load("../common/header_seminar.html");
//
$("#header_odl").load("../common/header_odl.html");
//
$("#header_market").load("../common/header_market.html");
//
$("#header_ts2").load("../common/header_ts2.html");
//
$("#header_ts2_price").load("../../common/header_ts2_.html");
$("#header_ts2_order").load("../../common/header_ts2_.html");
$("#footer_ts2").load("../../common/footer_ts2.html");
$("#side_menu_ts2").load("../../common/side_menu_ts2.html");
//
$("#header_mt4").load("../common/header_mt4.html");
$("#side_menu_mt4").load("../common/side_menu_mt4.html");
//
$("#header_lp").load("../lp/header_lp.html");
$("#header_ad").load("common/header_lp.html");

//
$("#header_form_seminar").load("../common/header_form_seminar.html");
//
$("#header_form_campaign").load("../common/header_form_campaign.html");
//
$("#header_form_market").load("../common/header_form_market.html");
//
$("#header_form_services").load("../common/header_form_services.html");
//
});