var yourtypeface = {
      src: 'http://benedict.lunarbreeze.com/~ktua00/_flash/tarzananarrow.swf'
};
 
sIFR.activate(yourtypeface);
 
sIFR.replace(yourtypeface, {
      selector: 'h2.tz, h3.tz',
	  css: [
      '.sIFR-root { font-size: 17px; color: #000000; }'
      ],
      wmode: 'transparent'
});

var yourtypeface2 = {
      src: 'http://benedict.lunarbreeze.com/~ktua00/_flash/tarzanawide.swf'
};
 
sIFR.activate(yourtypeface2);
 
sIFR.replace(yourtypeface2, {
      selector: 'p.projectBriefTitle',
	  css: [
      '.sIFR-root { font-size: 12px; color: #000000; text-align: right; leading: 60; }'
      ],
      wmode: 'transparent'
});

var yourtypeface3 = {
      src: 'http://benedict.lunarbreeze.com/~ktua00/_flash/tarzanawide_bold.swf'
};
 
sIFR.activate(yourtypeface3);
 
sIFR.replace(yourtypeface3, {
      selector: 'h2.projectTitle',
	  css: [
      '.sIFR-root { font-size: 21px; color: #000000; }'
      ],
      wmode: 'transparent'
});

var yourtypeface4 = {
      src: 'http://benedict.lunarbreeze.com/~ktua00/_flash/tarzananarrow_reg.swf'
};
 
sIFR.activate(yourtypeface4);
 
sIFR.replace(yourtypeface4, {
      selector: '#news p',
	  css: [
      '.sIFR-root { font-size: 16px; text-align: right;} a{color: #96344d; text-decoration: none;} a:hover{color: #96344d;}'
      ],
      wmode: 'transparent'
});

var yourtypeface5 = {
      src: 'http://benedict.lunarbreeze.com/~ktua00/_flash/tarzananarrow_reg.swf'
};
 
sIFR.activate(yourtypeface5);
 
sIFR.replace(yourtypeface5, {
      selector: 'li.tz',
	  css: [
      '.sIFR-root {font-size: 14px;} a{color: #808080; text-decoration: none;} a:hover{color: #96344d;}'
      ],
      wmode: 'transparent'
});