| // A workaround for XSL-to-XHTML systems that don't // implement XSL 'disable-output-escaping="yes"'. // // sburke@cpan.org, Sean M. Burke. // - I hereby release this JavaScript code into the public domain. var is_decoding; var DEBUG = 0; function complaining (s) { alert(s); return s; } if(!(document.getElementById)) { alert("Your browser cannot view this feed using FeedBurner's BrowserFriendly feature.\n\nConsider upgrading to Internet Explorer 6, Firefox, or Mozilla to view this feed and options for subscribing to its content in a news reader."); |
| |