

/* Get Path */

var href = document.location.href;

var filename = window.location.pathname;

var string  = href.split( "/" );

var path = "";

for (var i=3; i<( string.length-1 ); i++ ){

  if(string[i] != filename){

    path += "/"+string[i];

  }

}

var filePath = path;

/* Get Filename */

var fileName = window.location.pathname;

 

/* Make sure to replace any values in square brackets [] below with actual data */

          s.prop1=fileName;    /* ie  "/manage-it/hosting-detail.jsp"  */

          s.channel="net.aboutnetsol"

            s.pfxID="ans"

            s.prop4="netsol_aboutnetsol"     /* ie  "/manage-it"  */

 

var s_code=s.t();if(s_code)document.write(s_code)