var kozuka = {
  src: '/wp-content/themes/dreamten/swf/kozuka-regular.swf'
};

sIFR.prefetch( kozuka );
sIFR.activate();

sIFR.replace( kozuka , {
  selector: 'h3.textheader',
  wmode: 'transparent',
  css: [ '.sIFR-root { background-color: #ffffff; color: #407378; leading: -3; }' ]
});


sIFR.replace( kozuka , {
  selector: 'h2.pagetitle',
  wmode: 'transparent',
  css: [ '.sIFR-root { background-color: #ffffff; color: #393939; leading: -3; }' ]
});


sIFR.replace( kozuka , {
  selector: 'h2.abouttitle',
  wmode: 'transparent',
  css: [ '.sIFR-root { background-color: #ffffff; color: #827665; leading: -3; }' ]
});


sIFR.replace( kozuka , {
  selector: 'h2.blogtitle',
  wmode: 'transparent',
  css: [   '.sIFR-root { background-color: #ffffff; color: #393939; leading: -3; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #393939; text-decoration: none; }'
      ,'a:hover { color: #017884; text-decoration: none; }'
	]
});
