Sorry, justin! I fixed my email - I'm using Thunerbird now, so I just got the email notice.
Dragon, here is the script that I use on my .cjb.net and .tk domains to remove the advertising frame.
<html>
<head>
<script>
<!--
if (top.frames.length > 0) {
top.frames[1].location.href='about:none';
top.location.href='http://www.palominoweb.com/xphs/home';
}
else {
window.location.href='home';
}
//-->
</script>
</head>
<body>
</body>
</html>
I use this on .cjb.net. This simply replaces the frame that contains advertising scripts and then replaces the entire page to where ever you want.
It's extremely handy for redirection. Anyway, it's not hard to modfiy, tell me if you get stuck. You can also remove the third line (of the script) for a different type. Do some experimenting.
You will want to keep the file size to an extreme minimum, so the redirection occurs quickly.