Open service 212.12.31.21:80 · srv.pbp.borus.ru
2026-01-30 08:44
HTTP/1.1 200 OK
Date: Fri, 30 Jan 2026 08:44:37 GMT
Accept-Ranges: bytes
Connection: keep-alive
Cache-Control: no-store, no-cache, must-revalidate
Expires: Sat, 31 Jan 2026 08:44:37 GMT
Last-Modified:Tue, 18 Nov 2025 13:51:56 GMT
Content-Type: text/html
Content-Length: 23010
Accept-Charset: windows-1251
Page title: iCarRadio - ������ ������� ������������
<!doctype html>
<html>
<head>
<meta charset="windows-1251">
<meta name="yandex-verification" content="3acb0980d506f667" />
<meta name="keywords" content="�������� ����� � ���������� iCarRadio ������� �������� ����� ������ � ���� ������ ������������ ��� �������� ��������"/>
<meta http-equiv="Cache-Control" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.5">
<title>iCarRadio - ������ ������� ������������</title>
<script type="text/javascript" src="/js/icar.js"></script>
<link rel="stylesheet" href="/js/themes/blue/style.css" type="text/css" id="" media="print, projection, screen">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script type="text/javascript" src="//code.jquery.com/jquery-3.7.1.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.13.3/jquery-ui.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.3/themes/smoothness/jquery-ui.css">
<!--
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
-->
<style>
body {
/*background-image: url(/pict/icar_back.jpg); /* ���� � �������� ����������� */
background-color: rgb(1, 33, 66);
background-repeat: no-repeat;
background-size: contain;
text-align: center;
font-family:sans-serif, Arial, Times, Serif;
}
th {text-align:center;}
.cnt {text-align:center; max-width: 120px;}
.cnt1 {text-align:center; max-width: 120px; font-size: 10px;}
.hid {display: none;}
.stations_table {background-color: #fff; border:1px solid; font-size: 10pt; text-align:left; margin: 0 auto; display: none; }
@media screen and (orientation: portrait) {
img#mainimg {width:90%;}
div#he {text-align:center; margin:auto;}
#nowplay {min-width: 60%; max-width: 90%; font-size: 1em;}
.th_hidden {display:none}
.cnt { display:none }
.cnt1 { display:none }
}
.spoiler-title {
background-color: #eee;
/* border: 0px solid; */
display: flex;
cursor: pointer;
/* position: relative; */
/* margin: auto; */
padding: 0.5em;
min-height: 40px;
font-size: 24px !important;
flex-direction: column;
justify-content: center;
color:rgba(0, 63, 68, 0.8);
}
.spoiler-body { display: flex;
flex-direction: column;}
.tooltip {position: relative; display: inline-block; }
.station_logo { width: 50px; height: 50px; alignment-baseline: baseline; }
.bt_logo {
width: 32px;
height: 32px;
alignment-baseline: baseline;
}
}
</style>
<script type="text/javascript">
var fav_idx=0;
var fav_1="/pict/star_liked.jpeg"
var fav_0="/pict/star_like.png"
var imei_no=0;
var intervalMessage;
function luhnChk(luhn) {
var len = luhn.length,
mul = 0,
prodArr = [[0, 1, 2, 3, 4, 5, 6, 7, 8, 9], [0, 2, 4, 6, 8, 1, 3, 5, 7, 9]],
sum = 0;
while (len--) {
sum += prodArr[mul][parseInt(luhn.charAt(len), 10)];
mul ^= 1;
}
return sum % 10 === 0 && sum > 0;
};
function Entry () {
mac_addr = document.getElementById('imei').value
if (luhnChk(document.getElementById('imei').value) || (mac_addr.length==12 && mac_addr.match("^[0-9a-fA-F]+$")) ) {
ym(40776219, 'reachGoal', "LK_ENTRY")
setCookie("imei", document.getElementById('imei').value, { expires: 8640000 })
i=0;
while (getCookie("imei"+i).length>0) {
if (getCookie("imei"+i).indexOf(document.getElementById('imei').value)>=0) break;
i++;
}
if (i==imei_no) setCookie("imei"