$(function(){
	$('#contents a.lightbox').lightBox();
});
var getFocus = function(){
	$('h2 a').focus();
}

