$(document).ready( function()
{
	DD_roundies.addRule('.rounds5', '5px');
	if($.browser.msie && $.browser.version=="6.0")
	{
		DD_belatedPNG.fix('.relbtn,.active,.cont,img');
	}

});

function reloadCaptcha(path)
{
	$("#captImage").attr('src','/kcaptcha/index.php?chk='+Math.random(150000));
}

