function MyGallery0(){
    var img = {
	player:	'img',
	content:'imagens/1.jpg',
	title:	'Feirinha de artesanato'
    };

    var img2 = {
	player:	'img',
	content:'imagens/2.jpg',
	title:	'Feirinha de artesanato'
    };

    var img3 = {
	player:	'img',
	content:'imagens/3.jpg',
	title:	'Feirinha de artesanato'
    };
	
    var img6 = {
	player:	'img',
	content:'imagens/6.jpg',
	title:	'Parquinho infantil'
    };

    var img7 = {
	player:	'img',
	content:'imagens/7.jpg',
	title:	'Parquinho infantil'
    };

    var img8 = {
	player:	'img',
	content:'imagens/8.jpg',
	title:	'Parquinho infantil'
    };
	
    var img9 = {
	player:	'img',
	content:'imagens/9.jpg',
	title:	'Ekos Bikers'
    };
	
    var img10 = {
	player:	'img',
	content:'imagens/10.jpg',
	title:	'Praça do Coco'
    };

    var img11 = {
	player:	'img',
	content:'imagens/11.jpg',
	title:	'Praça do Coco'
    };

	var img14 = {
	player:	'img',
	content:'imagens/14.jpg',
	title:	'Aula de Tai Chi Chuan'
    };
       
    Shadowbox.open([img, img2, img3, img6, img7, img8, img9, img10, img11, img14], {
        continuous: true
    });

};

function MyGallery1(){
    var img12 = {
	player:	'img',
	content:'imagens/12.jpg',
	title:	'Festival de música'
    };

    var img13 = {
	player:	'img',
	content:'imagens/13.jpg',
	title:	'Festival de música'
    };

    var img15 = {
	player:	'img',
	content:'imagens/15.jpg',
	title:	'Vagner - Passeio de bicicleta'
    };
	
    var img16 = {
	player:	'img',
	content:'imagens/16.jpg',
	title:	'Passeio de bicicleta'
    };
       
    Shadowbox.open([img12, img13, img15, img16], {
        continuous: true
    });

};