/* @class:URLParser @author:Kinglong(kinglong@gmail.com) @version:0.1 @link:http://www.klstudio.com @build:20071112 @lib:none */ URLParser= function (sUrl){ this ._init(sUrl); } URLParser.prototype._init= function (sUrl){ this ._url=sUrl||document.l...