// kylefh
poptxt = "";
function msgpop() {
	if (poptxt != "") {
		alert(poptxt);
	}
} 
window.onload = msgpop;