jQuery(document).ready(function() {
	jQuery(".flash_gif").each( function(i){
		jQuery(this).height( jQuery(this).parents(".flashbanner").height() );
	});
});
