var ROOT_URL = "http://www.optimizacija.eu/";

function drawVisualCaptcha(picID) 
{
	//alert(picID);
	document.getElementById(picID).src = ROOT_URL + "include/inc.captcha.php?" + Math.random();
}