<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,9 @@
 (function(){
   var ad_data = '&lt;%= format_for_javascript(partial(&quot;shared/ad&quot;, :campaign =&gt; @campaign, :format =&gt; :html)) %&gt;';
   var ad_spot = document.getElementById('greed_&lt;%= @spot.id %&gt;');
-  ad_spot.innerHTML = ad_data;
+  var tmp_container = document.createElement('div');
+  tmp_container.innerHTML = ad_data;
+  ad_spot.appendChild(tmp_container);
   
   var links = ad_spot.getElementsByTagName('a');
   </diff>
      <filename>app/views/server/spot.js.erb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>443c71c69438a5c341a3f575b1a2632cdb8473fa</id>
    </parent>
  </parents>
  <author>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </author>
  <url>http://github.com/kneath/greed/commit/91e861a912648b1d06b48efa81b5cb32ff43e6ca</url>
  <id>91e861a912648b1d06b48efa81b5cb32ff43e6ca</id>
  <committed-date>2008-06-08T20:17:25-07:00</committed-date>
  <authored-date>2008-06-08T20:17:25-07:00</authored-date>
  <message>Try new method of insertion to stop IE crashing</message>
  <tree>a068b78598fe4cb7502e9faea856167ea52edbb5</tree>
  <committer>
    <name>Kyle Neath</name>
    <email>kneath@gmail.com</email>
  </committer>
</commit>
