document.observe("dom:loaded", function() {

	$('links').observe('click', function(event) {
		//test
	});
	
});

function(page) {
	//test
}