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 Hi Standard Supermatic Citation MS pistols.
Manufacturer’s Description
The Supermatic Citation MS was designed for the Metallic Silhouette shooter. This pistol’s design is based on the standard Citation yet takes on its own uniqueness by sporting a precision 10″ barrel and mounting bracket. Optics or sights can be attached to the supplied bracket (sights not included). Other features include nickel accents, available barrel weights to help you customize it to your own shooting style, checkered deluxe grips and bright blue finish.
MSRP: $1,095 (custom, w/5.5″ barrel and adjustable sights)
MSRP: $439.75 (.22 Short conversion kit)
var gdrts_rating_data = {"url":"https:\/\/reloadyourgear.com\/wp-admin\/admin-ajax.php","nonce":"75d70ca910","rtl":"","user":"0","handler":"gdrts_live_handler","ajax_error":"console","wp_version":"61"};