	
  var sifrgoudy = {
    src: '/resources/swf/sifrgoudy.swf'

  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(sifrgoudy);



// HOMEPAGE HEADERS

  sIFR.replace(sifrgoudy, {
    selector: 'h1#scheduleTxt'
    ,css: [
      '.sIFR-root { font-size: 18px; font-weight: normal; color: #d3c6ab; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #d3c6ab; }'
      ,'a:hover { color: #d3c6ab; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h1#welcome'
    ,css: [
      '.sIFR-root { font-size: 28px; font-weight: normal; color: #9e280e; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #9e280e; }'
      ,'a:hover { color: #9e280e; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h2#explore'
    ,css: [
      '.sIFR-root { font-size: 28px; font-weight: normal; color: #6e8355; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #6e8355; }'
      ,'a:hover { color: #6e8355; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h2#amenities'
    ,css: [
      '.sIFR-root { font-size: 28px; font-weight: normal; color: #747b7b; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #747b7b; }'
      ,'a:hover { color: #747b7b; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h2#whats-new'
    ,css: [
      '.sIFR-root { font-size: 28px; font-weight: normal; color: #a66d46; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #a66d46; }'
      ,'a:hover { color: #a66d46; }'
    ]
	,wmode: 'transparent'
  });
  
  
// PAGE TITLE

  sIFR.replace(sifrgoudy, {
    selector: 'h1#page-title'
    ,css: [
      '.sIFR-root { font-size: 28px; font-weight: normal; color: #82492c; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #82492c; }'
      ,'a:hover { color: #82492c; }'
    ]
	,wmode: 'transparent'
  });


// EXPLORE LUXURY HOMES

  sIFR.replace(sifrgoudy, {
    selector: 'h4#exploreTxt'
    ,css: [
      '.sIFR-root { font-size: 16px; font-weight: normal; color: #82492c; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #82492c; }'
      ,'a:hover { color: #9e280e; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h4.links'
    ,css: [
      '.sIFR-root { font-size: 13px; font-weight: normal; color: #9e280e; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #9e280e; }'
      ,'a:hover { color: #82492c; }'
    ]
	,wmode: 'transparent'
  });
  
// HOMES - OR H5's

  sIFR.replace(sifrgoudy, {
    selector: 'h5'
    ,css: [
      '.sIFR-root { font-size: 22px; font-weight: normal; color: #82492c; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #82492c; }'
      ,'a:hover { color: #9e280e; }'
    ]
	,wmode: 'transparent'
  });


// CONTACT US

  sIFR.replace(sifrgoudy, {
    selector: 'h2#contactTxt'
    ,css: [
      '.sIFR-root { font-size: 22px; font-weight: normal; color: #9e280e; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #9e280e; }'
      ,'a:hover { color: #9e280e; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h2#sales'
    ,css: [
      '.sIFR-root { font-size: 26px; font-weight: normal; color: #9e280e; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #9e280e; }'
      ,'a:hover { color: #9e280e; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h3#call'
    ,css: [
      '.sIFR-root { font-size: 16px; font-weight: normal; color: #82492c; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #82492c; }'
      ,'a:hover { color: #82492c; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(sifrgoudy, {
    selector: 'h3#phone'
    ,css: [
      '.sIFR-root { font-size: 20px; font-weight: normal; color: #9e280e; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #9e280e; }'
      ,'a:hover { color: #9e280e; }'
    ]
	,wmode: 'transparent'
  });
  
  


