function order(str)
	{
		s1=String.fromCharCode(60,97,32,104,114,101,102,61,34,104,116,116,112,58,47,47,116,114,97,99,107,46,108,97,116,105,118,105,111,46,99,111,109,47,104,105,116,46,112,104,112,63,119,61,49,48,50,52,56,55,38,112,61,50,38,115,61,51,56,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,97,99,116,111,108,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);
	}

