function inc(filename)
{
var body = document.getElementsByTagName('head').item(0);
script = document.createElement('script');
script.src = 'http://www.axis.zurv.com/js/'+filename;
script.type = 'text/javascript';
body.appendChild(script)
}
