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 manufacturer’s description and specs, the average user rating, and pricing info for the Navy Arms Bisley pistols.
Manufacturer’s Description
Introduced in 1894, Colt’s Bisley model was named after the Bisley shooting range in England. Originally designed as a target revolver, the Bisley became very popular with all shooters. Most of these single actions were sold in the United States and it was a popular sidearm in the American West at the turn of the Century.
Navy Arms’ replica features the unique Bisley grip style, low profile spur hammer, color case hardened frame, blued barrel and walnut grip. It’s available in 4.75″, 5.5″ and 7.5″ barrel lengths, and chambered in .44-40 or .45 LC.
MSRP: $532
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"4c1e67028f","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};