var newJohnson = {
  src: '../_graphics/newJohnson.swf'
	
};

sIFR.activate(newJohnson);

sIFR.replace(newJohnson, {
 selector: 'h3.band_name',
	  css: [
      '.sIFR-root { color:#ffffff; text-transform:uppercase;font-size:10px; }'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #CAC6C6; }'
     ],
 	offsetTop: '8',
	forceSingleLine: true,
	wmode: 'transparent'/*,
	filters: {
 	DropShadow: {
    knockout: false
    ,distance: 1
    ,color: '#bbb'
    ,strength: 1
  }	
}*/
});

/*sIFR.replace(newJohnson, {
 selector: '.artist_link',
	  css: [
      '.sIFR-root { color:#4a5e66; text-transform:uppercase;font-size:10px; leading:-1px;}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #4A5E66; }'
      ,'a:hover { color: #CAC6C6; }'
     ],	
	wmode: 'transparent',
	offsetTop: '-4',
	tuneHeight: '-5'
});*/

sIFR.replace(newJohnson, {
 selector: '.community_link',
	  css: [
      '.sIFR-root { color:#C0A929; text-transform:uppercase;font-size:11px; leading:-2px; text-align:right;}'
	   ],	
	wmode: 'transparent'
	});





