﻿
  var interstate = {
    src: 'fileadmin/templates/interstate.swf'
  };

  
  sIFR.debugMode = false;
  sIFR.delayCSS  = true;
  sIFR.activate(interstate);
  
  sIFR.replace(interstate, {
    selector: 'div.tx-mjsrandplink-pi1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; background-color: #272A7F; height:auto; font-size:40px;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #C3C4DF; }'
      ,'a:hover { color: #dddddd; }'
    ]
  });

