

/* 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_memberphotos_badge"></div> 
should then be put whereever you want to show the badge on the page.
* Contents within the <div id="travellerspoint_memberphotos_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 and no taller than 233px, 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_memberphotos_badge {border:1px solid #ccc;padding:5px;width:170px;font:11px \'Lucida Grande\',Verdana,sans-serif;}#travellerspoint_memberphotos_badge p{margin:0 0 7px;padding:0;}#travellerspoint_memberphotos_badge .member_thumbs {padding:3px;background-color:#fff;border:1px solid #ddd;-moz-border-radius:3px;margin:0 1px 2px;}#travellerspoint_memberphotos_badge p.link_for_more{background:url(http://www.travellerspoint.com/img/button_for_more.gif) no-repeat left bottom;line-height:16px;padding:0 0 0 20px;font-weight:bold;}#travellerspoint_memberphotos_badge .tp_plug {font-size:90%;line-height:30px;text-align:right;margin:0;}#travellerspoint_memberphotos_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_memberphotos_badge');
if (badge) badge.innerHTML = "\r\n\r\n\r\n\t\r\n\t<div id=\"member_photos\">\r\n\t\r\n        \r\n\t\t\r\n\t\t\n  \n  \n  \n  \n  \n  \n  \r\n\t\t<p><a href=\"http://www.travellerspoint.com/photos/stream/photoID/649203/users/Sam%20I%20Am/\" rel=\"nofollow\"><img src=\"http://photos.travellerspoint.com/4/square_IMG_0055.jpg\" alt=\"St. Paul&#39;s\" width=\"75\" height=\"75\" class=\"member_thumbs\" /></a><a href=\"http://www.travellerspoint.com/photos/stream/photoID/649202/users/Sam%20I%20Am/\" rel=\"nofollow\"><img src=\"http://photos.travellerspoint.com/4/square_IMG_0054.jpg\" alt=\"TP gang\" width=\"75\" height=\"75\" class=\"member_thumbs\" /></a><a href=\"http://www.travellerspoint.com/photos/stream/photoID/649201/users/Sam%20I%20Am/\" rel=\"nofollow\"><img src=\"http://photos.travellerspoint.com/4/square_IMG_0053.jpg\" alt=\"Helsingborg\" width=\"75\" height=\"75\" class=\"member_thumbs\" /></a><a href=\"http://www.travellerspoint.com/photos/stream/photoID/649200/users/Sam%20I%20Am/\" rel=\"nofollow\"><img src=\"http://photos.travellerspoint.com/4/square_IMG_0040.jpg\" alt=\"Anfield Road\" width=\"75\" height=\"75\" class=\"member_thumbs\" /></a></p>\r\n\t\t<p class=\"link_for_more\"><a href=\"http://www.travellerspoint.com/photos/gallery/users/Sam%20I%20Am/\">More Photos by Sam I Am</a></p>\r\n\t\r\n\t</div>\t\r\n\r\n\r\n<p class=\"tp_plug\"><a href=\"http://www.travellerspoint.com/member_profile.cfm?user=Sam%20I%20Am\">Sam I Am</a> on <a href=\"http://www.travellerspoint.com/\" id=\"tp_logo\">Travellerspoint</a></p>";
});
