﻿// JavaScript Document
if (document.referrer && document.referrer.match("^.*(itlcorp.com).*$")) { }
else {

    if (navigator.userAgent.match("Nokia"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("MOT-"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Panasonic"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("SAMSUNG-SGH-"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Sharp"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("SIE-"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("SonyEricsson"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("NEC-"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Siemens"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("LG"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Sony"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Verizon"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Cingular"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Sprint"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("AT&T"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Nextel"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Palm"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Handspring"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("HP"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Tungsten"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Treo"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("T-Mobile"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Pocket PC"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Dell"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Compaq"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Erikson"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Orange"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Casio"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Symbol"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Symbian"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("NEC"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Toshiba"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("LG"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Blackberry"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Motorola"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Samsung"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("HTC"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("iPhone"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Opera Mini"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("Opera Mobile"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("windowsmobile"))
        window.location.href = "http://m.itlcorp.com/";
    else if (navigator.userAgent.match("opera mobi"))
        window.location.href = "http://m.itlcorp.com/";
}