﻿

//$(document).ready(function() { if (document.URL.toLowerCase().match('chat.aspx') == null) { setInterval('OperatorOnline()', 4000); } });
        
       function openChat(sender) {
         if(sender.src.toLowerCase().match('online') == null)
         {
             //window.open('turfsport.redirectme.net/Chat.aspx', 'chat', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=550');
             window.open('http://demo.turfsport.co.za/TurfsportChat', 'chat', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=550');
         }
         else
         {
             //window.open('turfsport.redirectme.net/Chat.aspx.aspx', 'chat', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=450,height=550');
             window.open('http://demo.turfsport.co.za/TurfsportChat', 'chat', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=550');
         }
        //var win = window.open('Chat.aspx', 'chat', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=603,height=510');
        //win.focus();
        //win.opener = window;
        return false;
    }
    
    function goModal()
    {
      //modalDiv
      //divMsg
      try{
      var modalDiv = document.getElementById('modalDiv');
      
      document.getElementById('divMsg').display = '';
      }
      catch(err)
      {
        alert(err);
      }
    }
    
       //add cookie $(document).ready(function(){killDate = new Date(new Date().getFullYear(), new Date().getMonth()+1,new Date().getDay()); document.cookie = (Math.random())+'_visitorId = '+ killDate; alert(killDate.toUTCString());});
