function goToURL( url ) {
	window.location.href = url
}
function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
$(function() {
	$('#gallery a').lightBox();
});
