www.titan.fitness
Open in
urlscan Pro
104.18.145.29
Public Scan
Submitted URL: http://trk.titan.fitness/ls/click?upn=zxIspi-2BawBH8CqPeBAj5ZhnSfM5N1yhgIM10rAn1r65JJ7evYDrjpyoyMcqpGTsz3mNv-2F7m99Zz3RZz...
Effective URL: https://www.titan.fitness/strength/weight-plates/bumper-plates/45-lb-single-economy-bumper-plate/430343.html?utm_source=Kl...
Submission: On October 06 via api from US — Scanned from DE
Effective URL: https://www.titan.fitness/strength/weight-plates/bumper-plates/45-lb-single-economy-bumper-plate/430343.html?utm_source=Kl...
Submission: On October 06 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMName: simpleSearch — GET /search
<form role="search" action="/search" method="get" name="simpleSearch">
<input class="form-control search-field" type="text" name="q" id="searchResults" value="" placeholder="What are you looking for?" role="combobox" aria-describedby="search-assistive-text" aria-haspopup="listbox" aria-owns="search-results"
aria-expanded="false" aria-autocomplete="list" aria-activedescendant="searchSuggestionbox" aria-controls="searchResults" aria-label="Enter Keyword or Item No." autocomplete="off">
<div class="search-suggestionbox" id="searchSuggestionbox" aria-activedescendant="searchSuggestionbox">
<div class="row recommended-wrap">
<div class="rightSection col-md-6">
<div class="content-asset"><!-- dwMarker="content" dwContentID="bf52049b953030384f27089148" -->
<div class="sub-title">Popular Searches</div>
<div class="items">
<div class="name"><a class="trending-keyword" data-keyword="Power Racks" href="#">Power Racks</a></div>
</div>
<div class="items">
<div class="name"><a class="trending-keyword" data-keyword="Titan Series" href="#">Titan Series</a></div>
</div>
<div class="items">
<div class="name"><a class="trending-keyword" data-keyword="Kettlebell" href="#">Kettlebell</a></div>
</div>
<div class="items">
<div class="name"><a class="trending-keyword" data-keyword="Specialty Machines" href="#">Specialty Machines</a></div>
</div>
<div class="items">
<div class="name"><a class="trending-keyword" data-keyword="Weight Plates" href="#">Weight Plates</a></div>
</div>
</div> <!-- End content-asset -->
</div>
<div class="leftSection col-md-6">
<!-- =============== This snippet of JavaScript handles fetching the dynamic recommendations from the remote recommendations server
and then makes a call to render the configured template with the returned recommended products: ================= -->
<script>
(function() {
// window.CQuotient is provided on the page by the Analytics code:
var cq = window.CQuotient;
if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) {
var recommender = '[["All-Products"]]';
// removing any leading/trailing square brackets and escaped quotes:
recommender = recommender.replace(/\[|\]|"/g, '');
var separator = '|||';
var slotConfigurationUUID = 'bea31d40b55701e6c1fdba344e';
var contextAUID = '';
var contextSecondaryAUID = '';
var contextAltAUID = '';
var contextType = '';
var anchorsArray = [];
var contextAUIDs = contextAUID.split(separator);
var contextSecondaryAUIDs = contextSecondaryAUID.split(separator);
var contextAltAUIDs = contextAltAUID.split(separator);
var contextTypes = contextType.split(separator);
var slotName = 'search-recommendations';
var slotConfigId = 'search_recommendations';
var slotConfigTemplate = 'slots/recommendation/searchProductsSuggestions.isml';
if (contextAUIDs.length == contextSecondaryAUIDs.length) {
for (i = 0; i < contextAUIDs.length; i++) {
anchorsArray.push({
id: contextAUIDs[i],
sku: contextSecondaryAUIDs[i],
type: contextTypes[i],
alt_id: contextAltAUIDs[i]
});
}
} else {
anchorsArray = [{
id: contextAUID,
sku: contextSecondaryAUID,
type: contextType,
alt_id: contextAltAUID
}];
}
var urlToCall = '/on/demandware.store/Sites-TitanFitness-Site/default/CQRecomm-Start';
var params = {
userId: cq.getCQUserId(),
cookieId: cq.getCQCookieId(),
emailId: cq.getCQHashedEmail(),
loginId: cq.getCQHashedLogin(),
anchors: anchorsArray,
slotId: slotName,
slotConfigId: slotConfigId,
slotConfigTemplate: slotConfigTemplate,
ccver: '1.03'
};
if (cq.getRecs) {
cq.getRecs(cq.clientId, recommender, params, cb);
} else {
cq.widgets = cq.widgets || [];
cq.widgets.push({
recommenderName: recommender,
parameters: params,
callback: cb
});
}
};
function cb(parsed) {
var arr = parsed[recommender].recs;
if (arr && 0 < arr.length) {
var filteredProductIds = '';
for (i = 0; i < arr.length; i++) {
filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&';
}
filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1); //to remove the trailing '&'
var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds;
var request = new XMLHttpRequest();
request.open('POST', urlToCall, true);
request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
request.onreadystatechange = function() {
if (this.readyState === 4) {
// Got the product data from DW, showing the products now by changing the inner HTML of the DIV:
var divId = 'cq_recomm_slot-' + slotConfigurationUUID;
document.getElementById(divId).innerHTML = this.responseText;
//find and evaluate scripts in response:
var scripts = document.getElementById(divId).getElementsByTagName('script');
if (null != scripts) {
for (var i = 0; i < scripts.length; i++) { //not combining script snippets on purpose
var srcScript = document.createElement('script');
srcScript.text = scripts[i].innerHTML;
srcScript.asynch = scripts[i].asynch;
srcScript.defer = scripts[i].defer;
srcScript.type = scripts[i].type;
srcScript.charset = scripts[i].charset;
document.head.appendChild(srcScript);
document.head.removeChild(srcScript);
}
}
}
};
request.send(formData);
request = null;
}
};
})();
</script>
<!-- The DIV tag id below is unique on purpose in case there are multiple recommendation slots on the same .isml page: -->
<div id="cq_recomm_slot-bea31d40b55701e6c1fdba344e">
<style>
#cmsg {
animation: A 1.5s;
}
@keyframes A {
0% {
opacity: 0;
}
99% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
<p id="cmsg">Please enable JS and disable any ad blocker</p>
<script data-cfasync="false">
var dd = {
'rt': 'c',
'sfcc': true,
'cid': 'AHrlqAAAAAMA4rQQPgFNysAAVBOvpQ==',
'hsh': '1A66077FC2A9CB4D35582705D15696',
't': 'fe',
'r': 'b',
's': 38386,
'e': '31e84a06392b7c4bd3c525ca1944f3fa520b48cfb2d8a635aa9e2c7508d1c306',
'host': 'geo.captcha-delivery.com',
'requestUrl': '/on/demandware.store/Sites-TitanFitness-Site/default/CQRecomm-Start'
}
</script>
<script data-cfasync="false" src="https://ct.captcha-delivery.com/c2.js"></script>
</div>
<!-- ====================== snippet ends here ======================== -->
</div>
</div>
</div>
<button type="reset" name="reset-button" class="fas fa-times reset-button d-none" aria-label="Clear search keywords"></button>
<button type="submit" name="search-button" class="icon-search" aria-label="Submit search keywords"></button>
<div class="suggestions-wrapper" data-url="/on/demandware.store/Sites-TitanFitness-Site/default/SearchServices-GetSuggestions?q="></div>
<input type="hidden" value="default" name="lang">
</form>
<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-RmtkEW" novalidate="" tabindex="-1"
style="display: flex; flex-direction: row; box-sizing: border-box; width: 100%; overflow: visible; border-radius: 2px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgba(255, 255, 255, 0); background-repeat: no-repeat; background-position-y: 50%; padding: 10px 5px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 0px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_61921402" class="needsclick go477533755 kl-private-reset-css-Xuajs1" type="email"
autocomplete="email" name="email" tabindex="0" placeholder="Email Address" aria-label="Email Address" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 40px; text-align: left; color: rgb(0, 0, 0); font-family: neue-haas-grotesk-display, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(255, 255, 255);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px; position: relative; flex: 0 1 auto; margin: 0px 0px 0px auto;">
<button class="needsclick go54166860 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(255, 255, 255); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 2px; color: rgb(0, 0, 0); font-family: neue-haas-grotesk-display, Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0px; line-height: 1; white-space: normal; padding: 0px 10px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 40px;">➔</button>
</div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
Text Content
Skip to content * FREE Shipping On All Orders * Order By 11am CT, Most Items Ship Same Day* * Buy Now, Pay Later Titan Fitness Popular Searches Power Racks Titan Series Kettlebell Specialty Machines Weight Plates Please enable JS and disable any ad blocker Back * Racks * Shop All Racks * Power Racks * Rack Accessories * Squat Stands * Space Saving Racks * T-2 Series Our most budget-friendly option. Perfect for home gym beginners. * T-2 Power Racks * T-2 Rack Accessories Shop All t-2 series * T-3 Series A step up from T-2. Larger 2”x3” uprights, thicker 11-gauge steel and more options. * T-3 Power Racks * T-3 Squat Stands * T-3 Space Saving Racks * T-3 Rack Accessories Shop All t-3 series * X-3 Series All the features of T-3, but with larger 3” x 3” uprights and 11-gauge steel. * X-3 Power Racks * X-3 Squat Stands * X-3 Space Saving Racks * X-3 Rack Accessories Shop All X-3 series * TITAN Series All the features of X-3 plus numbered uprights with color options. * TITAN Series Power Racks * TITAN Series Rack Accessories Shop All TITAN series ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now * Benches * Shop All Benches All Benches * Flat Benches Flat Benches * Adjustable Benches Adjustable Benches * Specialty Benches Specialty Benches ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now * Bars & Weights * Shop All Barbells Barbells * Olympic Barbells * Specialty Barbells * Fixed Weight Barbells * Barbell Accessories * Shop All Weight Plates Weight Plates * Bumper Plates * Cast Iron Plates * Specialty Weight Plates * Shop All Dumbbells Dumbbells * Rubber Hex Dumbbells * Urethane Dumbbells * Adjustable Dumbbells * Dumbbell Storage * Shop All Kettlebells Kettlebells * Cast Iron Kettlebells * Competition Kettlebells * Adjustable Kettlebells * Shop All Weight Balls Weight Balls * Wall Balls * Slam Balls * Medicine Balls * Dual Grip Balls * Shop All Functional Weights Functional Weights * Heavy Hammers * Steel Clubs ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now * Specialty Machines * Functional Trainers Functional Trainers * Upper Body Machines Upper Body Machines * Lower Body Machines Lower Body Machines * Stack Weight Machines Stack Weight Machines * Plate-Loaded Machines Plate-Loaded Machines ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now * More Equipment * Shop All Cardio Cardio * Titan Fitness® Fan Bike * Sleds * Sand Bags * Weight Vests * Ropes * Aerobics * Boxing Equipment * Shop All Plyo Boxes Plyo Boxes * Wooden Plyo Boxes * Steel Plyo Boxes * Foam Plyo Boxes * Shop All Carry Carry * Yokes * Farmers Walk * Slamballs * Other Carry * Shop All Gym Accessories Gym Accessories * Pull Up Bars * Deadlift Platforms * Landmines * Gym Flooring * Gym Timers * Belts * Gear and Apparel Gear and Apparel ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now * Storage * Shop All Free Standing Storage Free Standing Storage * Barbells, Kettlebells & Dumbbell Storage * Mass Storage System * Weight Plate Storage * Shop All Mount Storage Mount Storage * Rack Mounted Barbell Holders * Rack Mounted Weight Holders * Wall Mounted Storage * Shop All Standing Desk Standing Desks * Adjustable Frames * Combo & Accessories * Desktop ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now * New * Sale Log in Or Create Account Search 0 ⚡ FLASH DEAL - $125 Off Plate Loaded Deltoid And Shoulder Press Machine Shop Now Remove Product? × Are you sure you want to remove the following product from the cart? Cancel Yes 1. strength 2. weight plates 3. bumper plates (6 Reviews) 45 LB Single Economy Bumper Plate Current price: $7999 $79.99 4 interest free payments of $20.00** + Show More - Show Less 1. strength 2. weight plates 3. bumper plates (6 Reviews) 45 LB SINGLE ECONOMY BUMPER PLATE Current price: $7999 $79.99 4 interest free payments of $20.00** THE BLACK ECONOMY BUMPER PLATES ARE SOLD INDIVIDUALLY, IN PAIRS, OR AS A SET WITH A LOW BOUNCE RATE AND RAISED PLATE LIP, MAKING PICKING UP THE PLATES EASIER. SKU: 430343 availability: In Stock View Product Manual Current price: $7999 $79.99 1 2 3 4 5 6 7 8 9 10 Add to Cart Current price: $7999 $79.99 Add to Cart Select Options * Free Shipping on All Items Most orders placed by 1pm CT ship same day * 1-Year Warranty Included Extended coverage available with Mulberry * Buy Now, Pay Later Flexible payment options available with Bread Pay™ 45 LB Single Economy Bumper Plate * Overview * Specs * Details * Reviews Current price: $7999 $79.99 Current price: $7999 $79.99 Add to Cart Select Options PRODUCT OVERVIEW Unleash your inner TITAN with the Economy Rubber Bumper Plates made for the highest level of performance while remaining durable for the most challenging gym sessions. These bumper plates are designed with a low bounce rate for more control over the barbell when it hits the ground. Crafted from high-quality, solid rubber with a 50.6mm weighted steel-lined collar that reinforces the plates for training that involves dropping plates from overhead or shoulder height. Each plate features a black finish with raised TITAN branding, LB weight indications, and a raised plate lip. Max out your next PR at home with these multi-purpose plates. + Show More - Show Less SPECIFICATIONS Overall Diameter 450mm / 17.75-in. Overall Width 74mm / 2.91-in. Collar Opening 50mm +/- 0.2mm Color Black Material Rubber with Steel Insert Tolerance +/- 3% Product Weight 45 lb. Quantity 1 DETAILS - Ideal for training that involves dropping plates from overhead or shoulder height - Low bounce rate for more control over the barbell when it hits the ground - Weighted steel collar reinforces the plates for high rep use - Weighted steel collar sized to fit standard Olympic barbells - Durable, solid rubber coating - Sold as a single plate View Product Manual ADDITIONAL INFO WARNING: Cancer and Reproductive Harm - www.P65Warnings.ca.gov DISCLAIMER This equipment must be used with care by capable and competent individuals under supervision, if necessary. The use of any equipment, including this one, involves the potential risk of injury. You accept and assume full responsibility for any and all injuries, damages (both economic and non-economic), and losses of any type, which may occur, and you fully and forever release and discharge Titan, its insurers, employees, officers, directors, associates, and agents from any and all claims, demands, damages, rights of action, or causes of action, present or future, whether the same be known or unknown, anticipated, or unanticipated, resulting from or arising out of the use of said equipment. TITAN MAKES NO WARRANTY WHATSOEVER WITH RESPECT TO THE EQUIPMENT, INCLUDING ANY WARRANTY OF MERCHANTABILITY OR WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE, WHETHER EXPRESS OR IMPLIED BY LAW, COURSE OF DEALING, COURSE OF PERFORMANCE, USAGE OF TRADE OR OTHERWISE. BUYER ASSUMES ALL LIABILITY IN USE OF THE EQUIPMENT. Please enable JS and disable any ad blocker REVIEWS & QUESTIONS 4.2 Based on 6 reviews Sort Clear Filters Order By Newest First Oldest First Most Popular Highest Rating Reviews With Any Media Images Videos Breakdown 4 1 0 0 0 Search: Product Reviews Questions Verified Customer Brian T Valley,United States I recommend this product As advertised Titan Fitness 45 Lb Single Economy Bumper Plate, Weight Plates, Bumper Plates They seem to weigh 45lbs Was this review helpful? Yes Report Share Twitter Facebook Email 9 days ago Verified Customer Aaron B Hempstead,United States I recommend this product Location: East meadow NY Gender: Male Looks good Titan Fitness 45 Lb Single Economy Bumper Plate, Weight Plates, Bumper Plates Durable and looks good in my new gym 1 person found this review helpful. Was this review helpful? Yes Report Share Twitter Facebook Email 5 months ago Verified Customer Clinton N I recommend this product Gender: Male Shipped quick! Titan Fitness 45 Lb Single Economy Bumper Plate, Weight Plates, Bumper Plates Super fast shipping! Thanks. 1 person found this review helpful. Was this review helpful? Yes Report Share Twitter Facebook Email 7 months ago Verified Customer Mike M O'Fallon,United States I recommend this product Location: St Charles MO Gender: Male 45 lb bumper plates Titan Fitness 45 Lb Single Economy Bumper Plate, Weight Plates, Bumper Plates Muscles big Me like big muscles 😝😝😝 2 people found this review helpful. Was this review helpful? Yes Report Share Twitter Facebook Email 8 months ago Verified Customer Travis K Plano,United States Great so far. Just a... 45 LB Single Economy Bumper Plate - STRENGTH - WEIGHT PLATES - BUMPER PLATES - Titan Fitness Great so far. Just a FYI when you first get them they are covered in oil/grease 1 person found this review helpful. Was this review helpful? Yes Report Share Twitter Facebook Email 6 months ago Customer Support If you need some support, we’re happy to help. Call To place a new order or for assistance with an existing order call 888-410-1503. Mon-Fri: 7am - 6pm CT Sat-Sun: Closed Live Chat Have questions or need help? Chat with us using the icon in the bottom right. Mon-Fri: 8am-4:30pm CT Sat-Sun: Closed Email You can also email us for customer service or product support. Most emails are answered within 1 business day, but can take up to 3 business days. If you need to file a warranty claim, please submit your information here. Sign Me Up Be first to know about new products, deals and giveaways. ➔ Our Company * About Titan * Careers * Affiliate Program * Financing Customer Service * Contact Us * Track Order * Warranty * Return Policy * Shipping Policy Learn More * Blog * YouTube Channel Account * Sign In * Create an Account US Terms Of UsePrivacy NoticeSite Map © 2023 Titan Brands. All Rights Reserved. × 1/ close the image dialog * go to the previous image * go to the next image 1/ close the image dialog * * * * * * * * * * * go to the previous image * go to the next image * go to * go to * go to * go to * go to * go to * go to * go to * go to * go to Maximize Survey Close Survey Minimize Survey Afghanistan Åland Albania Algeria American Samoa Andorra Angola Anguilla Antarctica Antigua and Barbuda Argentina Armenia Aruba Australia Austria Azerbaijan Bahamas Bahrain Bangladesh Barbados Belarus Belgium Belize Benin Bermuda Bhutan Bolivia Bonaire, Sint Eustatius and Saba Bosnia and Herzegovina Botswana Bouvet Island Brazil British Indian Ocean Territory British Virgin Islands Brunei Bulgaria Burkina Faso Burundi Cambodia Cameroon Canada Cape Verde Cayman Islands Central African Republic Chad Chile China Christmas Island Cocos (Keeling) Islands Colombia Comoros Congo Congo (Democratic Republic) Cook Islands Costa Rica Croatia Cuba Curaçao Cyprus Czechia Denmark Djibouti Dominica Dominican Republic East Timor Ecuador Egypt El Salvador Equatorial Guinea Eritrea Estonia Eswatini Ethiopia Falkland Islands Faroe Islands Fiji Finland France French Guiana French Polynesia French Southern Territories Gabon Gambia Georgia Germany Ghana Gibraltar Greece Greenland Grenada Guadeloupe Guam Guatemala Guernsey Guinea Guinea-Bissau Guyana Haiti Heard Island and McDonald Islands Honduras Hong Kong Hungary Iceland India Indonesia Iran Iraq Ireland Isle of Man Israel Italy Ivory Coast Jamaica Japan Jersey Jordan Kazakhstan Kenya Kiribati Korea (North) Korea (South) Kuwait Kyrgyzstan Laos Latvia Lebanon Lesotho Liberia Libya Liechtenstein Lithuania Luxembourg Macao Madagascar Malawi Malaysia Maldives Mali Malta Marshall Islands Martinique Mauritania Mauritius Mayotte Mexico Micronesia Moldova Monaco Mongolia Montenegro Montserrat Morocco Mozambique Myanmar Namibia Nauru Nepal Netherlands New Caledonia New Zealand Nicaragua Niger Nigeria Niue Norfolk Island North Macedonia Northern Mariana Islands Norway Oman Pakistan Palau Palestine Panama Papua New Guinea Paraguay Peru Philippines Pitcairn Poland Portugal Puerto Rico Qatar Réunion Romania Russia Rwanda Saint Martin (French) Samoa San Marino Sao Tome and Principe Saudi Arabia Senegal Serbia Seychelles Sierra Leone Singapore Sint Maarten (Dutch) Slovakia Slovenia Solomon Islands Somalia South Africa South Georgia and the South Sandwich Islands South Sudan Spain Sri Lanka St Barthélemy St Helena, Ascension and Tristan da Cunha St Kitts and Nevis St Lucia St Pierre and Miquelon St Vincent Sudan Suriname Svalbard and Jan Mayen Sweden Switzerland Syria Taiwan Tajikistan Tanzania Thailand Togo Tokelau Tonga Trinidad and Tobago Tunisia Turkey Turkmenistan Turks and Caicos Islands Tuvalu Uganda Ukraine United Arab Emirates United Kingdom United States United States Minor Outlying Islands United States Virgin Islands Uruguay Uzbekistan Vanuatu Vatican City Venezuela Vietnam Wallis and Futuna Western Sahara Yemen Zambia Zimbabwe