var quicksand = {
      src: 'flash/quicksand.swf'
};
 
sIFR.activate(quicksand);
 
sIFR.replace(quicksand, {
      selector:  'nothing',
	  css: [
      '.sIFR-root {font-weight:normal; color:#33BCEB;}'
      ],  
	  
      wmode: 'transparent'

	  
	  });

