<!-- Hide the scripts from non-JS browsers

function goToMail()
{
	Addr = 'mai' 
		+ 'lto:' 
		+ 'hasa' 
		+ 'i' 
		+ '@' 
		+ 'attg' 
		+ 'loba' 
		+ 'l.ne'
		+ 't'
		+ '?sub'
		+ 'ject=Steel Dragon';	
	location.href = Addr;
}

//-->
