var digital = {

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

};

var stratum = {

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

};

var omnes = {

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

};

sIFR.prefetch(digital);
sIFR.prefetch(stratum);
sIFR.prefetch(omnes);
sIFR.activate();


/* Replaced Selectors
----------------------------------------------------------------------------- */

function replace(browser) {
	
	
/* Stratum */
	
	
	sIFR.replace(stratum, {
	
		selector: '#page-home #editorial li.alt h4',
		wmode: 'transparent',
		css: ['.sIFR-root { text-transform: uppercase; leading: -7; } .sIFR-root a { color: #88007a; text-decoration: none; } .sIFR-root a:hover { color: #bc00a9; }']
	
	});
	
	sIFR.replace(stratum, {
	
		selector: '#page-home #editorial li.last h4',
		wmode: 'transparent',
		css: ['.sIFR-root { text-transform: uppercase; leading: -7; } .sIFR-root a { color: #a4a4a4; text-decoration: none; } .sIFR-root a:hover { color: #c9c9c9; }']
	
	});
	
	sIFR.replace(stratum, {
	
		selector: '#page-home #editorial li h4',
		wmode: 'transparent',
		css: ['.sIFR-root { text-transform: uppercase; leading: -7; } .sIFR-root a { color: #cc0004; text-decoration: none; } .sIFR-root a:hover { color: #f8090d; }']
	
	});

	sIFR.replace(stratum, {
	
		selector: '#page-home #editorial #twitter_update_list li:first-child span',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #a4a4a4; text-transform: uppercase; leading: -7; } .sIFR-root a { color: #cc0004; text-decoration: none; } .sIFR-root a:hover { color: #f8090d; }']
	
	});
	
	sIFR.replace(stratum, {
	
		selector: '#page-home #editorial #twitter_update_list li:last-child span',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #a4a4a4; text-transform: uppercase; leading: -7; } .sIFR-root a { color: #88007a; text-decoration: none; } .sIFR-root a:hover { color: #bc00a9; }']
	
	});

/* Digital */

	if (browser == "ie7") {

		sIFR.replace(digital, {
		
			selector: '#page-news #main h4, #page-story #main h4, h3',
			wmode: 'transparent',
			css: ['.sIFR-root { color: #ffffff; text-transform: uppercase; leading: -5; } .sIFR-root a { color: #00d5ef; text-decoration: none; } .sIFR-root a:hover { color: #00e3ff; }']
		
		});
	
	} else {
	
		sIFR.replace(digital, {
		
			selector: '#page-news #main h4, #page-blog #main h4, #page-story #main h4, h3',
			wmode: 'transparent',
			css: ['.sIFR-root { color: #ffffff; text-transform: uppercase; leading: -5; } .sIFR-root a { color: #00d5ef; text-decoration: none; } .sIFR-root a:hover { color: #00e3ff; }']
		
		});
	
	}
	
	
/* Omnes */

	
	sIFR.replace(omnes, {
	
		selector: '#page-home #photos h4',
		wmode: 'transparent',
		css: ['.sIFR-root { color: #302825; }']
	
	});

}

replace(browser);

