  var lubalin = {
    src: '/flash/lubalin_std_book.swf'
  };


  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(lubalin);

   sIFR.replace(lubalin, {
    selector: 'h4'
	,css: ['.sIFR-root { font-size: 14px; text-decoration: none; font-weight: bold; leading: 0;}'
	,'a {text-decoration:none; color: #000000;}'
	,'a:hover {color: #666666;}'
	,'.set1 { color: #17393e;}'
	,'.set2 { color: #403a1d;}'
	,'.set3 { color: #331d34;}'
	,'.set4 { color: #3d1727;}']
    ,selectable: true
	,wmode: 'transparent'
  });
   sIFR.replace(lubalin, {
    selector: 'h5'
	,css: ['.sIFR-root { font-size: 14px; text-decoration: none; font-weight: bold; leading: 0;}'
	,'a {text-decoration:none; color: #ffffff;}'
	,'a:hover {color: #ffffff;}']
    ,selectable: true
	,wmode: 'transparent'
  });
    sIFR.replace(lubalin, {
    selector: 'h6'
	,css: ['.sIFR-root { font-size: 13px; text-decoration: none; font-weight: bold;}'
    ,'.set1 { color: #17393e;}'
	,'.set2 { color: #403a1d;}'
	,'.set3 { color: #331d34;}'
	,'.set4 { color: #3d1727;}']
    ,selectable: true
	,wmode: 'transparent'
  });
  sIFR.replace(lubalin, {
    selector: 'h1'
	,css: ['.sIFR-root { font-size: 18px; text-decoration: none; font-weight: bold;}'
	,'.set1 { color: #17393e;}'
	,'.set2 { color: #403a1d;}'
	,'.set3 { color: #331d34;}'
	,'.set4 { color: #3d1727;}']
    ,selectable: true
	,wmode: 'transparent'
  });
 