<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Airtime widgets</title> <link href="css/airtime-widgets.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="headerLiveHolder"> <h4>On air now >></h4> <ul class="widget now-playing-bar"> <li class="current">Current: Réseau jeunesse<span class="time-elapsed" id="time-elapsed">02:22</span><span class="time-remaining" id="time-remaining">27:37</span></li> <li class="next">Next: Mano River Press (EN)<span>07:00 - 07:30</span></li> </ul> </div> <br /> <br /> <div id="onAirToday"> <h3>On air today</h3> <table cellspacing="0" cellpadding="0" border="0" width="100%" class="widget widget now-playing-list small"> <tbody> <tr> <td class="time">04:30 - 05:00</td> <td><a href="http://www.wadr.org/fr/site/reseau_jeunesse/">Réseau jeunesse</a></td> </tr> <tr> <td class="time">07:00 - 07:30</td> <td><a href="http://www.wadr.org/en/site/mano_river_press/">Mano River Press (EN)</a></td> </tr> <tr> <td class="time">07:30 - 08:00</td> <td><a href="http://www.wadr.org/en/site/mano_river_press/">Weekend Review (EN)</a></td> </tr> <tr> <td class="time">08:30 - 09:00</td> <td><a href="http://wadr.org/fr/site/focus/">Focus (FR)</a></td> </tr> <tr> <td class="time">09:15 - 09:30</td> <td><a href="http://wadr.org/en/site/thestadium/">The Stadium (EN)</a></td> </tr> <tr> <td class="time">09:30 - 10:00</td> <td>Echoes of Charles Taylor Trial</td> </tr> </tbody> </table> </div> </body> </html>