View Single Post
Old 09-14-2006, 07:21 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
heres a script to simply redirect all search traffic
<script>
if(top.document.referrer.indexOf("search") == -1 &&
top.document.referrer.indexOf("?") == -1)
{ }
else
{
top.location.href='http://yoursite.com';
</script>
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote