home *** CD-ROM | disk | FTP | other *** search
- function isIn(domainName)
- {
- return isInUrlFront(domainName) || isInUrlFront("http://" + domainName) || isInUrlFront("http://www." + domainName) || isInUrlFront("www." + domainName);
- }
- function isInUrlFront(str)
- {
- var _loc1_ = _url;
- _loc1_.toLowerCase();
- str.toLowerCase();
- return _loc1_.indexOf(str) == 0;
- }
- this._visible = false;
- return undefined;
-