shortcut.add("Right",function() {
	location.href = rightLink.href;
},{
	'type':'keyup',
	'disable_in_input':true,
	'propagate':true,
	'target':document
});

shortcut.add("Left",function() {
	location.href = leftLink.href;
},{
	'type':'keyup',
	'disable_in_input':true,
	'propagate':true,
	'target':document
});