$(document).ready(function() {
	var oImprint = new imprintpage();
});

function imprintpage() {

	this.init = function() {
		$('#imprint_content .popup').click(function() { oTools.popup(this.href, 'License'); return false; });
	};

	this.init();

}