ÿþ<head> <title>SIMCORD & HOME PAGE</title> </head> <body bottommargin="1" leftmargin="1" rightmargin="1" topmargin="1" bgcolor=black background="index.files/hellskyhead.jpg" scroll="/no" bgproperties="fixed" style="background-repeat:no-repeat"> <style> <!-- A:hover{color:ff6633} ---> </style> <script language="JavaScript1.2"> var ns6=document.getElementById&&!document.all?1:0 var head="display:''" var folder='' function expandit(curobj){ folder=ns6?curobj.nextSibling.nextSibling.style:document.all[curobj.sourceIndex+1].style if (folder.display=="none") folder.display="" else folder.display="none" } </script> <Script Language="JavaScript"> var message="© SIMCORD & HOME PAGE"; function click(e) {if (document.all) {if (event.button == 2) {alert(message);return false;}} if (document.layers) {if (e.which == 3) {alert(message);return false;}}} if (document.layers) {document.captureEvents(Event.MouseDown);} document.onmousedown=click; </Script> <script language="JavaScript"> var author="www.simcord.ru"; var clocksize="95"; var xpos="91"; var ypos="10"; var colnumbers="#E02A18"; var colseconds="#F9D6D3"; var colminutes="#8a8a8a"; var colhours="#8a8a8a"; var regkey=""; </script> <script src="AnalogClock.js"> </script> <script language="JavaScript"> window.moveTo(0,0); window.resizeTo(screen.availWidth,screen.availHeight) </script> <SCRIPT language=JavaScript> //here you place the ids of every element you want. var ids=new Array('lay0','lay1','lay2','lay3','lay4','lay5','lay6'); function switchid(id){ setmycookie(id); hideallids(); showdiv(id); } function hideallids(){ //loop through the array and hide each element by id for (var i=0;i<ids.length;i++){ hidediv(ids[i]); } } function hidediv(id) { //safe function to hide an element with a specified id if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById(id).style.display = 'none'; } else { if (document.layers) { // Netscape 4 document.id.display = 'none'; } else { // IE 4 document.all.id.style.display = 'none'; } } } function showdiv(id) { //safe function to show an element with a specified id if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById(id).style.display = 'block'; } else { if (document.layers) { // Netscape 4 document.id.display = 'block'; } else { // IE 4 document.all.id.style.display = 'block'; } } } function setCookie(name, value, expires, path, domain, secure) { document.cookie= name + "=" + escape(value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function getCookie(name) { var dc = document.cookie; var prefix = name + "="; var begin = dc.indexOf("; " + prefix); if (begin == -1) { begin = dc.indexOf(prefix); if (begin != 0) return null; } else { begin += 2; } var end = document.cookie.indexOf(";", begin); if (end == -1) { end = dc.length; } return unescape(dc.substring(begin + prefix.length, end)); } function setmycookie($lay) { setCookie("prodlayer",$lay,0,"/"); } function getmycookie() { return getCookie("prodlayer"); } function PrependPage() { $x = getmycookie(); if ($x != null) { switchid($x); } else { setmycookie('lay1'); }; } </SCRIPT> <div align=center> <table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width="100%" style='width:100%'> <tr style='height:65pt'> <td width="100%" background="index.files/image001.jpg" nowrap colspan=2 style='width:100%;border-bottom:double #E02A18 1.75pt;height:65pt'> </img src="index.files/header.jpg" border=0 align=right style='margin-top:6.5pt;margin-right:6.5pt;margin-bottom:0.0pt;margin-left:16.3cm'></img> <a href="http://www.simcord.ru/"title=""><img src="index.files/clockhole.jpg" border=0></img></a> </td> </tr></table> <table class=MsoNormalTable align=left border=0 cellspacing=0 cellpadding=0 width="166pt" > <tr style='height:155.0pt'> <td width="166pt" nowrap valign=bottom style='width:166pt;border-top:none; border-left:none;border-bottom:double #E02A18 1.75pt;border-right:none; padding:0cm 0cm 0cm 0cm;height:155.0pt'> <p class=MsoNormal align=center> <script language="JavaScript"> setCal() function getTime() { var now = new Date() var hour = now.getHours() var minute = now.getMinutes() now = null var ampm = "" if (hour >= 12) { hour -= 12 ampm = "PM"} else ampm = "AM" hour = (hour == 0) ? 12 : hour if (minute < 10) minute = "0" + minute return hour + ":" + minute + " " + ampm} function leapYear(year) { if (year % 4 == 0) return true return false} function getDays(month, year) { var ar = new Array(12) ar[0] = 31 ar[1] = (leapYear(year)) ? 29 : 28 ar[2] = 31 ar[3] = 30 ar[4] = 31 ar[5] = 30 ar[6] = 31 ar[7] = 31 ar[8] = 30 ar[9] = 31 ar[10] = 30 ar[11] = 31 return ar[month]} function getMonthName(month) { var ar = new Array(12) ar[0] = "/=20@L" ar[1] = "$52@0;L" ar[2] = "0@B" ar[3] = "?@5;L" ar[4] = "09" ar[5] = "N=L" ar[6] = "N;L" ar[7] = "23CAB" ar[8] = "!5=BO1@L" ar[9] = ":BO1@L" ar[10] = ">O1@L" ar[11] = "5:01@L" return ar[month]} function setCal() { var now = new Date() var year = now.getYear() var month = now.getMonth() var monthName = getMonthName(month) var date = now.getDate() now = null var firstDayInstance = new Date(year, month, 0) var firstDay = firstDayInstance.getDay() firstDayInstance = null var days = getDays(month, year) drawCal(firstDay + 1, days, date, monthName, year)} function drawCal(firstDay, lastDate, date, monthName, year) { var headerHeight = 0 var border = 0 var cellspacing = 0 var headerColor = "#E02A18" var headerSize = "3" var colWidth = 37 var dayCellHeight = 55 var dayColor = "#4D4D4D" var daySize = "3" var cellHeight = 33 var todayColor = "yellow" var timeColor = "#8a8a8a" var text = "" text += '<TABLE BORDER=' + border + ' CELLSPACING=' + cellspacing + '>' text += '<TH COLSPAN=7 HEIGHT=' + headerHeight + '>' text += '<FONT COLOR="' + headerColor + '" SIZE=' + headerSize + ' Face="Microsoft Sans Serif">' text += monthName + ' " ' + year + ' 3>4' text += '</FONT>' text += '</TH>' var openCol = '<TD WIDTH=' + colWidth + ' HEIGHT=' + dayCellHeight + '>' openCol += '<FONT COLOR="' + dayColor + '" SIZE=' + daySize + ' Face="Arial Black">' var closeCol = '</FONT></TD>' var weekDay = new Array(7) weekDay[0] = "=" weekDay[1] = "B" weekDay[2] = "!@" weekDay[3] = "'B" weekDay[4] = "B" weekDay[5] = "!1" weekDay[6] = "A" text += '<TR ALIGN="center" VALIGN="center">' for (var dayNum = 0; dayNum < 7; ++dayNum) { text += openCol + weekDay[dayNum] + closeCol} text += '</TR>' var digit = 1 var curCell = 1 for (var row = 1; row <= Math.ceil((lastDate + firstDay - 1) / 7); ++row) { text += '<TR ALIGN="center" VALIGN="top">' for (var col = 1; col <= 7; ++col) { if (digit > lastDate) break if (curCell < firstDay) { text += '<TD></TD>' curCell++} else{ if (digit == date){ text += '<TD HEIGHT=' + cellHeight + '>' text += '<FONT COLOR="' + todayColor + '" SIZE="3" Face="Arial"><B>|' text += digit text += '|' text += '</TD>'} else text += '<TD HEIGHT=' + cellHeight + '><font size="3" Face="Arial" color="#F9D6D3">' + digit + '</font></TD>' digit++}} text += '</TR>'} text += '</TABLE>' document.write(text)} </script> <o:p></o:p></span></p> </td> <tr style=''> <td width="166pt" nowrap valign=top style='width:166pt;border:none;padding:0cm 0cm 0cm 0cm'> <p class=MsoNormal align=right style='margin-top:10.0pt;margin-right:0cm;margin-bottom:0.0pt;margin-left:0.0cm;text-indent:0.0cm;text-align:right'><span style='font-size:9.0pt;font-family:Tahoma'> <a href="javascript:switchid('lay1');"title=">B:@KBL @0745; AB@>D878G5A:85 8AA;54>20=8O"> <span style='color:#E02A18;text-decoration:none'>AB@>D878G5A:85 8AA;54>20=8O </span><span style='font-size:8.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>º%</a></span></b></p> <p class=MsoNormal align=right style='margin-top:3.0pt;margin-right:0cm;margin-bottom:0.0pt;margin-left:0.0cm;text-indent:0.0cm;text-align:right'><span style='font-size:9.0pt;font-family:Tahoma'> <a href="javascript:switchid('lay2');"title=">B:@KBL @0745; $878:0 >:@C60NI53> <8@0"> <span style='color:#E02A18;text-decoration:none'>$878:0 >:@C60NI53> <8@0 </span><span style='font-size:8.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>º%</a></span></b></p> <p class=MsoNormal align=right style='margin-top:3.0pt;margin-right:0cm;margin-bottom:0.0pt;margin-left:0.0cm;text-indent:0.0cm;text-align:right'><span style='font-size:9.0pt;font-family:Tahoma'> <a href="javascript:switchid('lay3');"title=">B:@KBL @0745; 5>;>38O 8 0B<>AD5@0 ?;0=5BK"> <span style='color:#E02A18;text-decoration:none'>5>;>38O 8 0B<>AD5@0 ?;0=5BK </span><span style='font-size:8.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>º%</a></span></b></p> <p class=MsoNormal align=right style='margin-top:3.0pt;margin-right:0cm;margin-bottom:0.0pt;margin-left:0.0cm;text-indent:0.0cm;text-align:right'><span style='font-size:9.0pt;font-family:Tahoma'> <a href="javascript:switchid('lay4');"title=">B:@KBL @0745; @30=8G5A:0O 687=L ?;0=5BK"> <span style='color:#E02A18;text-decoration:none'>@30=8G5A:0O 687=L ?;0=5BK </span><span style='font-size:8.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>º%</a></span></b></p> <p class=MsoNormal align=right style='margin-top:3.0pt;margin-right:0cm;margin-bottom:0.0pt;margin-left:0.0cm;text-indent:0.0cm;text-align:right'><span style='font-size:9.0pt;font-family:Tahoma'> <a href="javascript:switchid('lay5');"title=">B:@KBL @0745; !>F80;L=0O F828;870F8O"> <span style='color:#E02A18;text-decoration:none'>!>F80;L=0O F828;870F8O </span><span style='font-size:8.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>º%</a></span></b></p> <p class=MsoNormal align=right style='margin-top:2.0pt;margin-right:0cm;margin-bottom:0.0pt;margin-left:0.0cm;text-indent:0.0cm;text-align:right'><span style='font-size:9.0pt;font-family:Tahoma'> <a href="javascript:switchid('lay6');"title=">B:@KBL @0745; C=:B <5=N !6"> <span style='color:#333333;text-decoration:none'>C=:B <5=N !6 </span><span style='font-size:8.0pt;font-family:Tahoma;color:#333333;text-decoration:none'>º%</a></span></b></p> </td></tr></table> <tr style=''> <td width="82%" valign=top style='width=82%;border-top:none;border-left:none;border-bottom:none;border-right:none; padding:0cm 0cm 0cm 0cm'> <div style='z-index:0' id=lay0> </img src="index.files/intro.jpg" border=0 align=right></img> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.4cm;text-align:left;text-indent:0.0cm'> <span style='font-size:16.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>²%</b> <u><span lang=EN-US style='font-size:18.0pt;letter-spacing:0.4pt;font-family:Arial Black;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DIVINE INTERVENTION</u></span> <span style="display:/none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="650" height="310"><param name="video" value="http://static.video.yandex.ru/lite/simcord/ya4bsd2yyp.1911/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/ya4bsd2yyp.1911/" type="application/x-shockwave-flash" width="650" height="310" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:5.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:9.0pt;letter-spacing:0.0pt;font-family:Tahoma;color:#E02A18'> <i></i></span> </div> <div style='display:none;z-index:1' id=lay1> <p class=MsoNormal style='margin-top:0.0pt;margin-right:8.0pt;margin-bottom:10.0pt;margin-left:6.5cm;text-align:right;text-indent:0.0cm'> <span style='font-size:20.0pt;font-family:Arial Black;color:#E02A18;mso-hide:all'>!" $'! !!/</span> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic HD</u>  'C685 8@K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="344"><param name="video" value="http://static.video.yandex.ru/lite/simcord/k88f9iapcb.2430/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/k88f9iapcb.2430/" type="application/x-shockwave-flash" width="610" height="344" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>?5@2K5 45B0;L=>5 8AA;54>20=85 A>AB>O=8O 0B<>AD5@K 8 D878G5A:8E A2>9AB2 ?;0=5B, >B:@KBKE C 4@C38E 72Q74 =0H59 30;0:B8:8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  !?CB=8:8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/gz0vuru7sy.2911/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/gz0vuru7sy.2911/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$>@<8@>20=85 A?CB=8:>2 ?;0=5B 2 ?;0=5B0@=KE A8AB5<0E, 8=B5@5A=K9 >17>@ A?CB=8:>2 ?;0=5B !>;=5G=>9 A8AB5<K.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  ;0=5BK</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/rzsy92vejk.3021/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/rzsy92vejk.3021/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 ?;0=5B !>;=5G=>9 A8AB5<K, >B;8G8O 2 AB@C:BC@0E ?;0=5B 2 7028A8<>AB8 >B 8E D>@<8@>20=8O, >A>15==>AB8 ?;0=5BK 5<;O.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  !>;=5G=K5 A8AB5<K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/gqh1xwkh3u.1404/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/gqh1xwkh3u.1404/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>1@07>20=85 !>;=5G=>9 A8AB5<K 8 4@C38E ?;0=5B0@=KE A8AB5< 4@C38E 72574, ?@>F5AAK ?>2;8O2H85 =0 D>@<8@>20=85 ?;0=5B 8 8E @0A?>;>65=85.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic</u>  >645=85 !>;=5G=>9 A8AB5<K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="380"><param name="video" value="http://static.video.yandex.ru/lite/simcord/m3cxoa15uu.2310/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/m3cxoa15uu.2310/" type="application/x-shockwave-flash" width="550" height="380" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 AB@C:BC@0 !>;=F0 8 !>;=5G=>9 ?;0=5B0@=>9 A8AB5<K.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic</u>  >=AB@ ;5G=>3> ?CB8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/b0aalop7uy.414/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/b0aalop7uy.414/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>A<8G5A:85 'Q@=K5 4K@K :>;>AA0;L=KE <0AA 2 AB@C:BC@5 D>@<8@>20=8O 30;0:B8:.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " Horizon</u>  !25@E<0AA82=K5 G5@=K5 4K@K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="440"><param name="video" value="http://static.video.yandex.ru/lite/simcord/e0fwo5j94o.1204/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/e0fwo5j94o.1204/" type="application/x-shockwave-flash" width="550" height="440" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>'@572KG09=> 8=B5@5A=K5 0AB@>=><8G5A:85 >1J5:BK - >1;0AB8 A25@E3@028B0F88 8;8 B0: =07K205<K5 GQ@=K5 4K@K. 50;L=> ACI5AB2CNI85 >1J5:BK - GQ@=K5 4K@K - D0:B ?@>B82>@5G0I89 =5A>2<5AB8<>AB8 42CE B5>@89: 1I59 B5>@859 >B=>A8B5;L=>AB8 8 20=B>2>9 <5E0=8:8. @8 ?>?KB:5 >1JOA=8BL <0B5<0B8G5A:8 A8=3C;O@=>ABL, "3>@87>=B A>1KB89" 2 F5=B@5 GQ@=>9 4K@K - >15 B5>@88 40NB 15AA<KA;5==K5 @57C;LB0BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  '5@=K5 4K@K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/t6skyhvybx.2724/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/t6skyhvybx.2724/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 ?@8@>4K :>A<8G5A:8E A25@E?;>B=KE >1J5:B>2 - 'Q@=KE 4K@, D0B0;L=> 8A:@82;ONI8E ?@>AB@0=AB2>-2@5<O 8 >AB0=02;820NI85 A25B =0 B.=. 3>@87>=B5 A>1KB89 ?>A@54AB2>< A2>59 :>;>AA0;L=>9 3@028B0F88.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  !25@E=>2K5</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/5er06hb48j.3103/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/5er06hb48j.3103/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$8=0;L=K9 MB0? M2>;NF88 :@C?=KE 72Q74  27@K2 2A;54AB285 ?@52>AE>4AB20 A8; 3@028B0F88 =04 70:0=G820NI59AO B5@<>O45@=>9 @50:F859 =0720= A25@E=>2>9 8;8 38??5@=>2>9.  @57C;LB0B5 :>;>AA0;L=>3> 2K45;5=8O M=5@388 ?@>8AE>48B A>740=85 A0<KE BO65;KE E8<8G5A:8E M;5<5=B>2 8 D>@<8@>20=85 ?>4 402;5=85< 87 O4@0 72574K A25@E?;>B=>3> B5;0 8;8 :>A<8G5A:>9 GQ@=>9 4K@K.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  2574K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/eg0th0qspy.1109/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/eg0th0qspy.1109/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i> >645=85 8 M2>;NF8O 72574 2> A5;5==>9. 5E0=87< ?@5>1@07>20=8O 725740<8 <0B5@88 2 M=5@38N 8 A>740=8O E8<8G5A:8E M;5<5=B>2.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY Science " A5;5==0O</u>  2574K</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="410"><param name="video" value="http://static.video.yandex.ru/lite/simcord/619gkfkpw6.707/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/619gkfkpw6.707/" type="application/x-shockwave-flash" width="550" height="410" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>!B@C:BC@0 8 M2>;NF8O @07;8G=KE @07<5@>2 72Q74, 2>7=8:=>25=85 =59B@>==KE 72Q74 8 GQ@=KE 4K@. -2>;NF8O !>;=F0 8 2;8O=85 =0 5<;N.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  0;0:B8:8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/zzk6ohi50m.3002/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/zzk6ohi50m.3002/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>1@07>20=85 3830=A:8E 72574=KE A:>?;5=89 - 0;0:B8:, 8E AB@C:BC@K, @07<5@K 8 2708<>459AB28O.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic</u>  CB5H5AB285 =0 :@09 2A5;5==>9</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/rqei3axj3f.2329/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/rqei3axj3f.2329/" type="application/x-shockwave-flash" width="550" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>A;54>20B5;L=K9 >17>@ 8725AB=KE :>A<8G5A:8E >1J5:B>2 >B 1;8609H8E 4> A0<KE C40;Q==KE.</i></span> <br><br><br><br> </div> <div style='display:none;z-index:2' id=lay2> <p class=MsoNormal style='margin-top:00.0pt;margin-right:8.0pt;margin-bottom:10.0pt;margin-left:6.5cm;text-align:right;text-indent:0.0cm'> <span style='font-size:20.0pt;font-family:Arial Black;color:#E02A18;mso-hide:all'>$  #.)  </span> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC HD " Horizon</u>  'B> B0:>5 50;L=>ABL</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/3z4pprqorj.3728/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/3z4pprqorj.3728/" type="application/x-shockwave-flash" width="600" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>7CG5=85 <5E0=87<0 A>E@0=5=8O 8=D>@<0F88 2 AB@C:BC@5 'Q@=KE 4K@ - :>A<8G5A:8E >1J5:B>2 A25@E3@028B0F88, =0IC?K205B 5420 70<5B=CN ?0@0;;5;L <564C =5?>440NI59AO ?>=8<0=8N D878:>9 ?@>AB@0=AB20 A B>G:8 7@5=8O 20=B>2>9 <5E0=8:8 8 D878:>9 <0:@>A:>?8G5A:>3> >1J5:B0 'Q@=>9 4K@>9 A25@E3@028B0F88, D878:0 :>B>@>9 >1JOA=O5BAO 2 1I59 B5>@88 >B=>A8B5;L=>AB8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " Curiosity</u>  ABL ;8 0@0;;5;L=K5 A5;5==K5</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/uy20w7h29f.5004/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/uy20w7h29f.5004/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>#@02=5=85 (@Q48=35@0 2 20=B>2>9 <5E0=8:5  O2;O5BAO G0ABLN <0B5<0B8G5A:>3> 4>:070B5;LAB20 ACI5AB2>20=8O ?0@0;;5;L=KE <8@>2. 0;L=59H85 <0B5<0B8G5A:85 @0AGQBK 20=B>2>9 <5E0=8:8, :>B>@K5 G@572KG09=> B>G=K 8 ?>4B25@640NBAO M:A?5@8<5=B0;L=>, AB@C:BC@8@CNB :0@B8=C @50;L=>AB8 B@C4=> 2>A?@8=8<05<CN @07C<>< G5;>25:0, => 8<5NICN M:A?5@8<5=B0;L=>5 8 <0B5<0B8G5A:>5 ?>4B25@645=85. !CI5AB2>20=85 ?0@0;;5;L=KE <8@>2, =5 2>A?@8=8<05<KE =0<8, O2;O5BAO G0ABLN A53>4=OH=59 D878:>-<0B5<0B8G5A:>9 :0@B8=K @50;L=>AB8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  'B> ?@54H5AB2>20;> =0G0;C</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="342"><param name="video" value="http://static.video.yandex.ru/lite/simcord/sima4darlw.4609/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/sima4darlw.4609/" type="application/x-shockwave-flash" width="600" height="342" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>"5>@8O >;LH>3> 7@K20 - D0:BK AD>@<8@>202H85 B5>@8N 8 >1=0@C65==K5 D0:BK ?@8254H85 : =5>1E>48<>9 :>@@5:F88. =0;87 ?@>B82>@5G89 2 "5>@88 2>7=8:=>25=88 A5;5==>9 8 B@0=AD>@<0F8O B5>@88 =0 420 =0?@02;5=8O: =D;OF8>==0O 8 -B5>@8O. </i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  !:2>7L B5<=>BC</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/ni2fs6ttdm.2000/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/ni2fs6ttdm.2000/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>1=0@C65=85 8 ?>?KB:0 8AA;54>20=8O <0B5@80;L=>9 8 M=5@35B8G5A:>9 G0AB8 A5;5==>9, =5 2>A?@8=8<05<>9 =0H8<8 >@30=0<8 GC2AB2 8 =0H8<8 ?@81>@0<8. >A?@8=8<05<0O =0<8 G0ABL A5;5==>9 A>AB02;O5B <5=55 5%, >AB0;L=0O <0AA0 8 M=5@38O =0<8 =5 2>A?@8=8<05BAO, => >=0 >:07K205B 2;8O=85 =0 >:@C60NICN @50;L=>ABL.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  >6=> ;8 ?CB5H5AB2>20BL 2> 2@5<5=8?</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/7597sx7wj6.3221/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/7597sx7wj6.3221/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>=OB85 2@5<5=8, 2708<>A2O7L 2@5<5=8 A ?@>AB@0=AB2><, B5>@5B8G5A:85 8 <0B5<0B8G5A:85 2KG8A;5=8O B5E=>;>389 87<5=5=8O 42865=8O 2@5<5=8. 20=B>20O <5E0=8:0 >1 8A:@82;5=88 2@5<5=8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  0304:0 'Q@=KE 4K@</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/x5v0dcies8.907/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/x5v0dcies8.907/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85, AB@C:BC@0 8 2;8O=85 =0 @50;L=>ABL :>A<8G5A:8E 'Q@=KE 4K@ @0AA<0B@8205BAO :0: :;NG : ?>=8<0=8N AB@C:BC@K >:@C60NI59 =0A 459AB28B5;L=>AB8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  7 G53> 65 <K A>AB>8<?</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/tugnmsy3ed.2417/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/tugnmsy3ed.2417/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$878:0 DC=40<5=B0;L=KE G0AB8F 8 2708<>459AB289. B>38 ?5@2KE @01>B >;LH>3> 04@>==>3> :>;;0945@0, B5>@5B8G5A:>5 ?>=OB85 1>7>=0 %83A0 8 :20=B>2>3> >1J548=5=8O 8725AB=KE 2708<>459AB289.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">The Elegant Universe</u>  Welcome to the 11th Dimension</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="315"><param name="video" value="http://static.video.yandex.ru/lite/simcord/og2ou3s77z.2424/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/og2ou3s77z.2424/" type="application/x-shockwave-flash" width="550" height="315" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>03;O4=>5, ?>?C;O@=>5 >1JOA=5=85 =>259H8E >B:@KB89 8 38?>B87 2 >1;0AB8 D878G5A:>3> CAB@>9AB20 ?@>AB@0=AB20 8 8725AB=KE DC=40<5=B0;L=KE 2708<>459AB289.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">The Elegant Universe</u>  String's the Thing</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="315"><param name="video" value="http://static.video.yandex.ru/lite/simcord/edon5k0j2p.2426/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/edon5k0j2p.2426/" type="application/x-shockwave-flash" width="550" height="315" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>03;O4=>5, ?>?C;O@=>5 >1JOA=5=85 =>259H8E >B:@KB89 8 38?>B87 2 >1;0AB8 D878G5A:>3> CAB@>9AB20 ?@>AB@0=AB20 8 8725AB=KE DC=40<5=B0;L=KE 2708<>459AB289.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">The Elegant Universe</u>  Einstein's Dream</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="315"><param name="video" value="http://static.video.yandex.ru/lite/simcord/y0mqh7j3rk.2922/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/y0mqh7j3rk.2922/" type="application/x-shockwave-flash" width="550" height="315" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>03;O4=>5, ?>?C;O@=>5 >1JOA=5=85 =>259H8E >B:@KB89 8 38?>B87 2 >1;0AB8 D878G5A:>3> CAB@>9AB20 ?@>AB@0=AB20 8 8725AB=KE DC=40<5=B0;L=KE 2708<>459AB289.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " Horizon</u>  0@0;;5;L=K5 2A5;5==K5</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/yk6hl3olhf.912/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/yk6hl3olhf.912/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 >1JOA=5=85 ?>=OB8O "?0@0;;5;L=K5 2A5;5==K5".</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">The Universe Season III</u>  Light Speed</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="310"><param name="video" value="http://static.video.yandex.ru/lite/simcord/nwrdwh6cbq.2701/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/nwrdwh6cbq.2701/" type="application/x-shockwave-flash" width="550" height="310" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$878G5A:85 A2>9AB20 A25B0, ?>=OB85 A:>@>AB8 A25B0, A:>@>ABL A25B0 2 M2>;NF88 2848<>9 2A5;5==>9.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC Light Fantastic</u>  @8@>40 A25B0</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="405"><param name="video" value="http://static.video.yandex.ru/lite/simcord/zlym6wbiw4.2717/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/zlym6wbiw4.2717/" type="application/x-shockwave-flash" width="550" height="405" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>=OB85 8 >?@545;5=85 ?@8@>4K A25B0. 01>B0 0:A25;0 =04 >1J545=5=85< M;5:B@8G5AB20 8 <03=5B87<0 2 548=>5 2708<>459AB285.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic " 725AB=0O 2A5;5==0O</u>  0:@> 8 8:@></span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/5yo0y04312.3202/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/5yo0y04312.3202/" type="application/x-shockwave-flash" width="600" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>17>@ 8725AB=KE M;5<5=B>2 2A5;5==>9 >B 72574 4> 0B><0, =03;O4=0O AB@C:BC@0 72574=KE A8AB5< 8 0B><>2.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY HD " 0: CAB@>5=0 A5;5==0O</u>  >;LH>9 27@K2</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/72ueqfwmpj.700/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/72ueqfwmpj.700/" type="application/x-shockwave-flash" width="610" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i> 0728B85 8 AB@C:BC@8@>20=85 2848<>9 A5;5==>9 A <><5=B0 2>7=8:=>25=8O. >259H85 <5B>4K 8AA;54>20=8O AC10B><=KE G0AB8F D>@<8@>202H8EAO 2 <0B5@8N.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span land=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic " Naked Science</u>  >645=85 2A5;5==>9</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="375"><param name="video" value="http://static.video.yandex.ru/lite/simcord/b8hudnvy0z.2502/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/b8hudnvy0z.2502/" type="application/x-shockwave-flash" width="550" height="375" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 M2>;NF8O 2848<>9, <0B5@80;L=>9 G0AB8 =0H59 A5;5==>9. @>8AE>645=85 <0B5@88, :0: "70<>@>65==>9" M=5@388.</i></span></p> <br><br><br><br> </div> <div style='display:none;z-index:3' id=lay3> <p class=MsoNormal style='margin-top:0.0pt;margin-right:5.0pt;margin-bottom:10.0pt;margin-left:6.0cm;text-align:right;text-indent:0.0cm'> <span style='font-size:20.0pt;font-family:Arial Black;color:#E02A18;mso-hide:all'>/  "!$  "+</span> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic " 5<;O</u>  8>3@0D8O ?;0=5BK</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="345"><param name="video" value="http://static.video.yandex.ru/lite/simcord/lbnd6t19lt.5115/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/lbnd6t19lt.5115/" type="application/x-shockwave-flash" width="600" height="345" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>%@>=>;>38G5A:0O 8AB>@8O ACI5AB2>20=8O 5<;8 =0G8=0O A 5 <;@4. ;5B =0704 4> =0AB>OI53> 2@5<5=8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " >8AB>@8G5A:85 :0B0AB@>DK</u>  K6820=85 5<;8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="611" height="334"><param name="video" value="http://static.video.yandex.ru/lite/simcord/dqu2d0v2rn.2704/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/dqu2d0v2rn.2704/" type="application/x-shockwave-flash" width="611" height="334" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 ?@8G8= 8 E@>=>;>388 3;>10;L=KE :0B0AB@>D, =5?>A@54AB25==> >:07K20NI8E 2;8O=85 =0 G5;>25G5AB2>: 8725@65=89 AC?5@2C;:0=>2 (:@0B5@-:0;L45@0 2845= =0< :0: >75@> ">1> 2 =4>=5788, 8725@65=85 ?@>87>H;> 74 BKAOG8 ;5B =0704, 2K720;> 3;>10;L=CN G5BK@QE;5B=NN 78<C 8 >AB028;> A;54 2 35=><5 68B5;59 =488; :@0B5@-:0;L45@0 @0A?>;>65= ?>4 ?0@:>< 5;>CAB>C= 2 !( AC?5@8725@65=85 :>B>@>3> ?@>3=>78@C5BAO 2 =540;Q:>< 1C4CI5<), ;54=8:>2K9 ?5@8>4 (4>AB83 <0:A8<0;L=>9 3@0=8FK 21 BKAOGC ;5B =0704, 7025@H82H89AO 13 BKAOG ;5B =0704), ?045=89 0AB5@>84>2 (:;>@89A:>5 A>1KB85  ?045=85 65;57=>3> <5B5>@8B0 2 !525@=>9 <5@8:5 ?>2;Q:H55 2K<8@0=85 <530<;5:>?8B0NI8E 13 BKAOG ;5B =0704).</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " !C?5@2C;:0=K</u>  AO ?@0240 > Yellowstone</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="413"><param name="video" value="http://static.video.yandex.ru/lite/simcord/6povq9dxia.1108/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/6povq9dxia.1108/" type="application/x-shockwave-flash" width="550" height="413" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>@8@>40 2>7=8:=>25=8O 2C;:0=8G5A:>9 0:B82=>AB8 5<;8 3;>10;L=>3> <0AHB010. @8<5@ ?>A;54AB289 8725@65=8O ?@>8AH54H53> 74 BKAOG8 ;5B =0704, :>B>@>5 :@0B:>2@5<5==> 87<5=8;> :;8<0B ?;0=5BK 8 >AB02828;> >3@><=K9 :@0B5@ 2 =4>=5788, A59G0A O2;ONI8<AO >75@>< ">1>. AA;54>20=85 ?@>H;KE 8 2>7=8:=>25=8O 1C4CI53> 8725@65=8O AC?5@2C;:0=0 =0 <5AB5 ?0@:0 Yellowstone 2 !525@=>9 <5@8:5, :>B>@K5 ?@>8AE>4OB A F8:;>< 2 600 BKAOG ;5B.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " >8AB>@8G5A:85 :0B0AB@>DK</u>  3=5==0O ?;0=5B0</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="611" height="334"><param name="video" value="http://static.video.yandex.ru/lite/simcord/zopg9gv0vr.508/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/zopg9gv0vr.508/" type="application/x-shockwave-flash" width="611" height="334" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 1070;LB>2>3> 8725@65=8O !818@A:8E B@0?>2 250 <8;;8>=>2 ;5B =0704 ?@8254H55 0B<>AD5@C 5<;8 : :;8<0B8G5A:><C :>;;0?AC 8 AB02H55 ?@8G8=>9 8725AB=>3> =0C:5 5@<A:>3> 2K<8@0=8O, ?@8 :>B>@>< ?>381;> 95% 2A5E 682KE ACI5AB2 ?;0=5BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 5=L, :>340 5<;O ?>GB8 2K<5@;0</u></span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/dknvx2p81i.4215/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/dknvx2p81i.4215/" type="application/x-shockwave-flash" width="600" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>8A:8 ?@8G8= 5;8:>3> 5@<A:>3> 2K<8@0=8O, ?@>87>H54H53> =0 ?;0=5B5 250 <8;;8>=>2 ;5B =0704, ?@8 :>B>@>< ?>381;> 95% 2A5E 682KE ACI5AB2 ?;0=5BK. </i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " >8AB>@8G5A:85 :0B0AB@>DK</u>  !=56=0O 5<;O</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="611" height="334"><param name="video" value="http://static.video.yandex.ru/lite/simcord/4ce6uijoz4.3220/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/4ce6uijoz4.3220/" type="application/x-shockwave-flash" width="611" height="334" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>@8G8=K, E@>=>;>38O F5?8 A>1KB89 8 ?>A;54AB28O 4;O >@30=8G5A:>9 687=8 ?;0=5BK B>B0;L=>9 :0B0AB@>DK ?>AB83H59 =0HC ?;0=5BC >:>;> 600 <8;;8>=>2 ;5B =0704 - 3;>10;L=>3> 3;C1>:>3> >;545=5=8O. </i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 1;548=5=85 5<;8</u></span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/g6mnz2o7zr.2714/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/g6mnz2o7zr.2714/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>B:@KB85 :>;>AA0;L=>9 :0B0AB@>DK - 2A5>1I53> 3;>10;L=>3> >1;545=5=8O - ?>AB83H59 =0HC ?;0=5BC >:>;> 600 <;=. ;5B =0704.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">DISCOVERY " World</u>  =CB@8 ?;0=5BK 5<;O</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="580" height="360"><param name="video" value="http://static.video.yandex.ru/lite/simcord/7t8r9su0p8.803/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/7t8r9su0p8.803/" type="application/x-shockwave-flash" width="580" height="360" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>!B@C:BC@0 5<;8, D>@<8@CNI0O <03=8B=>5 ?>;5, B5:B>=8G5A:85 8 35>;>38G5A:85 ?@>F5AAK ?;0=5BK, :>B>@K5 A>740NB CA;>28O 4;O 2>7=8:=>25=8O 8 @0728B8O 18>;>38G5A:8E D>@< 687=8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic " Naked Science</u>  /4@> 5<;8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="412"><param name="video" value="http://static.video.yandex.ru/lite/simcord/ti7lgu2ha5.1406/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/ti7lgu2ha5.1406/" type="application/x-shockwave-flash" width="550" height="412" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>2K5 8AA;54>20=8O 75<=>3> O4@0 2 2845 ?CB5H5AB28O : F5=B@C 5<;8. >;L 75<=>3> O4@0 2 D>@<8@>20=88 :;8<0B0 5<;8 8 70I8BK ?;0=5BK >B :>A<8G5A:>9 @0480F88 8 A>;=5G=>3> 87;CG5=8O. </i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " >8AB>@8G5A:85 :0B0AB@>DK</u>  !B>;:=>25=85 A 0AB5@>84><</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="611" height="334"><param name="video" value="http://static.video.yandex.ru/lite/simcord/j83g6ntlaa.1903/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/j83g6ntlaa.1903/" type="application/x-shockwave-flash" width="611" height="334" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i> 0AA;54>20=85 2K<8@0=8O 48=>702@>2 8 70% 2A5E 682KE ACI5AB2 =0 5<;5 2 @57C;LB0B5 ?045=8O 8@84852>3> 0AB5@>840 65 <8;;8>=>2 ;5B =0704 =0 =0HC ?;0=5BC, :>B>@K9 >AB028;, =K=5 ?>GB8 A:@KBK9 :;8<0B8G5A:8<8 ?@>F5AA0<8, :@0B5@ 480<5B@>< 200 :< 2 @09>=5 5:A8:0=A:>3> 70;820.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic</u>  ><5BK</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="360"><param name="video" value="http://static.video.yandex.ru/lite/simcord/wdfkodslk4.3226/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/wdfkodslk4.3226/" type="application/x-shockwave-flash" width="550" height="360" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>A;54AB28O AB>;:=>25=89 :><5B A 5<;59, 2;8O=85 :><5B =0 D>@<8@>20=85 0B<>AD5@K.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic " Naked Science</u>  AB5@>84 C189F0</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="410"><param name="video" value="http://static.video.yandex.ru/lite/simcord/psill39urz.2605/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/psill39urz.2605/" type="application/x-shockwave-flash" width="550" height="410" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 8 ?@>3=>78@>20=85 ?>A;54AB289 AB>;:=>25=8O 0AB5@>84>2 A 5<;59.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " >8AB>@8G5A:85 :0B0AB@>DK</u>  >645=85 ?;0=5BK</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="611" height="334"><param name="video" value="http://static.video.yandex.ru/lite/simcord/qe0w4s65gb.3018/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/qe0w4s65gb.3018/" type="application/x-shockwave-flash" width="611" height="334" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>O2;5=85 C=K, A?CB=8:0 =0H59 5<;8 2 @57C;LB0B5 AB>;:=>25=8O 4,5 <8;;80@40 ;5B =0704 =0H59 ?;0=5BK A 4@C3>9 ?;0=5B>9 =07K205<>9 "5O 2 ?5@8>4 @0==53> @0728B8O !>;=5G=>9 A8AB5<K. ;8O=85 C=K =0 :;8<0B8G5A:>5 @02=>25A85 ?;0=5BK 5<;O.</i></span></p> <br><br><br><br> </div> <div style='display:none;z-index:4' id=lay4> <p class=MsoNormal style='margin-top:0.0pt;margin-right:5.0pt;margin-bottom:10.0pt;margin-left:6.0cm;text-align:right;text-indent:0.0cm'> <span style='font-size:20.0pt;font-family:Arial Black;color:#E02A18;mso-hide:all'> '!/ , "+</span> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  0: <K ?>O28;8AL</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/wnssj0btq4.714/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/wnssj0btq4.714/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 A;>6=KE >@30=8G5A:8E <>;5:C; 8 >@30=8G5A:8E A>548=5=89 =0 ?5@2>1KB=>9 5<;5, <5E0=87< 2>7<>6=KE O2;5=89 ?@8254H8E : ?>O2;5=8N 682KE <8:@>>@30=87<>2, :;NG52K5 MB0?K D>@<8@>20=8O >@30=8G5A:>9 :;5B:8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 5@20O 687=L</u>  0@>645=85</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="347"><param name="video" value="http://static.video.yandex.ru/lite/simcord/zut65d1jlp.3806/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/zut65d1jlp.3806/" type="application/x-shockwave-flash" width="610" height="347" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>259H85 8AA;54>20=8O ?@>8AE>645=8O 687=8 =0 5<;5 3,5 <;@4. ;5B =0704. >O2;5=85 ?5@2KE A;>6=KE >@30=87<>2 560 <;=. ;5B =0704 8 :0: >=8 AB0=>28;8AL >A=>2>9 4;O 2A5E 682KE ACI5AB2 ?;0=5BK. 84>87<5=5=8O 8 CA;>6=5=8O AB@C:BC@K D>@<8@>20=8O B5; ?5@2KE >@30=87<>2.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 5@20O 687=L</u>  02>520=85</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="610" height="347"><param name="video" value="http://static.video.yandex.ru/lite/simcord/pjl99unty6.3400/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/pjl99unty6.3400/" type="application/x-shockwave-flash" width="610" height="347" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>259H85 8AA;54>20=8O @0728B8O 687=8 =0 5<;5 =0G8=0O A ?5@2>3> D>@<8@>20=8O <=>3>:;5B>G=KE >@30=87<>2 600 <;=. ;5B =0704. 0A?@>AB@0=5=85 ?5@2>1KB=KE G;5=8AB>=>38E 87 >:50=>2 =0 ACHC 8 >A2>5=85 2>74CH=>3> ?@>AB@0=AB20.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">>@A:85 48=>702@K (Sea Rex)</u>  CB5H5AB285 2 4>8AB>@8G5A:89 <8@</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="602" height="348"><param name="video" value="http://static.video.yandex.ru/lite/simcord/kveiewu2i0.2203/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/kveiewu2i0.2203/" type="application/x-shockwave-flash" width="602" height="348" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>@0A820O 3@0D8G5A:0O ;5:F8O >1 >A=>2=KE M2>;NF8>==KE MB0?0E @0728B8O 8 ?@5>1@07>20=8O >18B0B5;59 >:50=>2 8 <>@59 5<;8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">National Geographic HD " >8AB>@8G5A:85 E8I=8:8</u>  530;>4>=</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="340"><param name="video" value="http://static.video.yandex.ru/lite/simcord/zceclafy0k.1108/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/zceclafy0k.1108/" type="application/x-shockwave-flash" width="600" height="340" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 18>;>388 8 A@54K >18B0=8O C=8:0;L=>3> 4>8AB>@8G5A:>3> E8I=8:0 - 530;>4>=0, 0:C;K :>;>AA0;L=KE @07<5@>2, :>B>@0O =0 ?@>BO65=88 <8;;8>=>2 ;5B 1K;0 A0<K< A8;L=K< E8I=8:>< >:50=>2.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " 530E8I=8:8</u>  @C?=59H89 E8I=K9 48=>702@</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="342"><param name="video" value="http://static.video.yandex.ru/lite/simcord/yr9987lfmj.2430/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/yr9987lfmj.2430/" type="application/x-shockwave-flash" width="600" height="342" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>AAB0=>2;5=85 =0 >A=>25 =0945==KE 8A:>?05<KE >:0<5=5;>AB59 >1;8:0, 18>;>388 8 A@54K >18B0=8O A0<>3> :@C?=>3> 87 8725AB=KE E8I=KE 48=>702@>2 - !?8=>702@0, :>B>@K9 ?@52>AE>48; ?> A2>8< @07<5@0< 8725AB=>3> E8I=8:0 N@A:>3> ?5@8>40 "8@0=>702@0.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery World " 530E8I=8:8</u>  ;C1>:>2>4=K9 "8@5:A</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="588" height="351"><param name="video" value="http://static.video.yandex.ru/lite/simcord/k2nscm49wl.2430/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/k2nscm49wl.2430/" type="application/x-shockwave-flash" width="588" height="351" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>AAB0=>2;5=85 =0 >A=>25 =0945==KE 8A:>?05<KE >:0<5=5;>AB59 ?@>8AE>645=8O, >1;8:0, 18>;>388 8 A@54K >18B0=8O A0<KE >?0A=KE 8 ?@8A?>A>1;5==KE 4;O >E>BK E8I=8:>2 70 2AN 8AB>@8N 18>;>38G5A:>9 687=8 <>@59 8 >:50=>2  >7>702@>2, :>B>@K5 70=8<0;8 25@H8=C F5?8 M2>;NF88 >:50=8G5A:>9 687=8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " CB5H5AB8285 : 48=>702@0<</u>  >@A:85 GC4>28I0</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="540" height="405"><param name="video" value="http://static.video.yandex.ru/lite/simcord/yftv9nkiod.2209/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/yftv9nkiod.2209/" type="application/x-shockwave-flash" width="540" height="405" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>@0A82>5, G@572KG09=> =03;O4=>5 2 @50;L=KE CA;>28OE 8AA;54>20=85 A0<KE >?0A=KE 4>8AB>@8G5A:8E 284>2 682>B=KE >18B02H8E 2 <>@OE 8 >:50=0E 70 2A5 ?5@8>4K.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " CB5H5AB8285 : 48=>702@0<</u>  5<;O 3830=B>2</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="540" height="395"><param name="video" value="http://static.video.yandex.ru/lite/simcord/cikolnjo3z.400/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/cikolnjo3z.400/" type="application/x-shockwave-flash" width="540" height="395" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>03;O4=>5 2 @50;L=KE CA;>28OE 8AA;54>20=85 A0<KE :@C?=KE 4>8AB>@8G5A:8E E8I=8:>2 8 8E 65@B2.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " CB5H5AB8285 : 48=>702@0<</u>  830=A:89 :>3>BL</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="540" height="395"><param name="video" value="http://static.video.yandex.ru/lite/simcord/qv0bpsf4k3.2704/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/qv0bpsf4k3.2704/" type="application/x-shockwave-flash" width="540" height="395" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>03;O4=>5 2 @50;L=KE CA;>28OE 8AA;54>20=85 =5>1KG=KE 4>8AB>@8G5A:8E 284>2, >1;0402H8E 2?5G0B;ONI8<8 >A>15==>ABO<8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " -2>;NF8O 687=8</u>  87=L G5;>25:0</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/8yeo83094y.2324/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/8yeo83094y.2324/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 M2>;NF8O 18>;>38G5A:>9 687=8 ?;0=5BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " -2>;NF8O 687=8</u>  87=L 2<5AB5</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/khiqg7ye6u.2416/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/khiqg7ye6u.2416/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 M2>;NF8O 18>;>38G5A:>9 687=8 ?;0=5BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " -2>;NF8O 687=8</u>  0@OI85 2 =515</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/xbp9tkc8nm.2501/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/xbp9tkc8nm.2501/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 M2>;NF8O 18>;>38G5A:>9 687=8 ?;0=5BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " -2>;NF8O 687=8</u>  A2>5=85 ACH8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/mshg07x7wc.2719/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/mshg07x7wc.2719/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 M2>;NF8O 18>;>38G5A:>9 687=8 ?;0=5BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " -2>;NF8O 687=8</u>  >@O 687=8</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/8utxnu98xh.3215/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/8utxnu98xh.3215/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 8 M2>;NF8O 18>;>38G5A:>9 687=8 ?;0=5BK.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " >A<>A</u>  87=L</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/pmqe71bp2l.3202/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/pmqe71bp2l.3202/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>7=8:=>25=85 ?;0=5BK 8 M;5<5=B>2, =5>1E>48<KE 4;O 18>AD5@K (;CGH89 D8;L< 87 B@8;>388 BBC >A<>A).</i></span></p> <br><br> </div> <div style='display:none;z-index:5' id=lay5> <p class=MsoNormal style='margin-top:0.0pt;margin-right:5.0pt;margin-bottom:10.0pt;margin-left:6.0cm;text-align:right;text-indent:0.0cm'> <span style='font-size:20.0pt;font-family:Arial Black;color:#E02A18;mso-hide:all'>!&,/ &&/</span> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">Discovery " !:2>7L G5@2>B>G8=C</u>  ABL ;8 A>740B5;L?</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/dblfxyeolf.1613/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/dblfxyeolf.1613/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>259H85 =0CG=K5 8AA;54>20=8O AB@0==K< >1@07>< ?>4B25@640NB 4@52=59H85 @5;838>7=K5 ?>ABC;0BK. 0C:0, 45AOB8;5B8O<8 >B25@302H0O @5;838N, AB0;:8205BAO A ?>4B25@645=85< @5;838>7=KE ?>=OB89.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)"> >AA8O " "09=0 682>9 2>4K</u></span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="600" height="341"><param name="video" value="http://static.video.yandex.ru/lite/simcord/28j8o9jljg.2416/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/28j8o9jljg.2416/" type="application/x-shockwave-flash" width="600" height="341" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>>?KB:0 =0CG=>3> >1JOA=5=8O C=8:0;L=KE A2>9AB2 2>4K  AB@>5=85 <>;5:C; :>B>@>9 ?>72>;ONB 59 A;C68BL >B@065=85<, ?@>2>4=8:>< =58AA;54>20==KE AC1:20=B>2KE 8=D>@<0F8>==KE 8 M=5@35B8G5A:8E 2708<>459AB289, >?@545;ONI8E AB@C:BC@C =0H53> <8@0 8 =0H5 ACI5AB2>20=85. "0:85 O2;5=8O 1K;8 8725AB=K G5;>25G5AB2C 8 AG8B0;8AL ?@>O2;5=85< <8AB8G5A:8E 8;8 1>65AB25==KE A8;.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 07C< G5;>25:0</u>  1 G0ABL</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="318"><param name="video" value="http://static.video.yandex.ru/lite/simcord/n4oy21o0a5.1109/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/n4oy21o0a5.1109/" type="application/x-shockwave-flash" width="550" height="318" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$878>;>38O 8 ?A8E>;>38O ?@>F5AA>2 <KH;5=8O G5;>25:0, D0:B>@K 2;8ONI85 =0 D>@<8@>20=8O E0@0:B5@0 G5;>25:0.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 07C< G5;>25:0</u>  2 G0ABL</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="318"><param name="video" value="http://static.video.yandex.ru/lite/simcord/mplmrclp7l.2813/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/mplmrclp7l.2813/" type="application/x-shockwave-flash" width="550" height="318" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$878>;>38O 8 ?A8E>;>38O ?@>F5AA>2 <KH;5=8O G5;>25:0, D0:B>@K 2;8ONI85 =0 D>@<8@>20=8O E0@0:B5@0 G5;>25:0.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">BBC " 07C< G5;>25:0</u>  3 G0ABL</span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="318"><param name="video" value="http://static.video.yandex.ru/lite/simcord/0a06nzaji4.2414/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/0a06nzaji4.2414/" type="application/x-shockwave-flash" width="550" height="318" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>$878>;>38O 8 ?A8E>;>38O ?@>F5AA>2 <KH;5=8O G5;>25:0, D0:B>@K 2;8ONI85 =0 D>@<8@>20=8O E0@0:B5@0 G5;>25:0.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">!5:@5B (The Secret)</u></span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="550" height="318"><param name="video" value="http://static.video.yandex.ru/lite/simcord/0p99p3myar.3201/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/0p99p3myar.3201/" type="application/x-shockwave-flash" width="550" height="318" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:3.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>01;N45=8O 3@C??K CG5=KE 8 D8;>A>D>2 2 >1;0AB8 4>AB865=85 30@<>=88 G5;>25:0 A A0<8< A>1>9 8 A >:@C60NI8<8.</i></span></p> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:10.0pt;font-family:Tahoma;color:#E02A18;text-decoration:none'>¼%</b> <u><span lang=EN-US style='font-size:11.0pt;font-family:Tahoma;color:#E02A18'> <span style="cursor:hand" onClick="expandit(this)">CE @5<5=8 (Zeitgeist)</u></span> <span style="display:none" style=&{head};> <p class=MsoNormal style='margin-top:12.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left'> <object width="530" height="400"><param name="video" value="http://static.video.yandex.ru/lite/simcord/ob1w7schi0.2828/"/><param name="allowFullScreen" value="true"/><param name="scale" value="noscale"/><embed src="http://static.video.yandex.ru/lite/simcord/ob1w7schi0.2828/" type="application/x-shockwave-flash" width="530" height="400" allowFullScreen="true" scale="noscale"> </embed></object> </span></p> <p class=MsoNormal style='margin-top:0.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm;font-size:8.0pt;font-family:Tahoma;color:#E02A18'> <i>AA;54>20=85 2>7=8:=>25=8O 8 @0728B8O @5;8389 A =0CG=>9 B>G:8 7@5=8O. @>8AE>645=85 2>9= 8 B5@>@@8AB8G5A:8E 0B0: :0: <5B>4>2 ?5@545;0 <8@0. ;>10;870F8O M:>=><8:8, ?@8G8=K 8 <5B>4K @0745;5=8O ;N459 =0 :;0AAK.</i></span></p> <br><br><br><br> </div> <div style='display:none;z-index:6' id=lay6> <p class=MsoNormal style='margin-top:6.0pt;margin-right:5.0pt;margin-bottom:0.0pt;margin-left:6.5cm;text-align:left;text-indent:0.0cm'> <span style='font-size:11.0pt;font-family:Tahoma;color:#333333;mso-hide:all'> 0745; <5=N !6<o:p></o:p></span> <br><br> </div> </td> </tr> </table> </div> </body> </html>