document.write(
  ' <!-- Javascript at the bottom for fast page loading -->'
  + ' <!-- Grab Google CDN''s jQuery. fall back to local if necessary -->'
  + ' <script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>'
  + ' <script>!window.jQuery && document.write(unescape(''%3Cscript src="js/libs/jquery-1.4.2.js"%3E%3C/script%3E''))</script>'
  + ' <!-- scripts concatenated and minified via ant build script-->'
  + ' <script src="js/plugins.js"></script>'
  + ' <script src="js/script.js"></script>'
  + ' <!-- end concatenated and minified scripts-->'
  + ' <!--[if lt IE 7 ]>'
  + '  <script src="js/libs/dd_belatedpng.js"></script>'
  + '  <script> DD_belatedPNG.fix(''img, .png_bg''); //fix any <img> or .png_bg background-images </script>'
  + ' <![endif]-->'
  + ' <!-- yui profiler and profileviewer - remove for production -->'
  + ' <script src="js/profiling/yahoo-profiling.min.js"></script>'
  + ' <script src="js/profiling/config.js"></script>'
  + ' <!-- end profiling code -->'
  + ' <!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet '
  + '     change the UA-XXXXX-X to be your site''s ID -->'
  + ' <script>'
  + ' var _gaq = [[''_setAccount'', ''UA-XXXXX-X''], [''_trackPageview'']];'
  + ' (function(d, t) {'
  + '  var g = d.createElement(t),'
  + '      s = d.getElementsByTagName(t)[0];'
  + '  g.async = true;'
  + '  g.src = (''https:'' == location.protocol ? ''https://ssl'' : ''http://www'') + ''.google-analytics.com/ga.js'';'
  + '  s.parentNode.insertBefore(g, s);'
  + ' })(document, ''script'');'
  + ' </script>'
);  
