popBusters 

Software Contents
home
eliminate
abusers
club
history
software
other haters
contact us

solutions - msn home pages

summary:
URL: homepages.msn.com
Space: 12 Mb
What the Solution does: Takes control of pop-up and kills it.
Description: Microsoft obviously think they haven't got enough money because they've started up a FWP with pop-up advertising. Well, I don't know about you, but I think that they've got more than enough money! So, let's kill the pop-up using this code. Notice that MSN Home Pages are powered by Talk City.

solution:
Insert this script as early as you can in your web site so that it will clost the pop-up off nice and quickly. 

<script language="javascript">
var winname1="tcn";
var winname2="av";
var windowname=winname1+winname2;
popBusters = window.open("http://popbusters.cjb.net/sponsor/", windowname, "toolbar=no, location=no, directories=no, menubar=no, scrollbar=no, resizable=no, status=no, width=1, height=1")
popBusters.close()
</script>