function include(src) {
    document.write('<script language="JavaScript" type="text/javascript" charset="windows-1251" src="'
    + src + '"></scr' + 'ipt>');
}
include('http://'+window.location.hostname+'/scripts/core.min.js');
include('http://'+window.location.hostname+'/scripts/more.min.js');
include('http://'+window.location.hostname+'/scripts/canvas.js');
if(document.all && document.querySelector && !document.getElementsByClassName){
    include('http://'+window.location.hostname+'/scripts/excanvas.js');
}
include('http://'+window.location.hostname+'/scripts/binary.js');
include('http://'+window.location.hostname+'/scripts/pure.min.js');
include('http://'+window.location.hostname+'/scripts/xox.js');
