// JavaScript Document

  var cochin = {
    src: 'trebuchet8.swf'
  };

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

  sIFR.debugMode = true;
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(cochin);
      sIFR.replace(cochin, {
    selector: 'h1#approfondimenti, h1#articoli, h1#breve'
    ,css: [
      '.sIFR-root { text-align: left; color: #91B1DA; font-weight: bold; }'
      ,'a { text-decoration: none; }'
   
    ]
	 ,wmode: 'transparent'
		
  });
	    sIFR.activate(cochin);
      sIFR.replace(cochin, {
    selector: 'h1#editoriale'
    ,css: [
      '.sIFR-root { text-align: left; color: #FFC700; font-weight: bold; }'
      ,'a { text-decoration: none; }'
   
    ]
	 ,wmode: 'transparent'
  });
  sIFR.replace(cochin, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; color: #FF9900; font-weight: bold; }'
      ,'a { text-decoration: none; }'
   
    ]
	 ,wmode: 'transparent'
  });
  sIFR.replace(cochin, {
    selector: '.sub-breve h2'
    ,css: [
      '.sIFR-root { text-align: left; color: #5B8CC8; font-weight: bold; }'
      ,'a { text-decoration: none; }'
   
    ]
	 ,wmode: 'transparent'
  });

   sIFR.replace(cochin, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; color: #003399; font-weight: bold; }'
      ,'a { text-decoration: none; }'
   
    ]
	 ,wmode: 'transparent'
  });

        
 