extern function
validate()
//please do n0t c0py my file
//for renel wap use only!
{var x = WMLBrowser.getVar("gwapo") ;
var y = Lang.random(20) ;
if (String.length(x) < 1) {Dialogs.alert("error!!Please type your name");}
if (String.length(x) >= 1) {{Dialogs.alert('thanks!proceed to renel wap!') ; } WMLBrowser.go('http://renel18.xtgem.com/main') ; } ; }
