var ten= {
  src: 'http://scootdonia.nl/fla/Childsplay-ten.swf'
};

var nine= {
  src: 'http://scootdonia.nl/fla/Childsplay-nine.swf'
};

sIFR.fromLocal = true;
sIFR.activate(ten, nine); // From revision 209 and onwards



sIFR.replace(ten, {
  fitExactly: true,
  selector: 'h1',
   css: [ 
      '.sIFR-root { text-align: left; background-color:#ffffff; letter-spacing:0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: f2152c; text-decoration: underline; }'
    ]});

sIFR.replace(ten, {
wmode: 'transparent',
  fitExactly: true,
  selector: 'h2',
   css: [ 
      '.sIFR-root { color: #000000; text-align: left; background-color:#ffffff; letter-spacing:0.0; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color:#e1f1f; text-decoration: underline; }'
    ]});

sIFR.replace(nine, {
  fitExactly: true,
  selector: 'h3',
   css: [ 
      '.sIFR-root { color: #575757; text-align: left; background-color:#f7f7f7; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #575757; text-decoration: none; }'
      ,'a:hover { color: #e1f1f; text-decoration: underline; }'
    ]});

sIFR.replace(ten, {
wmode: 'transparent',
  forceSingleLine: true,
  selector: '.nav li',
   css: [ 
      '.sIFR-root { text-align: left; letter-spacing:0.0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #f2152c; text-decoration: underline; background-color:#000000; }'
    ]});
