// JavaScript Document
$(document).bind('keydown', 'Ctrl+shift+l', fn);

function fn(){
	
	window.location = "http://www.vacm.qc.ca/admin/";
	
}
