function full(nugget) {
	var fullScreen = window.open(nugget + "_fs.php" + location.search,"full","resizable=yes");
	fullScreen.focus();
}
function terms() {
	var fullScreen = window.open("/about/privacy.php","full","resizable=yes");
	fullScreen.focus();
}
