{source}<h2>Hello!
</h2>
<h3 class=”jl-margin-small-bottom”>We’re excited that you’re applying for a truck driver job with one of our clients, but it looks like you’ve landed in the wrong place.</h3>
<h3><span class=”jl-text-primary”>No problem! We’re here to help.</span>
</h3>
<p>
The URL entered was: <span id=”referrer” class=”jl-text-bold jl-text-primary”></span>. If you think you know the correct URL, you can try entering it again. Otherwise, just fill out this form and we’ll contact you ASAP to get you back on track.
</p>
<script type=”text/javascript”>
document.write(“<p>”);
var day = new Date();
var hr = day.getHours();
if ((hr >= 6) && (hr <= 17)) {
document.write(“If you’d like, you can also call us at 1-855-932-9323”);
}
document.write(“</p>”);
jQuery(document).ready(function() {if(typeof sessionStorage.url === ‘undefined’)
{
console.log(‘1’);
var url = typeof jQuery.url().param(‘from’) != ‘undefined’ ? jQuery.url().param(‘from’) : false;
if(url)
{
console.log(‘1a’);
jQuery(“#referrer”).html(url);
sessionStorage.url = url;
}
else
{
console.log(‘1b’);
jQuery(“#referrer”).html(“Not Found”);
}
}
else if (sessionStorage.url && sessionStorage.url !== ‘undefined’)
{
console.log(‘2’);
var url = sessionStorage.url;
jQuery(“#referrer”).html(url);
}
});
</script>{/source}
wrong URL
