window.addEvent('domready', function(){

window.addEvent('load', function(){
	if (globalmsg!=""){
		alert(globalmsg);
	}
});

});
