//
// prepare-popup.js - makes the iframe available (outside #canvas) for jQuery popups
// by: Evan Sayer
// esayer, 08.01.11
//

str = '<div id="popup" style="display: none;"><a id="closePopup" style="float:right; display: none;" href="#">X</a><h3 id="popupTitle" style="display: none;">&nbsp;</h3><iframe id="popupFrame" src="" frameborder=0 style="display: none;"><p>Sorry, your browser does not support iFrames.</p></iframe></div>';
document.write(str);
