﻿function quicklinkjump (gohere) {	
	window.location = gohere;
}

