var agency = { src: '/flash/agency.swf' };
sIFR.activate(agency);
sIFR.replace( agency,  { selector: 'h1', wmode: 'transparent', css: [ 
		'.sIFR-root { color: #ff0033; }' ] } );

// alert (sIFR.available());
// sIFR.onReplacement (alert(''));

/*
sIFR.replace( agency,  { selector: '#nav', wmode: 'transparent', css: [ 
		'.sIFR-root { color: #000000; }',
		'a { color: #ff0033; text-decoration: none; }',
		'a:hover { color: #ff0033; text-decoration: none; }' ] });
*/
/*
sIFR.replace( agency,  { selector: '.current_page_item', wmode: 'transparent', css: [ 
		'.sIFR-root { color: #ff0033; text-transform: none; }',
		'a { color: #ff0033; text-decoration: none; }',
		'a:hover { color: #ff0033; text-decoration: none; }' ] });

sIFR.replace( agency,  { selector: '.page_item', wmode: 'transparent', css: [ 
		'.sIFR-root { color: #000000; text-transform: uppercase; }',
		'a { color: #111111; text-decoration: none; }',
		'a:hover { color: #ff0033; text-decoration: none; }' ] });
*/
