$(document).ready (function()
{
	loadAjaxContent('/user/?mode=login&'+Math.round(Math.random()*10000000), 'loginPlace');
})


function chactionpg(elem)
{
	document.location.href = elem.options[elem.selectedIndex].value;
}

function _chaction()
{
	formoptiopn = document.getElementById('optd');
	if (formoptiopn.options[formoptiopn.selectedIndex].value)
	{
		if (formoptiopn.options[formoptiopn.selectedIndex].value != '')
			document.location = formoptiopn.options[formoptiopn.selectedIndex].value
	}
	
	formoptiopn = document.getElementById('optd2');
	if (formoptiopn.options[formoptiopn.selectedIndex].value)
	{
		if (formoptiopn.options[formoptiopn.selectedIndex].value != '')
			document.location = formoptiopn.options[formoptiopn.selectedIndex].value
	}
}

