//<[CDATA[

var frutiger = {
src: '/sifr.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(frutiger);

sIFR.replace(frutiger,  {
selector: 'h2'
,wmode:'transparent' 
,css: [
  '.sIFR-root { color:#ffffff; font-size:20px; display:visible; } p { font-size:70px; }'
]
});

var frutigerLight = {
src: '/sifrLight.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(frutigerLight);

sIFR.replace(frutigerLight,  {
selector: 'h1'
,wmode:'transparent' 
,css: [
  '.sIFR-root { color:#ffffff; font-size:22px; display:visible; } a { text-decoration:none; color:#FFFFFF; } a:hover { text-decoration:none; color:#ffffff; } p { font-size:60px; }'
]
});

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(frutigerLight);

sIFR.replace(frutigerLight,  {
selector: 'h3'
,wmode:'transparent' 
,css: [
  '.sIFR-root { color:#ffffff; font-size:16px; display:visible; } a { text-decoration:none; color:#ffffff; } a:hover { text-decoration:none; color:#ffffff; }'
]
});
//]]>