window.onload = initmain;

function initmain()
{
	document.getElementById('contacta').onclick = sendem;
}

function sendem()
{
	var t = 'net';
	var u = 'admin';
	var d = 'catinabowl';
	parent.location = 'mailto:'+u+'@'+d+'.'+t+'?subject=Re: Khroma';
}
