Index: render/plugins/sifr.inc
===================================================================
--- render/plugins/sifr.inc	(revision 3501)
+++ render/plugins/sifr.inc	(working copy)
@@ -342,11 +342,12 @@
 function sifr_render_wrap_rules($rules) {
   $output = '';
   if (is_array($rules)) {
+    $output .= "Drupal.behaviors.sifr_render = function (context) {";
     $output .= "if(typeof sIFR == \"function\") {\n";
     foreach ($rules as $rule) {
       $output .= '  '. $rule ."\n";
     }
-    $output .= "};\n";
+    $output .= "}};\n";
   }
   
   return $output;
