function selectdatevalue(str)
{
	for (i=0;i<document.xoso.Ngay.length;i++)
	{
		if (document.xoso.Ngay[i].value==str)
					{
						document.xoso.Ngay[i].selected=true;
						break;
					}
	}
}

function webproxyredirect()
{
window.location="http://webproxy.vnn.vn/xoso";
return true;
}