var voltage = {
	src: 'Flash/voltage.swf'
};

var bernhardfashionBT = {
	src: 'Flash/bernhardfashionBT.swf'
};

sIFR.activate(voltage ,bernhardfashionBT);

sIFR.replace(bernhardfashionBT,  {
			 selector: '#Branding h2' ,css:['.sIFR-root{color:#FFFFFF;  }'] ,wmode: 'transparent'
			 });
sIFR.replace(bernhardfashionBT, {
			 selector: '#Branding h1' ,css:['.sIFR-root{color:#FF9900; }'] ,wmode: 'transparent'			
			 });
sIFR.replace(bernhardfashionBT, {
			selector: 'p' });
/* the fontSize:30 above does not change the font size-- to change font size use sIFR-screen.css file.*/
/*sIFR.replace(mystuff, {
selector: 'h1' ,css:['.sIFR-root{color:#000000;}', 'a{text-decoration:none}', 'a:link{color:#000000;}', 'a:hover{color:#CCCCCC;}'] });*/