//<[CDATA[

var fruitiger = {
src: '/sifr.swf'
};

// sIFR.domains = ['lidlido.com'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(fruitiger);

sIFR.replace(fruitiger,  {
selector: 'h1'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#b23430; font-size:18px; display:visible; font-weight:normal; font-style:normal; } em { font-style:normal; color:#2e2e2e; }'
]
});

sIFR.replace(fruitiger,  {
selector: 'h2'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#4f4f4f; font-size:18px; display:visible; font-weight:normal; font-style:normal; } em { font-style:normal; color:#2e2e2e; }'
]
});

sIFR.replace(fruitiger,  {
selector: 'h3'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#797469; font-size:16px; display:visible; font-weight:normal; font-style:normal; } em { font-style:normal; color:#2e2e2e; }'
]
});

sIFR.replace(fruitiger,  {
selector: 'h4'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#b23430; font-size:12px; display:visible; font-weight:normal; font-style:normal; } '
]
});

sIFR.replace(fruitiger,  {
selector: 'h6'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#797469; font-size:12px; display:visible; font-weight:normal; font-style:normal; } '
]
});

sIFR.replace(fruitiger,  {
selector: 'a.sifred'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#b23430; font-size:12px; display:visible; font-weight:normal; font-style:normal; cursor:pointer; } '
]
});


//]]>