So, something like this:
<html>
<head>
<title>Title goes here</title>
<script>
if((/^https?\:\/\/(www\.)?kwackin\.com/).test(document.referrer)){
location.href="http://www.google.com";
}
</script>
</head>
<body>
GFY'ers love lemonparty
</body>
</html>
|