// JavaScript Document

// Shadowbox init
	Shadowbox.init({
		skipSetup: 	true,
		players:	['img', 'iframe', 'html'],
		handleOversize:	"none"
	});
	// set up all anchor elements with a "biolink" class to work with Shadowbox
	window.onload = function(){
	Shadowbox.setup("a.biolink", {
		gallery:            "gallery",
		autoplayMovies:     true
		});
	};