function nolEmbedRSSBox(size) {
    if (size=='large') {
	document.write('<iframe src="http://nol.hu/interface/embed/rssbox-large.html" frameborder="0" style="border-width:0px; width:300px; height:270px;"></iframe>');
    } else if (size=='small180') {
	document.write('<iframe src="http://nol.hu/interface/embed/rssbox-small180.html" frameborder="0" style="border-width:0px; width:180px; height:270px;"></iframe>');
    } else if (size=='small210') {
	document.write('<iframe src="http://nol.hu/interface/embed/rssbox-small210.html" frameborder="0" style="border-width:0px; width:210px; height:270px;"></iframe>');
    } else if (size=='small250') {
	document.write('<iframe src="http://nol.hu/interface/embed/rssbox-small250.html" frameborder="0" style="border-width:0px; width:250px; height:270px;"></iframe>');
    } else {
	document.write('<iframe src="http://nol.hu/interface/embed/rssbox-small.html" frameborder="0" style="border-width:0px; width:196px; height:270px;"></iframe>');
    }
}

