Skip to content
J.S. MONROE

J.S. MONROE

No Place To Hide – April 2023

  • HOME
  • BOOKS
    • No Place To Hide
    • The Man on Hackpen Hill
    • The Other You
    • Forget My Name
    • Find Me
  • J.S.MONROE
  • NEWS & REVIEWS
  • DEAD SPY RUNNING
  • VIDEOS
  • CONTACT

J.S.Monroe/Jon Stock is represented by
Will Francis at
Janklow & Nesbit (+44 207-243-2975;
rbalcombe@janklow.co.uk).
Emily Hayward-Whitlock at The Artists Partnership represents
TV and film rights
(+44 207 439 1456 Rhiannon@theartistspartnership.co.uk)

Photo by Nick Loggie on Unsplash
© JON STOCK 2022
jQuery(document).ready(function() { var scrollnow = function(e) { if (e) { e.preventDefault(); var target = this.hash; jQuery(e.target).blur(); jQuery(e.target).parents('.menu-item, .page_item').removeClass('focus'); } else { var target = location.hash; } target = target.length ? target : jQuery('[name=' + this.hash.slice(1) + ']'); if (target.length) { setTimeout(function() { var menuTop = 0, navigationOuterHeight; if (jQuery('body').hasClass('admin-bar')) { menuTop -= 32; } if (!jQuery('body').find('.navigation-top').length) { navigationOuterHeight = 0; } else { navigationOuterHeight = jQuery('body').find('.navigation-top').outerHeight(); } setTimeout(function() { jQuery(window).scrollTo(target, { duration: 600, offset: { top: menuTop - navigationOuterHeight } }); }, 100); }, 100); } }; setTimeout(function() { if (location.hash) { jQuery('html, body').scrollTop(0).show(); scrollnow(); } if (jQuery('a[href*="/"][href*=\\#]').length) { jQuery('a[href*="/"][href*=\\#]').each(function(){ if (this.pathname.replace(/^\//,'') == location.pathname.replace(/^\//,'') && this.hostname == location.hostname) { if (this.search == location.search) { jQuery(this).attr("href", this.hash); } } }); jQuery('a[href^=\\#]:not([href=\\#])').click(scrollnow); } }, 1); });