//<[CDATA[
var aller = {
src: '/_flash/aller.swf'
};

// sIFR.domains = ['dovecemusica.it'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(aller);

sIFR.replace(aller,  {
selector: 'h1'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#3d3d3d; font-size:18px; font-weight:bold; } em { color:#ec0048; font-style:normal; } p { color:#4c4c4c; }  a { text-decoration:none; color:#4c4c4c; } a:hover { text-decoration:none; color:#ec0048; }'
]
});

sIFR.replace(aller,  {
selector: 'h2'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#ec0048; font-size:14px; font-weight:bold; } em { color:#3d3d3d; font-style:normal; }'
]
});

sIFR.replace(aller,  {
selector: 'h3'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#3d3d3d; font-size:12px; font-weight:bold; text-align:right; }'
]
});


//]]>