<SCRIPT LANGUAGE="JavaScript">

<!--

var exit=true;
function PLOVER() {
	if (exit)
		open('http://www.passlovers.com/cgi-bin/count.cgi?ACCOUNT');
}

// -->

</SCRIPT>


// To use the exit popup javascript you'll need to install the above code
// between the <HEAD> </HEAD> tags in your html document. You will also need
// to install the following code into the <BODY> tag :
//
// onunload=PLOVER()
//
// This will load a console whenever someone leaves your site.