﻿function staticLoadScript(url) {
  document.write('<script src="', url, '" type="text/javascript"><\/script>');
}
function staticLoadLink(url) {
  document.write('<link href="', url, '" type="text/css" rel="Stylesheet"><\/link>');
}
if (typeof eid123 == 'undefined') {
  var eid123 = 'loaded';
  if (typeof jQuery == 'undefined') { 
     staticLoadScript("http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js");
  }  
  staticLoadScript("http://www.newsstand.co.uk/Scripts/fancybox/jquery.fancybox-1.3.0.pack.js");
  staticLoadLink("http://www.newsstand.co.uk/Scripts/fancybox/jquery.fancybox-1.3.0.external-1.1.css");
}
staticLoadScript("http://www.newsstand.co.uk/Scripts/magazinecovers-1.1.ashx");
document.write('<!--[if IE 8]>	<style>	.nsMagCover table { margin-top:0px; } </style> <![endif]-->');

