$(document).load(function() {
	$('#main a').focus(function() {
		console.log('test');
	});
});

