<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -54,10 +54,12 @@ var Annoying = {
 		if (!element) { return; }
 		var iframe = Annoying.iFrameFor(element);
 		if (element &amp;&amp; iframe) {
-			iframe.clonePosition(element);
-			iframe.setStyle({zIndex: 1});
-			element.setStyle({zIndex: 2});
-			iframe.show();
+			try {
+				iframe.clonePosition(element);
+				iframe.setStyle({zIndex: 1});
+				element.setStyle({zIndex: 2});
+				iframe.show();
+			} catch(e) {}
 		}
 	}
 }
\ No newline at end of file</diff>
      <filename>annoying.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0edac49c2c4b5aeb3142045426c5d9572b63637e</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/javascripts/commit/7c9d64591eb0e43102429e496beac9a5f97c13e8</url>
  <id>7c9d64591eb0e43102429e496beac9a5f97c13e8</id>
  <committed-date>2008-07-08T13:11:29-07:00</committed-date>
  <authored-date>2008-07-08T13:11:29-07:00</authored-date>
  <message>added a try around iframe positioning as sometimes ie complains there</message>
  <tree>2436c0a89fae70407b6b11148083c3744b9059d7</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
