<SCRIPT LANGUAGE="javascript">

<!--

if (confirm("MESSAGE1")) {
	vote1();
} else {
	alert("MESSAGE2");
}

function vote1() {
	window.open("http://www.passlovers.com/cgi-bin/count.cgi?ACCOUNT")
}

// -->

</script>


// The above link code must be installed between the <HEAD> </HEAD> tags in your
// html document. This code will popup a javascript alert box. Where it says MESSAGE1,
// you should ask them to check out Pass Lovers :) Where it says MESSAGE2, you
// could put in anything, because that message only comes up if the surfer presses
// cancel. If the surfer presses ok, then a new window will load on top of your site.