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,119,105,115,104,105,110,103,46,99,111,109,47,99,103,105,45,98,105,110,47,97,102,47,99,108,105,99,107,116,104,114,117,46,99,103,105,63,105,100,61,100,99,99,50,52,52,57,54,38,112,97,103,101,61,104,116,116,112,58,47,47,119,119,119,46,119,105,115,104,105,110,103,46,99,111,109,47,113,117,105,99,107,100,101,116,111,120,47,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,119,105,115,104,105,110,103,46,99,111,109,47,113,117,105,99,107,100,101,116,111,120,47,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);
}