//<[CDATA[
var district = {
src: '/_flash/sifr.swf'
};

// sIFR.domains = ['adriasport.it'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(district);

sIFR.replace(district,  {
selector: 'h1'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#0a3f65; font-size:20px; font-weight:bold; } em { color:#4c7ea5; font-style:normal; } p { color:#4c4c4c; }  a { text-decoration:none; color:#4c4c4c; } a:hover { text-decoration:none; color:#ec0048; }'
]
});

sIFR.replace(district,  {
selector: 'h2'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#093554; font-size:14px; font-weight:bold; } em { color:#4c7ea5; font-style:normal; }'
]
});

sIFR.replace(district,  {
selector: 'h3'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#bb559d; font-size:14px; font-weight:bold; } em { color:#c4dae9; font-style:normal; }'
]
});

sIFR.replace(district,  {
selector: 'h4'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#ffffff; font-size:14px; font-weight:bold; } em { color:#c3d8e7; font-style:normal; }'
]
});



//]]>