Skip to content
Permalink
main
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="Microsoft Theme" content="none, default">
<meta name="Microsoft Border" content="none, default">
<meta name="GENERATOR" content="Microsoft FrontPage 2.0">
<title>Kashmiri Overseas Association (KOA)</title>
</head>
<body bgcolor="#FFFFFF">
<p align="center"><img src="koa_new.gif"><br>
<br>
<img src="main_img.gif"> <br>
<p align="center"><a href="camp99-main.html"><img
src="camp99.gif" border="0" width="201" height="58"></a></p>
<div align="center"><center>
<table border="0">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td align="center"><a href="appeal.html"><img
src="appeal/appeal.gif" border="0"></a> <a
href="announcements.html"><img src="announ/annou.gif"
border="0"></a> <a href="sponsor.html"><img
src="sponsor/sponsor.gif" border="0"></a><br>
<a href="KPchat"><img src="KPchat/chat.gif" border="0"></a>
<a href="KPmail"><img src="KPmail/mail.gif" border="0"></a>
<a href="KPlinks"><img src="KPlinks/link.gif" border="0"></a>
<a href="Tributes"><img src="Tributes/tribute.gif"
border="0"></a> <br>
<a href="guest_book.html"><img src="gbook.gif" border="0"></a>
<a href="Matrimonial"><img src="Matrimonial/mater.gif"
border="0"></a> <a href="Gatherings"><img
src="Gatherings/gatherings.gif" border="0"></a> </td>
</tr>
</table>
</center></div>
<p align="center">The KOA is grateful to all those who have
provided information and the pictures for this website. <br>
</p>
<p align="center"><!--webbot bot="HTMLMarkup" startspan --><FORM method="get" action="http://www.hotbot.com/"><INPUT TYPE="hidden" NAME="_v" VALUE="2"><TABLE><TR><TD><A HREF="http://www.hotbot.com/"><IMG SRC="http://static.wired.com/help.hotbot/images/btn_ext_slogo.gif" width=105 height=34 alt="HotBot" border=0></A> </TD> <TD align=center valign=middle> Search <SELECT NAME="domain"> <OPTION VALUE="www.koausa.org" selected> Kashmiri Overseas Association <OPTION VALUE="www.kashmir-information.com" selected> Kashmir Information Network <!-- ^^^^ Your site or domain name here! --> <!-- e.g. "www.companyname.com" should replace --> <!-- both instances of "www.hotwired.com" above. --> <!-- Use only the domain name, and not any subdirectories: --> <!-- i.e. DON'T USE "www.companyname.com/members/mypage.asp" --> <!-- rather, just use "www.companyname.com" --> <!-- ^^^^ A list of sites here! --> <!-- you should replace all the database domain names --> <!-- with domains of your choosing, --> <!-- like www.espn.com, www.abcnews.com etc. --> <!-- and change the title "Database industry" to --> <!-- "Bob's Favorite News Sites", for example --> <!-- Be sure to include the "www" prefix if your URL needs it! --> <OPTION value="">the Web </SELECT> for<BR> <INPUT type=text NAME="MT" SIZE=25 VALUE="" MAXLENGTH=100> </TD> <TD> <INPUT type=image src="http://static.wired.com/help.hotbot/images/btn_ext_search.gif" name="act.search" value="Submit Search" width=78 height=29 border=0> </TD> </TR> </TABLE> <INPUT TYPE="hidden" NAME="RD" VALUE="DM"> <INPUT TYPE="hidden" NAME="OPs" VALUE="R"> </FORM><!--webbot
bot="HTMLMarkup" endspan --><br>
</p>
<p align="center"><img src="hr-grad-color.gif"> </p>
<p align="center"><img src="titleC.gif"> </p>
<p>Nature has lavishly endowed Kashmir with certain distinctive
favours which hardly find a parallel in any alpine land of the
world. Set in the womb of the Himalayas and gifted with beautiful
and inspiring natural scenery, it emerged as a highly advanced
seat of learning from very early times, taking its place along
with the famous Universities of Taksasila and Nalanda. Ramparts
of high mountains and seclusion of the land helped her top
reserve the life and conditions of early times which it is rather
difficult to resuscitate in regard to other such mountainous
regions. To the poets like Bilhana and others it was <i>Sardadesh</i>,
the land of goddess <i>Sarda</i>; and it was even believed that
goddess Saraswati actually lived here and hence the Sardapitha
was also known as Sripeetha for conferring <i>sarvajna</i>
degrees. The cultural heritage of Kashmir is, therefore, very
rich and derives its inspiration and strength both from her
natural environs and the rich literature and literary traditions
alike. <br>
<font color="#00FF00" size="2"><i>Reproduced from</i>: <b>Tantricism
in Kashmir</b> by Acharya Dina Nath Shastri, <i>Koshur Samachar</i>,
July 1996</font></p>
<p align="center"><font color="#00FF00" size="2"><imgsrc="hr-grad-color.gif"> <script
language="JavaScript"> <!--
// Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.
// Permission given to use the script provided that this notice remains
// as is.
// Additional scripts can be found at http://www.geocities.com/~yehuda/
// set speed of banner (pause in milliseconds between characters)
var speed = 100 // decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following
// message
var pause = 1000 // increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false
// create global array
var ar = new Array()
// assign the strings to the array's elements
ar[0] = "The Kashmiri Pandit Diaspora worldwide appreciates your visit"
ar[1] = "to this website."
ar[2] = "This website is updated continuously and we welcome your revisit."
// set index of first message to be displayed first
var currentMessage = 0
// set index of last character to be displayed first
var offset = 0
// stop the banner if it is currently running
function stopBanner() {
// if banner is currently running
if (bannerRunning)
// stop the banner
clearTimeout(timerID)
// timer is now stopped
bannerRunning = false
}
// start the banner
function startBanner() {
// make sure the banner is stopped
stopBanner()
// start the banner from the current position
showBanner()
}
// type-in the current message
function showBanner() {
// assign current message to variable
var text = ar[currentMessage]
// if current message has not finished being displayed
if (offset < text.length) {
// if last character of current message is a space
if (text.charAt(offset) == " ")
// skip the current character
offset++
// assign the up-to-date to-be-displayed substring
// second argument of method accepts index of last
// character plus one
var partialMessage = text.substring(0, offset + 1)
// display partial message in text field
document.bannerForm.bannerField.value = partialMessage
// increment index of last character to be displayed
offset++ // IE sometimes has trouble with "++offset"
// recursive call after specified time
timerID = setTimeout("showBanner()", speed)
// banner is running
bannerRunning = true
} else {
// reset offset
offset = 0
// increment subscript (index) of current message
currentMessage++
// if subscript of current message is out of range
if (currentMessage == ar.length)
// wrap around (start from beginning)
currentMessage = 0
// recursive call after specified time
timerID = setTimeout("showBanner()", pause)
// banner is running
bannerRunning = true
}
}
// --></script> </font></p>
<form method="POST" name="bannerForm">
<p><font color="#00FF00" size="2"><input type="text"
size="70" maxlength="256" name="bannerField"
value="Click here for more information..."
onfocus="if (!bannerRunning) { startBanner()}"> </font></p>
</form>
<h2><font color="#FF0000" size="2">Person to Contact:</font></h2>
<p><a href="mailto:wanchoo@koausa.org"><font color="#000FFF"
size="3"><img src="emailed.gif" align="left" hspace="0"></font></a><ahref="mailto:wanchoo@koausa.org"><font
color="#000FFF" size="3">Lalit Wanchoo<br>
President, Kashmiri Overseas Association (KOA)<br>
4302 Rockport Lane<br>
Bowie, MD 20720 - USA<br>
<br>
<br>
<br>
</font></p>
<p align="center"><font color="#FF0000" size="2"><imgsrc="hr-grad-color.gif"><br>
<br>
</font></p>
<h4 align="center"><font color="#00000F" size="2">This site is
hosted by </font></h4>
<div align="center"><center>
<table border="0" width="100%">
<tr>
<td width="50%"><a href="http://www.csnt.com"
target="_top" border="0"><font color="#FF0000" size="2"><img
src="cst_ad.jpg"></font></a></td>
<td width="50%"><a href="http://www.vcominc.com"
target="_top" border="0"><font color="#FF0000" size="2"><img
src="vcom_ad.jpg"></font></a></td>
</tr>
</table>
</center></div>
<p align="center"><font color="#FF0000" size="2"><br>
<b>Disclaimer:</b> </font><font color="#00000B" size="3">Web-hosting
organisation and its employees/officers are not responsible for
the views/opinions/material expressed on this website.</!> </font></p>
</body>
</html>