
var bannerurl='http://www.porkys'+'pikantepretpark.nl';

function verify_age(ref,okref) {
	if (ref) {
		if (!confirm('This area may contain porno graphic or erotic content. Are you 18+ and can we continue?')) {
			alert('Than just wait a few more years... Thanks for your honesty anyway and come back later.');
			document.location='http://www.yolino.com';
		}
	}
	else {
		if (okref) {
			document.location=okref;
		}
	}
}

