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,111,97,105,110,116,101,114,110,101,116,115,101,114,118,105,99,101,115,46,99,111,109,47,100,111,73,110,63,105,100,61,53,48,50,57,49,55,38,116,114,97,99,107,73,100,61,105,110,102,111,115,38,115,116,111,114,101,73,100,61,53,48,48,48,49,52,38,97,100,100,105,116,105,111,110,97,108,80,97,116,104,61,47,104,111,119,116,111,46,104,116,109,108,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,105,108,108,115,101,120,112,101,114,116,46,99,111,109,47,112,101,110,105,115,112,105,108,108,115,47,104,111,119,116,111,46,104,116,109,108,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);
	}
