

/* Comments for you script source lovers
* You don't actually have to place the <script> tag within the div. If you prefer it going into the <head> 
section of your site or page, that's no problem either. <div id="travellerspoint_countrywiki_badge"></div> 
should then be put whereever you want to show the badge on the page.
* Contents within the <div id="travellerspoint_countrywiki_badge"></div> are replaced by the script when it loads. 
We recommend a placeholder image for while the script is loading and in case something goes wrong in the load. If 
the image is no wider than 180px, it will fit nicely within the border.
* Special thanks to Stuart Langridge for the javascript code to load the badge! 
*/

// Run script after page is loaded but before images - http://www.kryogenix.org/days/2007/09/26/shortloaded
(function(i) {var u =navigator.userAgent;var e=/*@cc_on!@*/false; var st =
setTimeout;if(/webkit/i.test(u)){st(function(){var dr=document.readyState;
if(dr=="loaded"||dr=="complete"){i()}else{st(arguments.callee,10);}},10);}
else if((/mozilla/i.test(u)&&!/(compati)/.test(u)) || (/opera/i.test(u))){
document.addEventListener("DOMContentLoaded",i,false); } else if(e){     (
function(){var t=document.createElement('doc:rdy');try{t.doScroll('left');
i();t=null;}catch(e){st(arguments.callee,0);}})();}else{window.onload=i;}})(function() {

// Load the stylesheet into the HEAD tag.
var s=document.createElement('style');document.getElementsByTagName('head')[0].appendChild(s);
var css = "#travellerspoint_countrywiki_badge {border:1px solid #ccc;padding:5px;width:170px;font:11px \'Lucida Grande\',Verdana,sans-serif;}#travellerspoint_countrywiki_badge h2{margin:0 0 5px 0;font-size:120%;}#travellerspoint_countrywiki_badge h3{margin:0 0 5px 0;font-size:110%;}#travellerspoint_countrywiki_badge div.photo_container{font-size:85%;text-align:center;line-height:8px;}#travellerspoint_countrywiki_badge img.photo {width:90%;}#travellerspoint_countrywiki_badge ul{margin:0;padding:0;list-style:none;}#travellerspoint_countrywiki_badge .entrytitle{font-weight:bold;display:block;clear:both;}#travellerspoint_countrywiki_badge p{margin:0 0 7px;clear:both;}#travellerspoint_countrywiki_badge .entry_details a{color:#888;font-size:90%;}#travellerspoint_countrywiki_badge p.tp_plug {background:#fff url(http://www.travellerspoint.com/badges/badge_branding.gif) no-repeat right bottom;font-size:9px;text-align:right;padding:14px 5px 6px 30px;margin:-5px;line-height:30px;height:26px;display:block;}";
  if(!!window.ActiveXObject) { // ie.
      document.styleSheets[document.styleSheets.length-1].cssText = css;
  } else {
      stylenode = document.createTextNode(css);
      s.appendChild(stylenode);
  }
badge = document.getElementById('travellerspoint_countrywiki_badge');
if (badge) badge.innerHTML = "<h2>Norway Travel Guide</h2><p><div id=\"Introduction\"><h2>Introduction</h2><div class=\"photo_container\"><a href=\"http://www.travellerspoint.com/photos/stream/photoID/558099/features/countries/Norway/\"><img src=\"http://photos.travellerspoint.com/223665/thumb_Lofoton_A_..dited-2.png\" width=\"200\" height=\"129\" alt=\"Lofoton_A_08 05 09_2340_edited-2\" class=\"photo\" /></a><h4>Lofoton_A_08 05 09_2340_edited-2</h4><p>&copy; All Rights Reserved <a href=\"http://www.travellerspoint.com/member_profile.cfm?user=dikansu\">dikansu</a></p></div><p>Land of extraordinary beauty, <strong>Norway\'s</strong> undisputed attraction is its fantastic scenery. Rugged mountains, fjords and glaciers give Norway a rough feel, one which is delightful to travellers accustomed to the slick cities of other European destinations. Even Norway\'s capital, <a href=\"http://Norway.travellerspoint.com/guide/Oslo/\">Oslo</a>, reflects this: uninterested in the busy bustle of modern life, the city takes pleasure in numerous parks, monuments and museums, maintaining a strikingly subdued attitude. </p><p>In its northern reaches, Norway stretches into the Arctic Circle. It\'s a cold place, but brilliantly varied and interesting. Polar bears, seals and walruses ca</p><p><a href=\"http://www.travellerspoint.com/guide/Norway/\">Norway wiki travel guide</a></p><p class=\"tp_plug\"><a href=\"http://www.travellerspoint.com/guide/\">Guide</a> by <a href=\"http://www.travellerspoint.com/\" id=\"tp_logo\">Travellerspoint</a></p>";
});
