$(function(){
  initRound();
});

function initRound(){
	$('.round[align=left]').addClass('left');
	$('.round[align=right]').addClass('right');
  round = new swfir();
  round.specify('src', 'header.swf');
  round.specify('border-color', 'ffffff');
  round.specify('border-radius', '7');
  round.swap('.round');
 
}


