var rooturl = "http://elinaplfi.virtualserver18.nebula.fi/themes/";
// H1
var kontrapunkt = {
src: rooturl+'sifr3/sifrh1.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(kontrapunkt);

sIFR.replace(kontrapunkt, {
selector: 'h1', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #830055; text-decoration: none; }',
  
  '.sIFR-root a { background: transparent !important; color: #830055; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #830055; text-decoration: none; }'
]
});

// H2
var kontrapunkt2 = {
src: rooturl+'sifr3/sifrh1.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(kontrapunkt2);

sIFR.replace(kontrapunkt2, {
selector: 'h2', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #ffffff; text-decoration: none; font-size: 16px; }',
 
  '.sIFR-root a { background: transparent !important; color: #ffffff; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #ffffff; text-decoration: none; }'
]
});


// H4
var kontrapunkt3 = {
src: rooturl+'sifr3/sifrh1.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(kontrapunkt3);

sIFR.replace(kontrapunkt3, {
selector: 'h4', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #ffffff; text-decoration: none; font-size: 20px; }',
 
  '.sIFR-root a { background: transparent !important; color: #ffffff; text-decoration: none; }',
  '.sIFR-root a:hover { background: transparent !important; color: #ffffff; text-decoration: none; }'
]
});

/*
// Footer -->
var squaresans = {
src: rooturl+'sifr3/sifrh3.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(squaresans);

sIFR.replace(squaresans, {
selector: 'h3', wmode: 'transparent'
,css: [
  '.sIFR-root { background: transparent !important; color: #454545; text-decoration: none; font-size: 14px; }',
]
});
*/