document.addEventListener('DOMContentLoaded', () => {
/** init gtm after 3500 seconds - this could be adjusted */
setTimeout(initGTM, 3500);
});
document.addEventListener('scroll', initGTMOnEvent);
document.addEventListener('mousemove', initGTMOnEvent);
document.addEventListener('touchstart', initGTMOnEvent);
function initGTMOnEvent(event) {
initGTM();
event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered
}
function initGTM() {
if (window.gtmDidInit) {
return false;
}
window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once.
const script = document.createElement('script');
script.type = 'text/javascript';
script.async = true;
script.onload = () => {
dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 });
}; // this part ensures PageViews is always tracked
script.src = 'https://www.googletagmanager.com/gtm.js?id=UA-55393356-6';
document.head.appendChild(script);
}
Summary: The description, specs, photos, pricing and user ratings of STI’s HOST DS pistols.
Manufacturer’s Description
STI‘s HOST DS is a double-stack 1911-style pistol built on a steel frame with a steel slide, and chambered in 9mm, .45 ACP or 10mm. STI calls it the HOST because it can “host” a suppressor via a threaded bushing barrel and a small classic cut; an optic and/or light via an under-barrel picatinny rail; and an optic via a pre-tapped slide.
Other features include:
Either a a 4.15″ or 5″ barrel, both with a thread protector;
a 4.5-lb. trigger pull;
an ambidextrous thumb safety;
The HOST DS with the 5″ barrel.
tall, fixed, tritium, suppressor sights;
black tree bark-style stippled grips;
a Dawson Precision tool-less guide rod;
a tactical magwell;
a black diamond-like-carbon (DLC) finish; and
a 126mm magazine and a 140mm magazine.
Note: STI offers the HOST DS in 10mm only with the 5″ barrel.
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"5dcd7aaace","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};