/** * @license * jQuery Tools 1.2.5 History "Back button for AJAX apps" * * NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE. * * http://flowplayer.org/tools/toolbox/history.html * * Since: Mar 2010 * Date: Wed Sep 22 06:02:10 2010 +0000 */ (function ($) { var hash, iframe, links, inited; $.tools = $.tools || { version: '1.2.5' }; $.tools.history = { init: function (els) { if (inited) { return; } // IE if ($.browser.msie && $.browser.version < '8') { // create iframe that is constantly checked for hash changes if (!iframe) { iframe = $("