if (typeof(cm_stations) == 'undefined') {
    cm_stations = '';
}

if (typeof(stations) != 'undefined') {
    cm_stations = stations;
}

function cm_widget_tv_show()
{
  document.write('<iframe width="300" height="252" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" name="tv_widget" src="http://www.cinemagia.ro/widget/tv/?stations=' + cm_stations + '"></iframe>');
}
cm_widget_tv_show();
