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
|
<aside> <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"> <a href="index.php?pg=page&id=41"> <img src="images/spreaker_atlasfm_kptv.jpg" width="190" height="190" alt="" /> </a> <!--script type="text/javascript" src="http://www.howdev.com/products/feedsweep/producer.aspx?feeds=http%3a%2f%2frss.hotnews.ro&linecolor=%23171717&width=150&backgroundcolor=%23171717&headercolor=%23FFFFFF&datecolor=%23626378&titlecolor=%23FFFFFF&textcolor=%23B7B8B9&title=Stiri&maxoutput=5&charlimit=160&headlinelimit=25&datetimeformat=dd-M-yyyy&notitle=true&titlefont=Arial&titlefontsize=8&font=Arial&fontsize=7&datefont=Verdana&datefontsize=7&datefontweight=none&datefontstyle=none"></script--> <!-- // Created with FeedSweep Widget feed control v5.0.1.0 // http://www.FeedSweep.com --> <!--script type="text/javascript" src="http://www.feedsweep.com/Products/FeedSweep/Producer.aspx?feeds=http%3a%2f%2frss.hotnews.ro&linecolor=%23171717&width=150&backgroundcolor=%23171717&headercolor=%23FFFFFF&datecolor=%23626378&titlecolor=%23FFFFFF&textcolor=%23B7B8B9&title=Stiri&maxoutput=5&charlimit=160&headlinelimit=25&datetimeformat=dd-M-yyyy&notitle=true&titlefont=Arial&titlefontsize=8&font=Arial&fontsize=7&datefont=Verdana&datefontsize=7&datefontweight=none&datefontstyle=none&cat=24&key=aft0-Up-fUW1Ne8Jp13ejA&ver=5.0.1.0"></script--> <!-- FeedSweep end --> </div> </section>
<section> <div class="adr section_title">PARTENERI</div> <div class="section_content"><?= $ban[7]; ?></div> </section> <section> <div class="adr section_title"></div> <div class="section_content"><?= $ban[14]; ?></div> </section>
<section> <div class="adr section_title">RECOMANDAREA SAPTAMANII</div> <div class="section_content"><?= $ban[8]; ?></div> </section>
<section> <div class="adr section_title">HOROSCOP</div> <div class="section_content"><?= $ban[15]; ?></div> </section> </aside>
|