	root='./';
	
_inicio = '<a class="link1" href="'+ root +'inicio.html">INICIO</a>';
_actividades = '<a class="link1" href="'+ root +'actividades.html">Actividades</a>';
_clases = '<a class="link1" href="'+ root +'clases.html">Clases</a>';
_maestros = '<a class="link1" href="'+ root +'maestros.html">Maestros</a>';
_vinculos = '<a class="link1" href="'+ root +'vinculos.html">Vínculos</a>';
_acerca = '<a class="link1" href="'+ root +'acerca.html">Acerca de</a>';
_glosario = '<a class="link1" href="'+ root +'glosario.html">Glosario</a>';
_archivo = '<a class="link1" href="'+ root +'archivo.html">Archivo de actividades</a>';
_calendario = '<a class="link1" href="'+ root +'calendario.html">Calendario de actividades</a>'; 
_libro = '<a class="link1" href="'+ root +'libro.html">Libro de visitas</a>';
_lista = '<a class="link1" href="'+ root +'lista.html">Lista de mailing</a>';
_revista = '<a class="link1" href="'+ root +'revista.html">Revista Paramahamsa</a>';
_noticias = '<a class="link1" href="'+ root +'noticias.html">Noticias</a>';
_busqueda = '<a class="link1" href="'+ root +'busqueda.html">Buscar</a>';

document.writeln('  <div id="busqueda">');
document.writeln('	<form method="get" action="'+ root +'busqueda.html" style="margin: 0px; padding: 0px;">');
document.writeln('<input type="hidden" name="domains" value="satyananda.org.uy">');
document.writeln('<input type="hidden" name="sitesearch" value="" id="ss0">');
document.writeln('<label type="hidden" title="Search the Web"></label>');
document.writeln('<input type="hidden" name="sitesearch" value="satyananda.org.uy" checked id="ss1">');
document.writeln('<label type="hidden" title="Buscar en satyananda.org.uy"></label>');
document.writeln('<label for="sbi" style="display: none">Ingrese su búsqueda aquí</label>');
document.writeln('<input type="text" style="background-color:#FF9944; border:1px;" name="q" size="17" maxlength="255" value="" id="sbi">');
document.writeln('<label for="sbb" style="display: none;">Buscar</label>');
document.writeln('<input type="submit" style="background-color:#FF9944; border:1px; color:#AC1802" name="sa" value="Buscar" id="sbb">');
document.writeln('<input type="hidden" name="client" value="pub-0747812009303935">');
document.writeln('<input type="hidden" name="forid" value="1">');
document.writeln('<input type="hidden" name="channel" value="4028022641">');
document.writeln('<input type="hidden" name="ie" value="ISO-8859-1">');
document.writeln('<input type="hidden" name="oe" value="ISO-8859-1">');
document.writeln('<input type="hidden" name="safe" value="inactive">');
document.writeln('<input type="hidden" name="cof" value="GALT:#FFF8DC;GL:1;DIV:#AC1802;VLC:FFFFE0;AH:center;BGC:#CF3600;LBGC:FFFFFF;ALC:FFF8DC;LC:FFFF99;T:FFF8DC;GFNT:FFF8DC;GIMP:FFF8DC;FORID:11">');
document.writeln('<input type="hidden" name="hl" value="es">');
document.writeln('</form>');
document.writeln('  </div>');



document.write('<div align="center"><br>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' WIDTH=500>');
document.write(' <PARAM NAME=movie VALUE="'+ root +'intro.swf"> ');
document.write('<PARAM NAME=wmode VALUE=transparent>');
document.write(' <PARAM NAME=quality VALUE=high> ');
document.write(' <PARAM NAME=bgcolor VALUE=#FF6600> ');
document.write(' <EMBED src="'+ root +'intro.swf" quality=high bgcolor=#FF6600  ');
document.write(' 	WIDTH=500 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write(' </EMBED>');
document.write('</OBJECT>');
document.write('</div>');



