ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> <title>Panditãrãma</title> <link href="../style/style.css" rel="stylesheet" type="text/css"/> <script type="text/javascript"> function menu_onclick(selMenu) { if (selMenu == "home") { parent.frames[2].location.href = "home.htm"; } else if (selMenu == "blog") { parent.frames[2].location.href = "http://panditarama.blogspot.com/"; } else if (selMenu == "sydney") { parent.frames[2].location.href = "http://www.panditaramasydney.org/"; } else if (selMenu == "melbourne") { parent.frames[2].location.href = "http://www.panditaramamelbourne.org/"; } else if (selMenu == "lumbini") { parent.frames[2].location.href = "http://www.panditarama-lumbini.info/"; } else if (selMenu == "tathagata") { parent.frames[2].location.href = "http://www.tathagata.org/"; } else if (selMenu == "saraniya") { parent.frames[2].location.href = "http://www.saraniya.org.uk/"; } } </script> </head> <body> <div class="divFooter"> <a class="footer" href="#top" onmouseup="menu_onclick('home')" title="www.panditarama.net">Home</a>&nbsp;| <a class="footer" href="#top" onmouseup="menu_onclick('blog')" title="Panditãrãma Blogspot">Blogspot</a>&nbsp;| <a class="footer" href="#top" onmouseup="menu_onclick('sydney')" title="Panditãrãma Sydney Meditation Centre Inc.">Sydney</a>&nbsp;| <a class="footer" href="#top" onmouseup="menu_onclick('melbourne')" title="Panditãrãma Melbourne Meditation Centre">Melbourne</a>&nbsp;| <a class="footer" href="#top" onmouseup="menu_onclick('lumbini')" title="Panditãrãma Lumbini International Vipassana Meditation Center">Lumbini</a>&nbsp;| <a class="footer" href="#top" onmouseup="menu_onclick('tathagata')" title="Tathagata Meditation Centre">Tathagata</a>&nbsp;| <a class="footer" href="#top" onmouseup="menu_onclick('saraniya')" title="Saraniya Dhamma Meditation Centre">Saraniya</a> </div> </body> </html>