/* BARON DAVIS */
/* sIFR Configurations
----------------------------------------------------------------------------- */

/* Rockwell
----------------------------------------------------------------------------- */

	var rockwell = {

		src: asset_host + '/fonts/rockwell.swf'

	};

	sIFR.activate();


/* Replace Selectors
----------------------------------------------------------------------------- */

	function replace() {

		// Editorial headlines
		sIFR.replace(rockwell, {
	
			selector: '#news ul.stories h4, .display h4, .legal h2',
			wmode: 'transparent',
			fitExactly: true,
			selectable: true, 
			css: ['a { color: #000000; text-decoration: none; }', 'a:hover { color: #000000; text-decoration: none; }', '.sIFR-root { visibility: visible; color: #000000; text-transform: uppercase; }']
	
		});

	}


