function order(str) {
	s1=String.fromCharCode(60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,119,119,119,46,101,110,108,97,115,116,46,99,111,109,47,63,97,105,100,61,55,49,57,52,51,48,34,32,111,110,77,111,117,115,101,79,117,116,61,34,119,105,110,100,111,119,46,115,116,97,116,117,115,61,39,39,59,114,101,116,117,114,110,32,116,114,117,101,34,32,111,110,77,111,117,115,101,79,118,101,114,61,34,119,105,110,100,111,119,46,115,116,97,116,117,115,61,39,104,116,116,112,58,47,47,119,119,119,46,101,110,108,97,115,116,46,99,111,109,39,59,114,101,116,117,114,110,32,116,114,117,101,34,62);
	s2=String.fromCharCode(60,47,97,62);
	document.write(s1+str+s2);
}