	$(document).ready(	function externalLinks() {
		if (!document.getElementsByTagName) return;
		var anchors = document.getElementsByTagName("a");
		for (var i=0; i<anchors.length; i++) {
			var anchor = anchors[i];
			if (anchor.getAttribute("href") &&
			anchor.getAttribute("rel") == "external")
			anchor.target = "_blank";
		}
	}
	);

/*
	function mouseover(obj){
		obj.setAttribute("class", "fil4 str2 active"); 
	}
	function mouseout(obj){
		obj.setAttribute("class", "fil4 str2 inactive"); 
	}
*/
    Galleria.loadTheme('http://www.myviewfinder.net/js/themes/classic/galleria.classic.js');
    //Galleria.loadTheme('js/themes/fullscreen/galleria.fullscreen.js');
    $('#gallery').galleria({
        image_crop: false,
        transition: 'fade',
        data_config: function(img) {
            return {
                description: $(img).next('p').html()
            };
        }
    });

