var lvnmbd = {
      src: 'flash/grande.swf'
    };
var gilb = {
      src: 'flash/grande.swf'
    };
   // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
    sIFR.useStyleCheck = true;
    sIFR.activate(lvnmbd);

	sIFR.replace(lvnmbd, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; color:#ce6514; letter-spacing: 1; leading:-12;, outline:none;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
	
	
	sIFR.replace(gilb, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: left; color:#ffffff; letter-spacing: 1; leading:-2; outline:none;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,filters: {
        DropShadow: {
           distance: 1
          ,color: '#5e5e5e'
          ,strength: 2
          ,alpha: .5
        }
      }

	,wmode: 'transparent'
  });
	
	
	sIFR.replace(lvnmbd, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; color:#ce6514; letter-spacing: 1; leading:-12; outline:none; background: url(../images/subline.gif) bottom repeat-x;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
	
	/*sIFR.replace(lvnmbd, {
      selector: 'h3'
      ,css: {
        '.sIFR-root': { 'color': '#49270f', 'letter-spacing': 0, 'text-transform': 'capitalize', 'line-height': '0.8px' }
      }
	  ,wmode: 'transparent'
	  ,tuneWidth: (+10)
    });*/
	
