// JavaScript Document
 //<[CDATA[
  
  var carla = {
    src: 'carlanormal.swf'
  };

  var cally = {
    src: 'cally721normal.swf'
  };

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(carla, cally);
  sIFR.activate();
  
  sIFR.replace(cally, {
    selector: '#title1',
	wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: right; color: #4A3216;letter-spacing:7.5;font-weight: bold;}'
      ,'a { color: #4A3216F; text-decoration: none; }'
      ,'a:link { color: #4A3216F; }'
      ,'a:hover { 	color: #4A3216; }'
  ],
 tuneHeight:-9, offsetTop:-3, fitExactly:false
  ,filters: {
      Bevel: {
         angle: 120
		,blurX: 1
		,blurY: 1
		,distance: 1
		,highlightAlpha:100
		,highlightColor: '#000000'
		,knockout: false
		,shadowcolor: '#000000'
        ,strength: 1
		,type: 'outer'
      }
    }
   }
  );
  
  sIFR.replace(cally, {
    selector: '#title2',
	wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: left; color: #4A3216;letter-spacing:7.5;font-weight: bold;}'
          ,'a { color: #4A3216F; text-decoration: none; }'
      ,'a:link { color: #4A3216F; }'
      ,'a:hover { 	color: #4A3216; }'
],
 tuneHeight:-9, offsetTop:-3, fitExactly:true
 ,filters: {
      Bevel: {
         angle: 120
		,blurX: 1
		,blurY: 1
		,distance: 1
		,highlightAlpha:100
		,highlightColor: '#000000'
		,knockout: false
		,shadowcolor: '#000000'
        ,strength: 1
		,type: 'outer'
      }
    }
   }
  );
   
   sIFR.replace(carla, {
    selector: '#tagline',
	wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; color: #4A3216;letter-spacing:2.5;font-weight: bold;}'
    ],
 tuneHeight:-9, offsetTop:-9, fitExactly:true
 ,filters: {
      Bevel: {
         angle: 120
		,blurX: 1
		,blurY: 1
		,distance: .3
		,highlightAlpha:100
		,highlightColor: '#4A3216'
		,knockout: false
		,shadowcolor: '#4A3216'
        ,strength:1
		,type: 'outer'
      }
    }
   }
  );
     sIFR.replace(cally, {
    selector: '.contact-item',
	wmode: 'transparent'
    ,css: [
      '.sIFR-root { text-align: center; color: #FFFFFF;letter-spacing:2.5;font-weight: bold;}'
     ,'a { text-decoration: underline; }'
      ,'a:link { color: #FFFFFF; }'
      ,'a:hover { 	color: #FFFFFF; }'
	  ]
   }
  );

  
  //]]>
