﻿document.write('<link rel="stylesheet" type="text/css" media="all" href="http://www.baomoi.com/widget/widget.css" />');
epi_width = typeof epi_width == 'string' ? epi_width : '250px';
epi_height  = typeof epi_height  == 'string' ? epi_height  : '300px';
epi_border  = typeof epi_border  == 'number' ? 0 : 3;
epi_target  = typeof epi_target  == 'number' ? '_blank' : '';
epi_theme = typeof epi_theme  == 'string' ? epi_theme  : 'widgetDisplayThemeBlue';
epi_id = typeof epi_id  == 'string' ? ''+epi_id+''  : 'epi-widget-container';
document.write('<div class="widgetPageContentDisplay" style="width: '+epi_width+';">\r\n');
document.write('<div class="'+epi_theme+'" style="border-width: ' + epi_border + 'px;">\r\n');
document.write('<div class="widgetLogo" onclick="window.open(\'http://www.baomoi.com\',\'_blank\',\'\');"></div>\r\n');
document.write('<div class="widgetDisplayBox">\r\n');
document.write('<div id="'+epi_id+'" class="widgetDisplayBack" style="height: '+epi_height+';">\r\n');
document.write('</div>\r\n');
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" class="widgetBoxFoo">\r\n');
document.write('<tr><td align="right"><a href="http://www.baomoi.com/Widget/CreateWidget.aspx" target="_blank">Tạo hộp thông tin của bạn</a></td></tr>\r\n');
document.write('</table></div></div></div>');
function outputWidget(strHtml)
{
    document.getElementById(epi_id).innerHTML = strHtml;
}
