﻿function mailsammy() {
	document.write('<a href="mailto:sammy_s_r@hotmail.com">sammy_s_r@hotmail.com</a>');
}
function mail() {
	document.write('<a href="mailto:webmaster@leonmx.com">webmaster@leonmx.com</a>');
}
function copy() {
	document.writeln('<div class="copy">Copyright © 2000-2009 :: Todos los derechos reservados ::');
	document.writeln('<a href="http://www.aisms.com" target="_blank"><strong>Asesoría Integral SMS - Diseño Web</strong></a><br />');
	document.writeln('El material aquí presentado está protegido a favor de sus autores o propietarios.</div>');
}
function anuncio() {
	<!--gem:tlx.tlx.sound-->
    document.writeln('<embed autostart="true" hidden="true" loop="false" src="http://www.leonmx.com/terapiagestalt/Anuncio_Samanta.mp3"></embed>');
    <!--end gem-->
    <!--"''"-->
}
function sonido1() {
	sonido="sonidos/magictravels.mid"
	if(browserName="Microsoft Internet Explorer")
    if(navigator.appNAME="Netscape")
    document.write('<embed src="'+sonido+'" hidden=true autostart=true>');
    else document.write('<bgsound src="'+sonido+'" loop="false">');
}
function sonido2() {
	sonido="sonidos/noches_de_satin_blanco.mid"
	if(browserName="Microsoft Internet Explorer")
    if(navigator.appNAME="Netscape")
    document.write('<embed src="'+sonido+'" hidden=true autostart=true>');
    else document.write('<bgsound src="'+sonido+'" loop="false">');
}
function frases() {
var quotes=new Array();
quotes[0]='<q>Vive intensamente el hoy</q>';
quotes[1]='<q>Siéntete bien y contagia a los demás</q>';
var whichquote=Math.floor(Math.random()*(quotes.length));
document.write(quotes[whichquote]);
}
