 var lucida_handwriting = {
    src: 'lucida_handwriting.swf'
	};

  sIFR.prefetch(lucida_handwriting);
  sIFR.activate();

sIFR.replace(lucida_handwriting, {
    selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF' }
      ,'a': { 'color': '#FFFFFF', 'text-decoration': 'none' }
      ,'a:hover': { 'color': '#FFFFFF', 'text-decoration': 'none' }
    }
	,wmode: 'transparent'
  });


sIFR.replace(lucida_handwriting, {
    selector: 'h2'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF' }
      ,'a': { 'color': '#FFFFFF', 'text-decoration': 'none' }
      ,'a:hover': { 'color': '#FFFFFF', 'text-decoration': 'none' }
    }
	,wmode: 'transparent'
  });