
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->
var myweb

myweb = "http://www.makler-bled.si/"

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="50" bgcolor="#ffffff"><tr><td>');
document.write('<center>');
document.write('<img src="/picts/glava_makler_logo.jpg" width="533" height="68">');
document.write('</center>');
document.write('</center>');

document.write('</td><td width="30">');
document.write('<IMG SRC='+myweb+'picts/spacer.gif HEIGHT=10 WIDTH=15 border="0"><BR>');

document.write('<a href='+myweb+'index.html>')
document.write('<img border="0" src='+myweb+'picts/slo.gif width="23" height="17" alt="SLOVENE"></a><BR>')
document.write('<a href='+myweb+'index_an.html>')
document.write('<img border="0" src='+myweb+'picts/uk.gif width="23" height="17" alt="ENGLISH"></a>')

document.write('</td></tr><tr><td colspan="4" bgcolor="#FFFFFF" height="1">');
document.write('<IMG SRC='+myweb+'picts/spacer.gif HEIGHT="1" WIDTH="10" border="0"><br>');
document.write('</td></tr></table>');

//  End -->