 var din = {
src: 'din.swf'
  };
 var nav = {
src: 'din.swf'
  };   
 var bday = {
src: 'din.swf'
  };
 var foot = {
src: 'din.swf'
  };
  
//sIFR.domains = ['http://www.ryan-hwang.com', 'http://www.hwangr.com', 'localhost' ];

 sIFR.activate(din);
sIFR.replace(nav, {
  selector: '.mainNav ul li'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:16px; color:#000000; font-style: normal;  text-transform: uppercase}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #0099FF; }'
	  ,'em { font-style: normal; }'
	  ,'.active { color:#cccccc;  }'

    ]
, wmode: 'transparent'

  });

 sIFR.activate(din);
sIFR.replace(bday, {
  selector: '.nav_date h2'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:32px; color:#999999; text-transform: uppercase}'
      ,'em { font-style: normal; color: #cccccc }'
	 
    ]
, wmode: 'transparent'

  });

 sIFR.activate(din);
sIFR.replace(din, {
  selector: '.heading h2'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:24px; color:#000000; text-transform: uppercase}'
	  ,'em { font-style: normal; color:#999999 }'
	  
    ]
	, wmode: 'transparent'

  });

 sIFR.activate(din);
sIFR.replace(foot, {
  selector: '.bot h3'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size:12px; color:#666666; text-transform: uppercase}'
	 
    ]
, wmode: 'transparent'

  });