﻿/*
 * lavincolo
*/
function setRegistry(hash)
{
    if ( document.getElementById('UserZiingaRegistry') )
    {
        document.getElementById('UserZiingaRegistry').value = hash;
    }
};



