var negotiateFree = {  
	src: 'flash/sifr.swf'  
}; 

sIFR.activate( negotiateFree );

sIFR.replace( negotiateFree, { 
			 					selector: '.sifr',
								css:[
									  '.sIFR-root{ color: #FFFFFF; line-height: 12px; }',
									  'a { color: #FFFFFF; text-decoration: none}',
									  'a:hover { color: #CCCCCC }'
									],
								transparent: true
							} );

sIFR.replace( negotiateFree, { 
			 					selector: '.sifrBlack',
								css:[
									  '.sIFR-root{ color: #000000; line-height: 12px; }',
									  'a { color: #000000; text-decoration: none}',
									  'a:hover { color: #555555 }'
									],
								transparent: true
							} );
