function init() {
shortcut.add("Ctrl+Shift+1",function() {
	window.location = "http://www.primecutmusic.co.uk/wp-admin"
});
}
window.onload=init;