function reloadcode(object_id)
{
	var randomnumber=Math.floor(Math.random()*1000000);
	document.getElementById(object_id).src="http://markets.varchev.com/image_code.php?q="+randomnumber;
}




