1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
<div id="ads_container">
<section> <div class="adr section_title">ULTIMELE PIESE DIFUZATE</div> <div class="section_content"> <?php //include("lastfive.php"); ?> <iframe src ="lastfive.php" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" scrolling="no"> <p>Your browser does not support iframes.</p> </iframe> </div> </section>
<section> <div class="adr section_title">STIRI</div> <div id="news" class="section_content_row"> <a href="index.php?pg=page&id=41"> <img src="images/spreaker_atlasfm_kptv.jpg" width="190" height="190" alt="" /> </a>
<a href="index.php?pg=shareradio" target="_blank"> <img src="../images/Parteneri dreapta/radio_share_web_190x90.gif" width="190" height="90" alt=""> </a> </div> </section>
<section> <div class="adr section_title">CURSUL VALUTAR SI VREMEA</div>
<div id="currency" class="section_content_row"> <!-- START COD CURS VALUTAR BNR --> <!--<script type="text/javascript" src="http://cursoficialbnr.ro/preluare2.php?width=195&fundal=171717&titlu=FFCC00&border=171717&font=FFFFFF"></script> -->
<!-- INCEPUT SCRIPT PRELUARE CURS VALUTAR v2.0 --> <script type="text/javascript" language="javascript" src="//cdn1.curs-valutar-bnr.ro/custom_widgets/get_widget.php?lw=responsive&rw=1&font=Trebuchet%20MS&cft=424242&ctt=ffffff&ttb=0&cc=292929&cfb=191919&ct=e6e6e6&pd=4&pc=4&aiv=1&val[]=8&val[]=19&val[]=9&val[]=4&val[]=10&mf=14&avc=1&ac=1&aod=0&lang=ro"></script>
<!-- SFARSIT SCRIPT PRELUARE CURS VALUTAR v2.0-->
<div id="weather"> <?= $ban[12]; ?> </div>
</div> </section>
<section> <div class="adr section_title">PARTENERI</div> <div class="section_content_row"> <?= $ban[7]; ?><?= $ban[10]; ?> </div> </section> <section> <div class="adr section_title">RECOMANDAREA SAPTAMANII</div> <div id="history" class="section_content_row"> <?= $ban[8]; ?> <div id="ads"> <?= $ban[14]; ?> <?= $ban[9]; ?> </div> </div> </section> </div>
|