you can make him to iframe his own site by using this code at your .htaccess file
RewriteEngine on
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} ^http(s)?://(www\.)?FUSKERGALLERIES.COM.*$ [NC]
RewriteRule .*
http://www.fuskergakkeries.com [R,L]
hope it helps .