$(document).ready(function(){  
  
  
  $('#flag-anim').flash(
        { 
        src: 'flag-anim.swf',
		width: 139,
        height: 86,
          flashvars: {wmode:'transparent', loop:'true'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
});
	
	
	$(document).ready(function(){  
  
  
  $('#hedgehoghome-anim').flash(
        { 
        src: 'hedgehoghome-anim.swf',
		width: 209,
        height: 246,
          flashvars: {wmode:'transparent', loop:'true'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
});
	
	
		$(document).ready(function(){  
  
  
  $('#hedgehog-anim').flash(
        { 
        src: 'hedgehog.swf',
		width: 327,
        height: 251,
          flashvars: {wmode:'transparent', loop:'true'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
});
	

