
$(function() {
var pathname = window.location.pathname;
//	alert(pathname );
	// THE PAGE PATH - SMALL LETTERS AND RELATIVE
    if(pathname.toLowerCase()== "/english/pages/businessass.aspx" )
            {
				// THE REQUIRED breadcrump
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Contact Us > Useful Contacts</span>");           
            }
     else if(pathname.toLowerCase()== "/english/pages/tradeagreements.aspx" )
            {
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Why invest in Egypt > Trade Agreements</span>");           
            }           
     else if(pathname.toLowerCase()== "/english/pages/factsaboutdoingbusiness.aspx" )
            {
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Doing Business > Business Facts</span>");           
            }
 	else if(pathname.toLowerCase()== "/english/pages/lawsregulationsdispute.aspx" )
            {
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Doing Business > Laws & Regulations</span>");           
            }
    else if(pathname.toLowerCase()== "/lawslibrary/forms/en_allitems.aspx" )
            {
            var t = $("div.maintitleInner").text();
            //alert(t);
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Doing Business > Laws & Regulations > " + t + "</span>");           
            }            
     else if(pathname.toLowerCase()== "/english/pages/licensingpermitting.aspx" )
            {         
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Doing Business > Licensing & Permitting </span>");           
            }         
     else if(pathname.toLowerCase()== "/english/pages/othergovernmentagenciesthatcanhelpyouinvestinegypt.aspx" )
            {         
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > Contact Us > Other Government Agencies</span>");           
            }
            
      else if(pathname.toLowerCase()== "/english/pages/onestopshop.aspx" )
            {         
            $("#SitePath").html("<span class='navpath'><a href='/Pages/VariationRoot.aspx'>Home</a> > One Stop Shop </span>");           
            }
 



   

   
});
//
//maintitleInner
