<!-- Begin
//slider's width
var swidth=175

//slider's height
var sheight=275

//slider's speed
var sspeed=1

//var sString = "Yl yth ze meU ylufU JMtuø mu Cth" bü lRo Œti'turdrfUgtü fUu ŒtuÀmtnl buk yvle mrf½Ug CqrbfUt rlCt hnt niš WOtudtü ytih JiÒttrlfU mbw"tg fu  rn" fuU r˜Y fUthvtuhuNl lJel rJathtü J ytrJífUthtü fuU mkmtOl vh rJNuM stuh "u"t ni š yvlu 50 JMtuø fuU bnÀJvwKo mbg bü fUthvtuhuNl lu stu ylwCJ ytih mkmtOl yrso" rfUY nî WlfUt ŒbtK nbü RmfUe rJëJô"heg muJtytü ytih rf½UgtfU˜tvtü fuU Œr"rckc fuU h¥v bü vrh˜rG" ntu"t ni š Yl yth ze meU fUe ytuh mu nb ytvfUtu ytëJtml "ult atn"u nî rfU lY rJathtü mu ˜tC WXtlu bü mntg"t fUhlu fuU r˜Y nb ÔgtJmtrgfU vhtbNo "ƒt yJ˜kcl Œ"tl fUhlu nu"w m"iJ "igth nî šnbü ytvfuU mtƒ ytNtslfU mngtud fUe Œr"Gt hnude š";


//messages: change to your own; use as many as you'd like; set up Hyperlinks to URLs as you normally do: <a target=... href="... URL ...">..message..</a>
var singletext=new Array()
singletext[0]='<div align="justify"><font face="Shree-Dev-0714" size="3" color="#275f92">EZ Ama Sr gr AZoH$ dfmoª go ^maV _| ZB© àm¡Úmo[J[H$`m| Ho$ àmoËgmhZ _| AnZr g[HŒ$` ^y[_H$m [Z^m ahm h¡&<BR><BR>CYmoJm| Am¡a d¡km[ZH$ g_wXm` Ho$  [hV Ho$ [bE H$manmoaoeZ ZdrZ [dMmam| &nbsp; d Am[dîH$mam| Ho$ g§gmYZ na [deof Ámmoa XoVm h¡ &<BR><BR>AnZo <font face= verdana size=2>50</font> dfmoª Ho$ _hËdnyU© g_` _| H$manmoaoeZ Zo Ámmo AZw^d Am¡a g§gmYZ A[Ám©V [H$E h¢ CZH$m à_mU h_| BgH$r [dídñVar` godmAm| Am¡a [HŒ$`mH$bmnm| Ho$  &nbsp; à[V[~§~ Ho$ &nbsp;  ò²n _| n[ab[jV hmoVm h¡ &<BR><BR>EZ Ama Sr gr H$r Amoa go h_ AmnH$mo AmídmgZ XoZm MmhVo h¢ [H$ ZE [dMmam| go bm^ CRmZo _| ghm`Vm H$aZo Ho$ [bE h_ ì`mdgm[`H$ nam_e© VWm Adb§~Z àXmZ H$aZo hoVw gX¡d V¡`ma h¢ &<BR><BR>h_| AmnHo$ gmW AmemÁmZH$ gh`moJ H$r à[Vjm ahoJr &</font></div>'
singletext[1]='<div align="center"><font face=verdana size=1 color="#275f92"><P align="justify">Over the years NRDC has played a vital role in fostering new technologies in India. NRDCs major thrust has been in processing innovative ideas and inventions for the benefit of industry and the scientific community. The experience and resources that the corporation has accumulated during its eventful 50 years manifest itself in a spectrum of world class services and activities. <br><br>We at NRDC would like to assure you that we are always there - with professional advice and support to help you reap the benefits of new ideas.<br><br>We look forward to a promising association with you.</font></div>'
//singletext[2]='<div align="center"><font face=Arial size=3 color="white">This is great!<br>You can use <i>all</i> the <b>basic</b><br><b>HTML codes</b></font></div>'
//singletext[3]='<div align="center"><font face=Arial size=3 color="white"><b>JavaScript Source</b><br>A "cut & paste" JavaScript library<br>with <font color="red"><b>tons</b></font> of free JavaScripts!<p><img src="/img/1.gif" width="100" height="39" border="0"></font></div>'
if (singletext.length>1)
i=1
else
i=0
function start(){
if (document.all){
ieslider1.style.top=sheight
iemarquee(ieslider1)
}
else if (document.layers){
document.ns4slider.document.ns4slider1.top=sheight
document.ns4slider.document.ns4slider1.visibility='show'
ns4marquee(document.ns4slider.document.ns4slider1)
}
else if (document.getElementById&&!document.all){
document.getElementById('ns6slider1').style.top=sheight
ns6marquee(document.getElementById('ns6slider1'))
}
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
if (iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){
iediv.style.pixelTop=0

setTimeout("iemarquee(iediv)",100)
}
if (iediv.style.pixelTop>=sheight*-1){
iediv.style.pixelTop-=sspeed
setTimeout("iemarquee(iediv)",100)
}
else{
iediv.style.pixelTop=sheight
iediv.innerHTML=singletext[i]
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
if (ns4layer.top>0&&ns4layer.top<=sspeed){
ns4layer.top=0
setTimeout("ns4marquee(ns4layer)",100)
}
if (ns4layer.top>=sheight*-1){
ns4layer.top-=sspeed
setTimeout("ns4marquee(ns4layer)",100)
}
else{
ns4layer.top=sheight
ns4layer.document.write(singletext[i])
ns4layer.document.close()
if (i==singletext.length-1)
i=0
else
i++
}
}
function ns6marquee(whichdiv){
	ns6div=eval(whichdiv)
	if (parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){
		ns6div.style.top=0
		setTimeout("ns6marquee(ns6div)",200)
	}
	if (parseInt(ns6div.style.top)>=sheight*-1){
		ns6div.style.top=parseInt(ns6div.style.top)-sspeed
		setTimeout("ns6marquee(ns6div)",200)
	}
	else{
		ns6div.style.top=sheight
		ns6div.innerHTML=singletext[i]
		if (i==singletext.length-1)
			i=0
		else
			i++
		}
	}


//  End -->
