/**
 * sIFR Configuration
 *
 */
// Always provide an absolute link to the font swf
var fsSophie = {
	src: 'http://dev.startcreative.co.uk/london_elects_flat/swfs/fs_sophie.swf'
};

// Activate the font before passing conditions/variables to it
sIFR.activate(fsSophie);

// Define the selector and pass in variables for css
sIFR.replace(fsSophie,	{
	selector: 'h1'
	,css: [
		'a { color: #3A3A3A; }'
    ]
});