<?php
// ftp and mysql by jasis//
$title='Контакты';
include'head.php';
echo'<div class="i">Контакты</div><div>';
echo'Связь с администрацией<br/><br/>
Icq: 475685<hr/>
';
echo'</div>';
include'foot.php';
?>