var yourtypeface = {
      src: '/swf/din2.swf'
};
 
sIFR.activate(yourtypeface);



var rockwell = {
      src: '/swf/rockwell.swf'
};
 
sIFR.activate(rockwell);

 
sIFR.replace(yourtypeface, {
      selector: 'h2.title',
	  css: [
      '.sIFR-root { color:#ffffff; font-size:28px; text-transform:uppercase; margin:0px; padding:0px; }'
      ],
      wmode: 'transparent'
});





sIFR.replace(yourtypeface, {
      selector: 'h2.spotlight',
	  css: [
      '.sIFR-root { color:#ffffff; font-size:24px; text-transform:uppercase; margin:0px; padding:0px; }'
      ],
      wmode: 'transparent'
});





sIFR.replace(yourtypeface, {
      selector: 'h2.title2',
	  css: [
      '.sIFR-root { color:#ffffff; font-size:18px; text-transform:uppercase; margin:0px; padding:0px; }'
      ],
      wmode: 'transparent'
});





sIFR.replace(yourtypeface, {
      selector: 'h2.contact',
	  css: [
      '.sIFR-root { color:#ccdd22; font-size:20px; text-transform:uppercase; margin:0px; padding:0px; }','a:link { color: #333333; text-decoration:none;}' ,'a:hover { color: #FFFFFF;}'
      ],
      wmode: 'transparent'
});





sIFR.replace(yourtypeface, {
      selector: 'h2.title3',
	  css: [
      '.sIFR-root { color:#e7e7e7; font-size:19px; text-transform:uppercase; margin:0px; padding:0px; }', 'a:link { color: #333333; text-decoration:none;}' ,'a:hover { color: #FFFFFF;}'
      ],
      wmode: 'transparent'
});


sIFR.replace(yourtypeface, {
      selector: 'h2.title4',
	  css: [
      '.sIFR-root { color:#e7e7e7;  text-align:center; font-size:19px; text-transform:uppercase; margin:0px; padding:0px; }', 'a:link { color: #333333; text-decoration:none;}' ,'a:hover { color: #FFFFFF;}'
      ],
      wmode: 'transparent'
});





sIFR.replace(yourtypeface, {
      selector: 'h3.contact',
	  css: [
      '.sIFR-root { color:#000000;  font-size:18px; text-transform:uppercase; margin:0px; padding:0px; }', 'a:link { color: #ccdd22; text-decoration:none;}' ,'a:hover { color: #FFFFFF;}',
	  'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});