var cooper = {
  src: '/static/uptown.swf'
};

sIFR.activate(cooper); // From revision 209 and onwards

sIFR.replace(cooper, {	
	selector: 'h2',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { color: #00A2FF; font-weight: bold;}'
	  ,'a { text-decoration: none }'
	  ,'a:link { color: #ff007e }'
	  ,'a:hover { color: #000000 }'
	]
});

