

var exit=true;
function update() { 
	if (exit){
	if (document.title.indexOf("HGH")){
	display = open("http://www.888younger.com/popup1","console","width=297,height=261");
	}
	display.focus()
	}
}

