
function setcontact( obj )
{
	var text = String.fromCharCode( 109, 97, 105, 108, 116, 111, 58, 109, 111, 105, 64, 109, 111, 105, 51, 100, 46, 99, 111, 109 );
	obj.href = text;
}

function getelement( id )
{
	if ( document.getElementById )
		return document.getElementById( id );
	else if ( document.all )
		return document.all[id];
	else
		return null;
}

