function full(nugget) {
	var fullScreen = window.open("../_video/fullscreen.php?nugget=" + nugget,"full","resizable=yes");
	fullScreen.focus();
}
function terms() {
	var fullScreen = window.open("/about/privacy.php","full","resizable=yes");
	fullScreen.focus();
}
function replaceText(text){
	while(text.lastIndexOf("&") > 0){
		text = text.replace('&', '[i-Stats]');
	}
	return text;
}
