function linkit(location) {
	var w = window.open(location, '_blank');
	w.opener = "";
	return false;
}
