if(/MSIE 6|7|8/.test(navigator.userAgent)){
    document.createElement('header');
    document.createElement('footer');
}
