var dolly = {
  src: 'swf/dolly.swf'
};

sIFR.prefetch( dolly );
sIFR.activate();

sIFR.replace( dolly , {
  selector: 'h1.pagetitle',
  wmode: 'transparent',
  css: [   '.sIFR-root { color: #ffffff; background-color:#6A685D; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #221e1f; }'
      ,'a:hover { color: #2b68a2; text-decoration: underline;  }'
	]
});