secretboy08
Elite Member
- Apr 2, 2008
- 2,395
- 886
am sorry if this is the wrong section.
questions welcome.
this popup is like
wait dont go.if you buy now our blonde will give you blowjob.
Code:
</style>
<script type="text/javascript" language="javascript">
var areYouReallySure = false;
var internalLink = false;
function areYouSure() {
if (!areYouReallySure && !internalLink) {
areYouReallySure = true;
location.href="url to go to"
return "*****************************************************\n\nWait! \n\nBefore you leave , please take a look at this limited time offer. Remember, this is a 100% FREE.DON'T EVEN PAY S&H CHARGES.\n\nWhy miss the chance to receive Free Acai Berry? \n\nCLICK CANCEL TO TAKE THE SPECIAL OFFER\n\n*****************************************************";
}
}
window.onbeforeunload = areYouSure;
</script>
questions welcome.
this popup is like
wait dont go.if you buy now our blonde will give you blowjob.