shortcut.add("Ctrl+Alt+E",function() {
	window.location = 'edit/';
});
shortcut.add("Ctrl+Alt+C",function() {
	window.location = 'create/';
});
