var src = "http://triptracker.net/jsmap/images/badge/badge.html?mode=map&feed=/trip/3451/georss&href=/trip/3451&title=Point of Contact";
function ttBadgeCode() {
  return "<iframe name='ttBadgeFrameName' scrolling='no' frameborder='0' allowTransparency='true' " +
                  " style='width: 700px; height: 620px; border: none;" +
         "'></iframe>";
}
document.write(ttBadgeCode());

document.write("<script type='text/javascript' src='http://triptracker.net/jsmap/slide.js'></" + "script>");
document.write("<script type='text/javascript'>function setupCrossDomainViewer() {setupFragmentIdentifierModePhotoViewer(src, 'ttBadgeFrameName', viewerJSON)}</" + "script>");
document.write("<script type='text/javascript' src='http://triptracker.net/trip/3451/viewerjson'></" + "script>");

