var clarendon = {
  src: '/sifr/radiohead.swf'
};

sIFR.prefetch(clarendon);

sIFR.activate(clarendon);

sIFR.replace(clarendon, {
  selector: '#infotext p',
  wmode: "transparent",
  css: [
      '.sIFR-root { color: #edb31f; text-transform: uppercase}'
      ,'a { text-decoration: none; color: #edb31f;}'
      ,'a:hover { color: #ffffff }'
    ]
});

sIFR.replace(clarendon, {
  selector: 'h2',
  wmode: "transparent",
  css: [
      '.sIFR-root { color: #ed2226; text-transform: uppercase;}'
      ,'a { text-decoration: none; color: #ed2226; text-transform: uppercase;}'
      ,'a:hover { color: #ffffff }'
      ,'.highlight { color: #ffffff }'
    ]
});

sIFR.replace(clarendon, {
  selector: '.position',
  wmode: "transparent",
  css: [
      '.sIFR-root { color: #000000;}'
      ,'a { text-decoration: none; color: black; text-transform: uppercase;}'
      ,'a:hover { color: #ffffff }'
    ]
});

sIFR.replace(clarendon, {
  selector: '.trackname',
  wmode: "transparent",
  css: [
      '.sIFR-root { color: #000000;text-transform: uppercase;}'
      ,'a { text-decoration: none; color: black;}'
      ,'a:hover { color: #ffffff }'
    ]
});

sIFR.replace(clarendon, {
  selector: '#footer p',
  wmode: "transparent",
  css: [
      '.sIFR-root { color: #a0d4e2; text-transform: uppercase}'
      ,'a { text-decoration: none; color: #a0d4e2;}'
      ,'a:hover { color: #ffffff }'
    ]
});