var _rules={
'#fl_top': function(el){
  var so=new SWFObject("imgs/top.swf",null,608,37,6);
  if(el.title!=null) so.addVariable("active",el.title);
  so.write(el);
 },

'#hdr_c': function(el){
  var so=new SWFObject("imgs/hdr_c.swf",null,539,54,6);
  so.addVariable("txt", el.firstChild.innerHTML);
  so.write(el);
 },

'#hdr_l':       function(el){new SWFObject("imgs/hdr_l.swf",null,230,54,6).write(el);},
'#hdr_l_empty': function(el){new SWFObject("imgs/hdr_l_empty.swf",null,230,54,6).write(el);},
'#hdr_r':       function(el){new SWFObject("imgs/hdr_r.swf",null,235,54,6).write(el);},
'#hdr_r_empty': function(el){new SWFObject("imgs/hdr_r_empty.swf",null,235,54,6).write(el);},
'#we_accept':   function(el){
   var so=new SWFObject("out/?id=we_accept_banner", null,400,20,7);
   so.addParam("scale","noscale");
   so.addParam("wmode","transparent");
   so.addParam("salign","l");
   so.write(el);
}
}

document.Behaviour.register(_rules);

