
url = "http://maidan.org.ua/includes/news-export.html";

document.write('<table width=180 border=0 cellpadding=0 cellspacing=5 bgcolor="#0066FF">');

document.write('<tr><td align=center><a href="http://maidan.org.ua/" target="new"><img src="http://maidan.org.ua/promo/mnews1.jpg" width=170 height=32 border=0></a></td></tr>');

document.write('<tr><td bgcolor="white">');

// check browser
if ((navigator.userAgent.indexOf("MSIE") >= 0) || (parseInt(navigator.appVersion) >= 5)) 
{
document.write('<IFRAME SRC="' + url + '" height=300 width=180 scrolling=auto border=0 frameborder=0 marginwidth=3 marginheight=2></iframe>');
} else {
if (parseInt(navigator.appVersion) < 5 ) {
	document.write('<ilayer src="' + url +'" width="180" 	height="400" bgcolor="white"></ilayer>');
}
}


document.write('</td></tr></table>');
