    /* Function NoSpam (c) Paneidos */
    function nospam(part1,part2,part3,part4) { 
        location.href="mai"+"lto:"+part1+"@"+part2+"."+part3+"?subject="+part4; 
    }
        
    var clientKeys = new Array (
        "82", "corpus", "kbmagic", "marine", "ilike", "nichiran", "nuon", "storm"
    )

    window.onload = function() {
      setTimeout(function(){
        for (ckey in clientKeys) new Image().src = '/images/preview/preview_'+ckey+'.png';
      }, 1000);
    };
    function preview(key){
        document.getElementById('preview_'+key).style.display='';
    }    
    function unview(key){
        document.getElementById('preview_'+key).style.display='none';
    }

