function GetJSCloak(f)
 {

  express = /(\\|\/|:|\.)/gi;
  
if(f.box.checked==true) {
  f.res.value="<a href=\""+f.st.value+"\" rel=\"nofollow\" onmousedown=\"this.href='"+f.url.value+"';\">"+f.desc.value+"</a>";
}
else {
  f.res.value="<a href=\""+f.st.value+"\" onmousedown=\"this.href='"+f.url.value+"';\">"+f.desc.value+"</a>";
}

 }