// JavaScript Document
function get_verification_code(id, type)
{
	document.getElementById(id).src = 'pass.php?' + Math.random() + '&type=' + type;
	window.x++;
}