var h1 = {  src: 'swf/jstart-sifr.swf'};sIFR.activate(h1); // From revision 209 and onwardssIFR.replace(h1, {    selector: 'h1',    wmode: 'transparent',	forceSingleLine: 'true',	preventWrap: 'true',    css: [ '.sIFR-root { text-align: center; color: #FFFFFF; font-size: 72px; cursor:pointer; }',	  	'a:link { text-decoration: none; color: #FFFFFF; }',		'a:visited { text-decoration: none; color: #FFFFFF; }',		'a:hover { text-decoration: none; color: #FFFFFF; }',		'a:active { text-decoration: none; color: #FFFFFF; }'    ]  });