var cochin = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/cochin.swf'};
var nuevastd = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/nuevastd.swf'};
var curviture = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/curviture.swf'};
var freehand = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/freehand.swf'};
var markerfinepoint = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/markerfinepoint.swf'};
var papyrus = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/papyrus.swf'};
var saginaw = {  src: 'http://www.alice.bo.it/wp-content/themes/Jupiter/sifr/flash/saginaw.swf'};

// sIFR.prefetch(onestrokescript, juice);
sIFR.activate(cochin,nuevastd,curviture,freehand,markerfinepoint,papyrus,saginaw);

sIFR.forceClear = true;

sIFR.replace(saginaw, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root {color: #FFFFFF; background-color:#ff33ff;}',
  css: 'a {text-decoration:none;color: #FF99FF}',
 forceWidth: true,
 fitExactly: true
 
});  

 sIFR.replace(curviture, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root {color: #00BFFF; }',
  //css: 'a {text-decoration:none;}',
 forceWidth: true,
 fitExactly: true
 
}); /*  */
 
 sIFR.replace(freehand, {
  selector: 'h4',
  wmode: 'transparent',
  css: '.sIFR-root {color: #FF99FF; background-color:#ff33ff;  padding:3px;margin:3px;}'
 // css: 'a {text-decoration:none;}',
 //forceWidth: true,
 //fitExactly: true
 
}); 

