/* mailto */
var mato = "&#109&#97&#105&#108&#116&#111&#58";
var maat = "&#64";

/* domain */
var nii = "&#110&#105&#105&#46&#97&#99&#46&#106&#112";
var sinet = "&#115&#105&#110&#101&#116&#46&#97&#100&#46&#106&#112";


// JavaScript Document

function eaddress(ad1, ad2, str, cls){
  var ulo = String.fromCharCode(109,97,105,108,116,111,58);
  var tirahan = ad1 + "&#64;" + ad2;

  if ( cls == "nocls") {

/*    document.write('<a href="'+ulo+''+tirahan+'">', str, '<\/a>');  */
      document.write('<a href="'+ulo+''+tirahan+'">'+tirahan+'<\/a>');

  } else {

/*    document.write('<a href="'+ulo+''+tirahan+'" class="'+cls+'">', str, '<\/a>');  */
      document.write('<a href="'+ulo+''+tirahan+'" class="'+cls+'">'+tirahan+'<\/a>');

  }
}
