var myriad = { src: 'http://www.jelenasmusic.com/com/fla/sifr.swf' };

sIFR.activate(myriad);

sIFR.replace(myriad, {
  selector: 'h1',
  transparent:true,
  css: ['.sIFR-root {background-color:#ffffff; color:#556f93; text-decoration:underline; leading:0;}',
		'a {color:#556f93; text-decoration:none; cursor:pointer;}',
        'a:hover {color:#556f93; text-decoration:underline; cursor:pointer;}'],
    	offsetTop:7,
		tuneHeight:'1'
});
sIFR.replace(myriad, {
  selector: 'h2',
  transparent:true,
  css: ['.sIFR-root {background-color:#ffffff; color:#353535; leading:0;}',
		'a {color:#556f93; text-decoration:none; cursor:pointer;}',
        'a:hover {color:#556f93; text-decoration:underline; cursor:pointer;}'],
    	offsetTop:7,
		tuneHeight:'1'
});
sIFR.replace(myriad, {
  selector: 'h3',
  transparent:true,
  css: ['.sIFR-root {background-color:#ffffff; color:#556f93; leading:0;}',
		'a {color:#556f93; text-decoration:none; cursor:pointer;}',
        'a:hover {color:#556f93; text-decoration:underline; cursor:pointer;}'],
  		offsetTop:7,
		tuneHeight:'1'
});
sIFR.replace(myriad, {
  selector: 'h4',
  transparent:true,
  css: ['.sIFR-root {background-color:#ffffff; color:#556f93; leading:0;}',
		'a {color:#556f93; text-decoration:none; cursor:pointer;}',
        'a:hover {color:#556f93; text-decoration:underline; cursor:pointer;}'],
    	offsetTop:7,
		tuneHeight:'1'
});
sIFR.replace(myriad, {
  selector: 'h5',
  transparent:true,
  css: ['.sIFR-root {background-color:#ffffff; color:#353535; leading:0;}',
		'a {color:#556f93; text-decoration:none; cursor:pointer;}',
        'a:hover {color:#556f93; text-decoration:underline; cursor:pointer;}'],
  		offsetTop:7,
		tuneHeight:'1'
});
sIFR.replace(myriad, {
  selector: 'span',
  transparent:true,
  css: ['.sIFR-root {background-color:#ffffff; color:#353535; leading:0; text-align:center; letter-spacing:1.5; word spacing:2;}',
		'a {color:#556f93; text-decoration:none; cursor:pointer;}',
        'a:hover {color:#556f93; text-decoration:underline; cursor:pointer;}'],
  		offsetTop:0,
		tuneHeight:'0'
});