function filterAdult() {	
			var html = '<div id="splash" style="width: 775px; height: 249px; background: url(images/splash.png); position: absolute; left: 300px; top: 150px;"><div style="width: 400px; margin: 210px 0 0 270px;"><a style="color: blue" href="http://www.affiliateprograms.com/">TAKE ME BACK</a> | <a style="color: blue" href="process-adult.php">I\'M 18 OR OLDER, CONTINUE</a></div></div>';
			document.getElementById('overlay').innerHTML = html;
			document.getElementById('overlay').style.display = 'block';
		}