/* FILE ARCHIVED ON 5:37:16 Jul 22, 2012 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 19:25:15 Jun 28, 2013. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). */ var Mint = new Object(); Mint.save = function() { var now = new Date(); var debug = false; // this is set by php if (window.location.hash == '#Mint:Debug') { debug = true; }; var path = '/mint/index_record__ampkey_33305876484d6b6b6e63697235357141467a33396a46593234337031.html'; path = path.replace(/^https?:/, window.location.protocol); // Loop through the different plug-ins to assemble the query string for (var developer in this) { for (var plugin in this[developer]) { if (this[developer][plugin] && this[developer][plugin].onsave) { path += this[developer][plugin].onsave(); }; }; }; // Slap the current time on there to prevent caching on subsequent page views in a few browsers path += '&'+now.getTime(); // Redirect to the debug page if (debug) { window.open(path+'&debug&errors', 'MintLiveDebug'+now.getTime()); return; }; var ie = /*@cc_on!@*/0; if (!ie && document.getElementsByTagName && (document.createElementNS || document.createElement)) { var tag = (document.createElementNS) ? document.createElementNS('http://www.w3.org/1999/xhtml', 'script') : document.createElement('script'); tag.type = 'text/javascript'; tag.src = path + '&serve_js'; document.getElementsByTagName('head')[0].appendChild(tag); } else if (document.write) { document.write(''); }; }; if (!Mint.SI) { Mint.SI = new Object(); } Mint.SI.Referrer = { onsave : function() { var encoded = 0; if (typeof Mint_SI_DocumentTitle == 'undefined') { Mint_SI_DocumentTitle = document.title; } else { encoded = 1; }; var referer = (window.decodeURI)?window.decodeURI(document.referrer):document.referrer; var resource = (window.decodeURI)?window.decodeURI(document.URL):document.URL; return '&referer=' + escape(referer) + '&resource=' + escape(resource) + '&resource_title=' + escape(Mint_SI_DocumentTitle) + '&resource_title_encoded=' + encoded; } }; Mint.save();