#!/bin/sh
. surfraw || exit 1
w3_config
if ok SURFRAW_netscape_background; then
	netscape -remote "openURL($*)" &
else
	exec netscape -remote "openURL($*)"
fi
