function checkCategory(iID, strCategory) { objElement = document.getElementById(iID) if (objElement) { objElement.href = 'results.asp?Category=' + strCategory; } } function checkSubcategory(iID, strCategory, strSubcategory) { objElement = document.getElementById(iID) if (objElement) { objElement.href = 'results.asp?Category=' + strCategory + '&Subcategory=' + strSubcategory; } } function checkBrand(iID, strBrand) { objElement = document.getElementById(iID) if (objElement) { objElement.href = 'results.asp?Brand=' + strBrand; } } checkCategory('40','T-Shirts'); checkCategory('35','On the Court B-Balls etc.'); checkCategory('39','L.A. Sparks Apparel'); checkCategory('46','Hats/Visors'); checkCategory('47','Shoes / Slides'); checkCategory('38','Flags & Pennants'); checkCategory('41','Accessories'); checkCategory('42','Clearance Bargains!'); checkCategory('68','Love & Basketball'); checkCategory('70','Collectibles'); checkCategory('74','WNBA'); checkCategory('72','Misc. Extra Shipping Services'); checkCategory('75','WNBA Jerseys: KIDS Sizes'); checkCategory('76','Lady Hoops - Sista Hoops - Hoop Diva'); checkBrand('65','A Big Fan'); checkBrand('55','Aminco'); checkBrand('64','ANTIGUA'); checkBrand('63','Champion'); checkBrand('52','For Bare Feet'); checkBrand('56','Hoop Diva'); checkBrand('49','Hunter'); checkBrand('62','Jones and Mitchell'); checkBrand('50','Lady Hoops'); checkBrand('57','Lakers'); checkBrand('53','Love & Basketball'); checkBrand('61','Photofile'); checkBrand('51','Reebok'); checkBrand('59','Rico Industries Inc.'); checkBrand('66','Sign Solutions'); checkBrand('60','Sista Hoops'); checkBrand('48','Spalding'); checkBrand('54','Sparks'); checkBrand('58','Adidas');