/*
  Check for access by our competitors or real viruses and refuse
  access or give them messages.
*/

if (TheirIP == '199.72.34.130') {
        var tp = 'Warning!\n\nYour computer is infected with the MICRO';
        tp = tp + ' KEY Virus!\n\nClick OK to remove it.';
        window.alert(tp);
}
