
 var im = {
      src: 'flash/futuralt-condensed.swf'
 };



 sIFR.activate(im);
 sIFR.replace(im, {

       selector: 'h6', wmode:'transparent', forceClear: 'true', forceSingleLine: 'true', selectable: 'false', fitExactly: 'true', BgColor:'#000000',
css: [
      '.sIFR-root { text-align: center; font-size:24px; cursor:default; font-weight:normal; color: #ffffff;  background-color: #948363;}',
	  'a{ color:#ffffff; text-decoration:none; }',
	  'a:link { color:#ffffff;}',
	  'a:hover { color:#790101; padding:30px;}',
     ]
 });

 



