var hobo = {
src: '/ncpw/wp-content/themes/ncpw2010/style/flash/hobo.swf'
};

sIFR.activate(hobo);

sIFR.replace(hobo, {
selector: 'h1',
css: [
      '.sIFR-root { font-size:2.8em; font-weight:normal; color:#660066; leading: -10; }',
      'strong { font-weight:bold; color:#333333; }',
	    'a { text-decoration: none; }',
	  'a:link { color: #660066; }',
	  'a:hover { color: #f6841f; }'
      ],
wmode: 'transparent'
});

sIFR.replace(hobo, {
selector: 'h2',
css: [
      '.sIFR-root { font-size:2.2em; font-weight:normal; color:#f6841f; leading: -10; }',
      'strong { font-weight:bold; color:#f6841f; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #f6841f; }',
	  'a:hover { color: #0f75bc; text-decoration: underline; }'
      ],
wmode: 'transparent'
});

sIFR.replace(hobo, {
selector: 'h3',
css: [
      '.sIFR-root { font-size:1.6em; font-weight:normal; color:#0f75bc; leading: -10; }',
      'strong { font-weight:bold; color:#0f75bc; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #0f75bc; }',
	  'a:hover { color: #f6841f; text-decoration: underline; }'

      ],
wmode: 'transparent'
});


sIFR.replace(hobo, {
selector: 'h4',
css: [
      '.sIFR-root { font-size:1.5em; font-weight:normal; color:#0f75bc; leading: -10; }',
	    'a { text-decoration: none; }',
	  'a:link { color: #0f75bc; }',
	  'a:hover { color: #f6841f; text-decoration: underline; }'
      ],
wmode: 'transparent'
});

sIFR.replace(hobo, {
selector: '#dates',
css: [
      '.sIFR-root { font-size:45px; font-weight:normal; color:#0f75bc; leading: -30; }',
	  'em { font-size:68px; text-decoration:none; font-style: normal;}',
	  'strong { font-size:245px; }',
      ],
wmode: 'transparent'
});

sIFR.replace(hobo, {
selector: '.events',
css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#0f75bc; leading: -10; }',
	    'a { text-decoration: none; }',
	  'a:link { color: #0f75bc; }',
	  'a:hover { color: #f6841f; }'
      ],
wmode: 'transparent'
});