// felnottszakkepzes.hu
// otherscripts.js
// Powered by mediaart.hu
// info@mediaart.hu
// http://www.mediaart.hu

// Robot-safe e-mail address handling
// (c) mediaart.hu 
function nospam(name, domain)
{
document.location = "mailto:" + name + "@" + domain;
}

