--- /home/pasky/c.progs/elinks/elinks-0.5-build/contrib/lua/hooks.lua	Sat Jan 17 15:20:05 2004
+++ /home/pasky/.elinks/hooks.lua	Wed Feb 11 19:36:01 2004
@@ -397,6 +110,15 @@
         -- emphasis in text is lost
         return gsub (html, 'text="#002244"', 'text="#001133"', 1)
 
+    -- orkut.com
+    elseif sstrfind (url, "orkut.com") then
+	html = gisub (html, '<input type="hidden" name="__EVENTTARGET" value="" />',
+			    '<p>T: <input type="text" name="__EVENTTARGET" value="" />', 1)
+	html = gisub (html, '<input type="hidden" name="__EVENTARGUMENT" value="" />',
+			    'A: <input type="text" name="__EVENTARGUMENT" value="" /> '..
+			    '<input type="submit" name="go" /></p>', 1)
+	return html
+
     -- dictionary.com
     elseif sstrfind (url, "dictionary.com/cgi-bin/dict.pl") then
 	local t = { t = "" }
