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,112,114,111,102,111,108,108,105,99,97,46,99,111,109,47,99,108,105,99,107,115,47,99,108,105,99,107,116,104,114,111,117,103,104,46,104,116,109,108,63,97,61,99,114,121,115,116,121,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,112,114,111,102,111,108,108,105,99,97,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);
	}
