/*== Define the SWF locations ==*/
var Test = {
	src: '/flash/test.swf'
};
/*== ==*/

/*== Replace characters manually ==*/
var ligature_it = function(str)
{
    return str;
}
/*== ==*/

/*== Activate the SWF's width sIFR ==*/
sIFR.activate(Test);
/*== ==*/

/*== Global definitions for the elements replaced ==*/

/*= Text (Selectable text SWF's) =*/
sIFR.replace(Test, {
	selector: '.quotes',
	wmode: 'transparent',
	css: [
		,'.sIFR-root { color: #FFFFFF; font-size: 17px; margin: 0px 0px0 px 0px; width:230px; height: 160px; }'
		,'a { color: #FFFFFF; text-decoration: none; }'
		,'a:visited { color: #FFFFFF; text-decoration: none; }'
		,'a:hover { color: #FFFFFF; text-decoration: none; }'
	]
});