function wquery(){
 var a,b,c,d
 a='<input type=\"hidden\"'
 b='wbqry'
 a+=' value=\"'
 b+='@'
 c='.com\"'
 b+='thenco'
 d='recipient'
 c+=' name=\"'
 e='\">'
 document.write(a+b+c+d+e)
}
wquery()


// <input type=hidden value="wbqry <>at<> thenco <>dot<> com" name="recipient">
