var MyLocation = top.location.pathname ;
var lastSlashPos = MyLocation.lastIndexOf("\/");
MyLocation = MyLocation.substr(0,lastSlashPos+1);
