
function WhatIsThis()
{
	var url="http://www.emailmeform.com/?v=turing&pt=popup";
	window.open(url,'_blank','width=400, height=300, left=' + (screen.width-450) + ', top=100');
	return false;
}

function RefreshImage()
{
	document.getElementById('captcha').src = document.getElementById('captcha').src + '?' + (new Date()).getMilliseconds();
	return false;
}
