$(document).ready(function(){
	$('.ImmTS_Default tr:even').addClass('even');
	$('.bannerHome').flash({swf:'/flash/banner.swf', width:982, height:124, hasVersion:8, expressInstaller:'/flash/expressInstall.swf', flashvars:{}, params:{wmode:'transparent'}});
	$('.bannerHome img').appendTo('.bannerHome');
	$('.calloutBox').each(function(e){
		$(this).find('img').css('background', 'url(' + $(this).find('img').attr('src') + ') 50% 7px no-repeat').attr('src', '/images/callout_top.png').css('padding', '0');
		/*if(((e+1) % 3) == 0 && e != 0){
			$('<div style="clear:both;"></div>').insertAfter(this);
		}*/
	});
	/*$('.button').each(function(e){
		if(((e+1) % 3) == 0 && e != 0){
			$('<div style="clear:both;"></div>').insertAfter(this);
		}
	});*/
});
