function MyGallery(){ 
    var swf = { 
        player:     'swf', 
        content:    'enlargements/dogPileCat.swf', 
        height:     600, 
        width:      425, 
		title:      'Web Banners for Dogpile'
    }; 
        
       var swf2 = { 
        player:     'swf', 
        content:    'enlargements/dogPilePut.swf', 
        height:     600, 
        width:      425, 
		title:      'Web Banners for Dogpile'
    };  
        
    Shadowbox.open([swf, swf2], { 
        continuous: true 
    }); 

}; 