function showEmail(div,pre){
var d='minibingo.co.uk';
var a=document.getElementById(div)
a.href="mailto:"+pre+"@"+d
a.innerHTML=pre+"@"+d
}
