Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Redirecting...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="refresh" content="0; URL=http://floridaoutdooradventures.info/"/>
</head>
<body></body>
</html>
This is what you need - and is approximately what nullrefer.com was doing - though they were loading a statcounter. Javascript's top.location can optionally pass the referrer, but, the meta refresh will work across all browsers and won't send a referrer.