var judy = {
  src: '../judy.swf'
};


sIFR.activate(judy); // From revision 209 and onwards

   sIFR.replace(judy, {
    selector: '#titleHome'
	    ,css: [
      '.sIFR-root { color: #9AD9EA; leading: 0;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #9AD9EA }'
      ,'a:hover { color: #9AD9EA }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(judy, {
    selector: '#titleContact'
	    ,css: [
      '.sIFR-root { color: #FFCC34; leading: 0;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #FFCC34 }'
      ,'a:hover { color: #FFCC34 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(judy, {
    selector: '#titleWriting'
	    ,css: [
      '.sIFR-root { color: #CEA8CE; leading: 0;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #CEA8CE }'
      ,'a:hover { color: #CEA8CE }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(judy, {
    selector: '#titleDiary'
	    ,css: [
      '.sIFR-root { color: #CFE28C; leading: 0;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #CFE28C }'
      ,'a:hover { color: #CFE28C }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(judy, {
    selector: '#titleDefault'
	    ,css: [
      '.sIFR-root { color: #F9AA89; leading: 0;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #F9AA89 }'
      ,'a:hover { color: #F9AA89 }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(judy, {
    selector: '#titleComeSoon'
	    ,css: [
      '.sIFR-root { color: #F69680; leading: 0;}'
	  	 ,'a { text-decoration: none }'
      ,'a:link { color: #F69680 }'
      ,'a:hover { color: #F69680 }'
    ]
	,wmode: 'transparent'
  });
  