<script>
function Tulosta(tulostus)
{
	return decodeURIComponent( escape( tulostus ) );
}

function Testaa()
{
	alert("testaa.testaa");
}
</script>

