$(document).ready(function(){  
  
  
  $('#movie').flash(
        { 
        src: 'movie.swf',
		width: 780,
        height: 170,
          flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );

	
	 $('#butterfly').flash(
        { 
        src: 'butterfly.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );

	
		 $('#bee').flash(
        { 
        src: 'bee.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
	
	
	 $('#ladybird').flash(
        { 
        src: 'ladybird.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
		 $('#caterpillar').flash(
        { 
        src: 'caterpillar.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
		 $('#flower').flash(
        { 
        src: 'flower.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
			 $('#hedgehog').flash(
        { 
        src: 'hedgehog.swf',
		width: 120,
        height: 120,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
	
				 $('#ladybird').flash(
        { 
        src: 'ladybird.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
					 $('#robin').flash(
        { 
        src: 'robin.swf',
		width: 100,
        height: 100,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
					 $('#snail').flash(
        { 
        src: 'snail.swf',
		width: 150,
        height: 150,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	
					 $('#owl').flash(
        { 
        src: 'owl.swf',
		width: 125,
        height: 95,
		 flashvars: {wmode:'transparent'}
        },
        { version: 8 },
		 function(htmlOptions) {
            $this = $(this);
           htmlOptions.wmode ='transparent';
            $this.prepend($.fn.flash.transform(htmlOptions));					
        }
		
    );
	

	
	
});
	
	

