
try{
    if (/\/content\/help$/.test(document.location.toString())) lpUnit = 'Ukservice';
    if (/\/content\/myinsight$/.test(document.location.toString())) lpUnit = 'Ukmyinsight';
    if (/C\=109/.test(document.location.search) || /C\=102\&S\=300149/.test(document.location.search)) lpUnit = 'Uktech';
    if (logged_in)
    {
        if (/\/apps\/myinsight\/user\.admin\.php$/.test(document.location.toString()) || /\/apps\/myinsight\/add_prod_groups\.php$/.test(document.location.toString()) || /\/apps\/myinsight\/approval_index\.php$/.test(document.location.toString()))
        {
            lpUnit = 'Ukmyinsight';
        }
    }
}catch(e){}

