function getEbetFrame(id, width, height) {
    document.write('<!-- eBet HTML Code -->');
    document.write('<iframe src="http://out.banner.sazka.cz/code/ebet.php?c=' + id.toString() + '"');
    document.write('width="' + width.toString() + '" height="' + height.toString() + '" marginwidth="0" marginheight="0" frameborder="0"');
    document.write('hspace="0" vspace="0" scrolling="no"');
    document.write('style="overflow: hidden; border: none;"></iframe>');
}
			        