<!-- 
function osoite1( tunniste, kuvake ) {
sposti="tuntematon";

if ( tunniste=="musher" )
{
sposti="erkki" + '@' + "gegwen.com";
}

document.write( sposti );

}


-->
