// Copyright(c) Andrew Kingdom, AUS 2002function rmeld(a,b,c) {   result=''   for (var i=0; i<arguments.length; i++) {      result= arguments[i]+result;   }   return result}function gamme() {  return rmeld('shome.com.au','doms@optu','theking')}function required() {	location.href= 'mailto:'+gamme()+'?subject='+top.document.title;}// preparation - - - - - - -document.write(    '(<a href="javascript:required()">'+gamme()+'</a>)'  ); 
