﻿function getContact()
{
    window.open(
    "mailto:" +
    "admin" +
    "@" +
    "epub4iphone.ru");
}
