function outputWidget(strHtml) { document.getElementById(epi_id).innerHTML = strHtml; } document.write(''); epi_width = typeof epi_width == 'string' ? epi_width : '100%'; epi_height = typeof epi_height == 'string' ? epi_height : ''; epi_border = typeof epi_border == 'number' ? 0 : 0; epi_target = typeof epi_target == 'number' ? '_blank' : ''; epi_theme = typeof epi_theme == 'string' ? epi_theme : ''; epi_id = typeof epi_id == 'string' ? ''+epi_id+'' : 'epi-widget-container'; document.write('
\r\n'); document.write('
\r\n');