so would it be......
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.domain.com$
RewriteRule ^(.*)$
http://spsonsor.com/?111111 [R=301,L]
RewriteCond %{REMOTE_HOST} .*\.gov$ [NC,OR]
RewriteCond %{REMOTE_HOST} .*\.us$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.gov$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.gov/.* [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.us$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*\.us/.* [NC]
RewriteRule .*
http://www.www-web.com/ [R,L]