--- C:\Documents and Settings\Andy.LIVELINK\Desktop\swfobject.module 
+++ C:\Documents and Settings\Andy.LIVELINK\Desktop\swfobject_w3c.module 
@@ -68,6 +68,7 @@
  */
 function _swfobject_header_js() {
   $js = "
+<!--
   $(document).ready(function(){
     $('.swfobject').each(function(i){
       params = Drupal.parseJson($(this).attr('swftools'));
@@ -79,6 +80,7 @@
       so.write(this.id);
     });
   });
+// -->
   ";
   return $js;
 }