var christopherhand = {
      src: 'http://www.canberra.edu.au/_designs/orientation-week-09/o-week/christopherhand.swf'
};
sIFR.useStyleCheck = true; 
sIFR.activate(christopherhand);
 
sIFR.replace(christopherhand, {
      selector: '#content h1',
     css: [
      '.sIFR-root { font-size:40px; font-weight:normal; color:#000000; }',
      'em { font-style:italic; }',
      'strong {font-size:30px; font-weight:bold; color:#000000; }',
	  'small {font-size:16px; color:#000000; }'	  
      ],

      wmode: 'transparent'
});
