  //<[CDATA[
  

  var postit = {
    src: 'postit.swf'
  };

  sIFR.debugMode = true;
  sIFR.prefetch(postit);
  sIFR.activate();
  
  
  sIFR.replace(postit, {
    selector: '#postit1,#postit2,#postit3,#postit4'
    ,css: [
      '.sIFR-root { background-color:#f7f69b; text-align:center; color:#081cb1;}'
      ,'a { text-decoration: none }'
      ,'a:link {  }'
      ,'a:hover {color:#000000; }'
    ],wmode: 'transparent'
  });
  
  

  //]]>

