
<!-- NOTE: If you use a ' add a slash before it like this \' -->

<!-- start
function encode_utf8( s )
{
  return unescape( encodeURIComponent( s ) );
}

function decode_utf8( s )
{
  return decodeURIComponent( escape( s ) );
}

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%" height="100" bgcolor="#000000" background="picts/top-background.jpg"><tr><td width="15">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT=10 WIDTH=15 border="0"><BR>');
document.write('</td><td ALIGN="LEFT" VALIGN="CENTER">');
document.write('<nobr><a href="index.html" class="logo"><span class="logo">');


document.write('Stockholm Toastmasters');


document.write('</span></a></nobr><br></td><td ALIGN="RIGHT" VALIGN="CENTER"><nobr><SPAN CLASS="slogan">');


document.write('Lär dig tänka, lyssna och tala bättre...');


document.write('</span></nobr><br>');
document.write('</td><td width="15">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT=10 WIDTH=15 border="0"><BR>');
document.write('</td></tr></table>');

//  End -->