
  //<[CDATA[

var rockwell = {
    src: 'rockwell.swf'
 };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(rockwell);


  
    sIFR.replace(rockwell, {
    selector: '#contentsmall h1'
    ,css: [
      '.sIFR-root { text-align:left; font-size:21px; color: #333333; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
   ]
,wmode: 'transparent'}); 


sIFR.replace(rockwell, {
    selector: '.beskrivelse h1'
    ,css: [
      '.sIFR-root { text-align: left; font-size:14px;color: #333333; line-height:15px;padding:0;margin:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
   ]
,wmode: 'transparent'}); 



sIFR.replace(rockwell, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; font-size:14px;color: #333333; line-height:15px;padding:0;margin:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
   ]
,wmode: 'transparent'}); 

sIFR.replace(rockwell, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-size:12px;color: #333333; line-height:15px;padding:0;margin:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
   ]
,wmode: 'transparent'}); 


sIFR.replace(rockwell, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { text-align: left; font-size:12px;color: #333333; line-height:15px;padding:0;margin:0;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
   ]
,wmode: 'transparent'}); 

  sIFR.replace(rockwell, {
    selector: 'h5#pullquote'
    ,css: 'em { font-style: normal; color: #660000; }'
    ,selectable: false
  });
  
  
  //]]>
