// JavaScript Document
$(document).ready(function(){
	$.Lightbox.construct({
		show_linkback: false,
		show_helper_text: 'no',
	});
	
	
	$('#footer_back').click(function(){
		history.back();
		return false;
	});
	
});
