Normally, the referrer is traceable through:
document.referrer
$_SERVER[\'HTTP_REFER
There is a cross browser solution in Javascript that removes the referrer, it uses Iframes created dynamically, you can take a look to a proof of concept ( disclaimer: it uses a little JS library I wrote ).