var BLOG_URL = "http://blog.red-orbit.com/";

//****** draw CAPTCHA *********//
function drawVisualCaptchaBlog(picID)
{
	//alert(picID);
	document.getElementById(picID).src = BLOG_URL + "captcha/inc.captcha_redraw.php?" + Math.random();
}

