/* other scripts start here */
function inc(filename)
{
    var body = document.getElementsByTagName('body').item(0);
    script = document.createElement('script');
    script.src = filename;
    script.type = 'text/javascript';
    body.appendChild(script);
}

inc(('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.lot.com/scripts/SpeedTrapInsert.js');
/* other scripts end here */

/*google analitycs configuration*/
/* inc(('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.lot.com/scripts/ga_config.js'); */
