function AddToFavorites() { window.external.AddFavorite('http://www.easy-baggage.co.uk/','Easy Baggage'); } function QueryString(strParameter) { var intBegin,intEnd; if(self.location.search.length>1) objString=self.location.search; else if(self.location.hash.length>1) objString=self.location.hash; else return(''); intBegin=objString.indexOf(strParameter) + strParameter.length+1; intEnd=objString.indexOf('&',intBegin); if(intEnd==(-1)) intEnd=objString.length; return(objString.substring(intBegin,intEnd)); }