/* js27.1.2010 */

function schreibuns (o)
{ var t=o;
  if (typeof(o) != "string") { 
    t=o.text; /* geht noch nicht, diesen Teil nicht verwenden!! */
  }
  var dot='.';
  var at="@e"+"codesign"+dot+"at";
  return location.href="mail"+"to:"+t+at;
}
