﻿  //Set page name.
  //first, parse teams_prev:
  
    var string=window.location.href;
    var getit = new Array();
    
    if ( string.indexOf('/1/') == -1  )
    
    {
       var getit = string.split("constructioncommunicator.com/");
    }

    else
    
    {   
        var getit=string.split("/1/");
        
    }
    
   
    //Nav.pageon = getit[1];
    if ( getit[1] == "" || getit[1] == "index.html" )
    {
        Nav.pageon = 'index.html';
    }
    
    else
    {
        Nav.pageon = getit[1];
        
    }