function add_ap(obj)
{
if (document.location.pathname=='/book/index.html')
{
	if (navigator.javaEnabled())
	{
		document.writeln('<span style="cursor:hand">')
		document.writeln('<applet codebase="../cfade" archive="AnFade.jar" code="AnFade.class" width=221 height=308>')
		document.writeln('<param name=credits value="Applet by Fabio Ciucci (www.anfyjava.com)">')
		document.writeln('<param name=regcode value="xxx-jogbnfe-dpndljfgmjg">')
		document.writeln('<param name=regnewframe value="YES">')
		document.writeln('<param name=regframename value="_blank">')
		document.writeln('<param name=res value="1">')
		document.writeln('<param name=image1 value="../cfade/book1.jpg">')
		document.writeln('<param name=image2 value="../cfade/book2.jpg">')
		document.writeln('<param name=image3 value="../cfade/book3.jpg">')
		document.writeln('<param name=link1 value="../manu/index.html">')
		document.writeln('<param name=link2 value="../vertebroneu/index.html">')
		document.writeln('<param name=link3 value="../headache/index.html">')
		document.writeln('<param name=statusmsg1 value="Мануальная терапия">')
		document.writeln('<param name=statusmsg2 value="Клиническая неврология позвоночника">')
		document.writeln('<param name=statusmsg3 value="Головная боль напряжения">')
		document.writeln('<param name=speed value="64">')
		document.writeln('<param name=pause value="2000">')
		document.writeln('<param name=progressivefade value="YES">')
		document.writeln('<param name=overimg value="NO">')
		document.writeln('<param name=overimgX value="0">')
		document.writeln('<param name=overimgY value="0">')
		document.writeln('<param name=memdelay value="1000">')
		document.writeln('<param name=priority value="3">')
		document.writeln('<param name=MinSYNC value="10">')
		document.writeln('</applet>')
		document.writeln('</span>')
	}
}

}