function email(){
	document.write('<a href="'+'mail'+'to:'+'t'+'o'+'@'+'eg'+'go.ru'+'">'+'t'+'o'+'@'+'eg'+'go.ru'+'</a>');
}
function i_email(){
	document.write('<a href="'+'mail'+'to:'+'t'+'o'+'@'+'eg'+'go.ru'+'"><img src="/i/i_mail.gif" width="12" height="12" alt="Написать письмо" /></a>');
}

function email_href(){
	document.write('<a href="'+'mail'+'to:'+'t'+'o'+'@'+'eg'+'go.ru'+'">');
}

function email_phrase(phrase){
	document.write('<a href="'+'mail'+'to:'+'t'+'o'+'@'+'eg'+'go.ru'+'">'+phrase+'</a>');
}

function email_phrase_class(phrase, classname){
	document.write('<a href="'+'mail'+'to:'+'t'+'o'+'@'+'eg'+'go.ru'+'" class="'+classname+'">'+phrase+'</a>');
}