in reply to Having problems getting a single page

I am sorry, I have tried looking at the aforementioned pages, and I am not making any head way, it is likely my own ignorance. Are you saying that I am not setting the header correctly with the User Agent so am I a not getting the page? i.e. this javascript on the page:
<script>(function() {var scriptTag = document.createElement('script'); + scriptTag.type = 'text/javascript';scriptTag.async = true; scriptTag.src = '//cdn.optimizely.com/js/204774041.js'; var head = document.getElementsByTagName('head')[0]; head.parentNode.insertBefore(scriptTag, head); })();function optimizelyTimeout() { window.optimizely = window.optimizely|| []; if(!window.optimizely.data) { window.optimizely.push("timeout"); } } setTimeout(optimizelyTimeout, 1000); </script>
Sorry for the stupid questions, hoping that if I can get a nudge in the right direction, perhaps a bit more than just search for the right term and you will get the answers. Maybe if you could help show me the right ideas that I should be searching for. Thank you in advance.