TW5でトップページに

[    検索ボックス      ]
[検索][画像検索][ニュース][YouTube]

というマルチ検索機能をつけたいんだけどどうやればいいんだろう

Google単体だと

<form method=get action="http://www.google.co.jp/search";>
<input type=text name=q size=31 maxlength=255 value="">
<input type=hidden name=hl value="ja">
<input type=submit name=btnG value="Google検索">
</form>

でいけるんだけどそこから先の応用が効かない