// JavaScript Document
$(document).ready(function(){
	$('#addGaleria').click(function(){
		location.href = 'addGaleria.php';								
	})
})