   function swfIR() {
      rotate = new swfir();
      rotate.specify('src', 'scripts/swfir.swf');
      rotate.specify('rotate', '-2');
      rotate.specify('shadow-blur', '2');
      rotate.specify('shadow-strength', '0.5');
      rotate.specify('shadow-offset', '3');
      rotate.swap(".rotate_ccw_sh");

      rotate2 = new swfir();
      rotate2.specify('src', 'scripts/swfir.swf');
      rotate2.specify('rotate', '4');
      rotate2.specify('shadow-blur', '2');
      rotate2.specify('shadow-strength', '0.5');
      rotate2.specify('shadow-offset', '3');
      rotate2.swap(".rotate_cw_sh");

      shadow = new swfir();
      shadow.specify('src', 'scripts/swfir.swf');
      shadow.specify('shadow-blur', '2');
      shadow.specify('shadow-strength', '0.5');
      shadow.specify('shadow-offset', '3');
      shadow.swap(".drop_shadow");
   }
