--- jquery.history_remote.js	2007-09-03 14:51:00.000000000 -0700
+++ jquery.history_remote_patched.js	2008-06-25 09:10:49.000000000 -0700
@@ -59,7 +59,7 @@ $.ajaxHistory = new function() {
 
         // add hidden iframe
         $(function() {
-            _historyIframe = $('<iframe style="display: none;"></iframe>').appendTo(document.body).get(0);
+            _historyIframe = $('<iframe style="display: none;" src="javascript:false;"></iframe>').appendTo(document.body).get(0);
             var iframe = _historyIframe.contentWindow.document;
             // create initial history entry
             iframe.open();
