  var din = {
    src: '/inc/swf/din.swf'
  };
  
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(din);
  sIFR.fixWrap = false;
  
 /* sIFR.replace(din, {
	wmode: 'transparent',
    selector: '#navigation h1',
	//forceSingleLine: 'true',
	//forceWidth: 'true',
	fitExactly: 'true',
	//fixHover: 'true',
	selectable: 'false',

	css: [
      '.sIFR-root { text-transform: uppercase; font-size: 11px; color: #FFFFFF; cursor:pointer; letter-spacing: 1; height: 30; padding-left:1; }, a{ text-decoration: none; }, a:link { color: #FFFFFF; }, a:hover { color: #FFFFFF; }'
    ]
  });
  
    sIFR.replace(din, {
	wmode: 'transparent',
    selector: '#navUnder h1',
	//forceSingleLine: 'true',
	//forceWidth: 'true',
	fitExactly: 'true',
	//fixHover: 'true',
	selectable: 'false',

	css: [
      '.sIFR-root { text-transform: uppercase; font-size: 11px; color: #FFFFFF; cursor:pointer; letter-spacing: 1; height: 30; padding-left:1; }, a{ text-decoration: none; }, a:link { color: #FFFFFF; }, a:hover { color: #FFFFFF; }'
    ]
  });*/
 
  
  var din2 = {
    src: '/inc/swf/din2.swf'
  };
    
  sIFR.replace(din2, {
	wmode: 'transparent',
    selector: '#titleBar h1',
	//forceSingleLine: 'true',
	//forceWidth: 'true',
	fitExactly: 'false',
	//fixHover: 'true',
	selectable: 'true',

	css: [
      '.sIFR-root { font-size: 26px; color: #b28c35; }, a{ text-decoration: none; }, a:link { color: #FFFFFF; }, a:hover { color: #FFFFFF; }'
   		 ]
  });
