ÿþ<html> <head> <title> District Jaisalmer,Rajasthan,India</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <meta http-equiv="Page-Enter" content="blendtrans(duration=5.0)"> <meta name="author" content="National Informatics Centre,Jaisalmer"> <meta name="description" content="Jaisalmer District Portal"> <meta name="keywords" content="Jaisalmer, Rajasthan, India,Desert City,Desert Festival"> <SCRIPT language="JavaScript"> var myWin; function openWin(fileName) { myWin = window.open('Disclaimer.html', 'filename', "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no,width=700,height=125,top="+(screen.height-125)/2+", left="+(screen.width-700)/2+""); } function closeWin() { myWin.close(); } </SCRIPT> <script type="text/javascript"> <!-- function loadIframe(theURL) { document.getElementById("contentFRM").src = theURL; } //--> </script> <style> <!-- .mn_S1 { font-weight:bold; color:rgb(153,51,51); background-color:rgb(255,255,204); border-width:1; border-color:rgb(255,153,0); border-style:solid; } --> </style> <script language="JavaScript1.1"> <!-- //specify interval between slide (in mili seconds) var slidespeed=1000 //specify images var slideimages=new Array("./pics/image-002.jpg","./pics/image-157.jpg","pics/image-161.jpg","pics/image-150.jpg","pics/image-298.jpg","pics/image-378.jpg","pics/image-448.jpg") var imageholder=new Array() var ie=document.all for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } //--> </script> <style type="text/css"> <!-- html, body{ scrollbar-face-color:#EBF5FF; scrollbar-base-color:#EBF5FF; scrollbar-arrow-color:black; scrollbar-track-color:#F3F3F3; scrollbar-shadow-color:#EBF5FF; scrollbar-highlight-color:#EBF5FF; scrollbar-3dlight-color:#78AAFF; scrollbar-darkshadow-Color:#78AAFF; } body { margin-top: 0px; margin-right: 0px; margin-left: 2px; margin-bottom: 0px; } --> </style> <style type="text/css"> <!-- /*Example CSS for the scrollers*/ #pscroller1{ width: 180px; height: 100px; border: 1px white; padding: 5px; background-color: white; } --> </style> <script type="text/javascript"> /*Message arrays for scrollers*/ var pausecontent=new Array() pausecontent[0]='<a href="patwar_exam.htm" target="ifrm1"><Font color="#990000">Patwari Recruitment and Result Information</font><img src="new2.gif" border="0"></a><br /><font color="#003399" ></font>' pausecontent[1]='<a href="dlc.pdf" target="_blank"><Font color="#990000">Advertisement for Deed Writer Licence</font><img src="new2.gif" border="0"></a><br /><font color="#003399" ></font>' pausecontent[2]='<a href="absent.htm" target="ifrm1"><Font color="#990000"> List of Absent Employees</Font></a><br /><font color="#003399" ></font>' pausecontent[3]='<a href="patwari.pdf" target="_blank"><Font color="#990000">  ? 2 >  H 8 2 . G 0  K ( ? / A  M $ ? 9 G $ A  5   ? $ *  5 > 0 ? / K   > * & 8 M % > * ( </Font></a><br /><font color="#003399" ></font>' pausecontent[4]='<a href="gform.htm" target="ifrm1"><Font color="#990000">Gram Sevak Recruitment Information</font></a><br /><font color="#003399" ></font>' pausecontent[5]='<a href="schedule.pdf" target="_blank" , 0, 0, 800, 600, 1, 1, 1, 1, 1><Font color="#990000">* M 0 6 > 8 (  > 5 K  G 8    - ? / > ( 2010  > 0 M /  . </font></a><br /><font color="#003399" ></font>' pausecontent[6]='<a href="desert2008.htm"><Font color="#990000"> Desert Festival-2012</Font></a><br /><font color="#003399" >Festival from 05th-07th Feb,2012</font>' pausecontent[7]='<a href="http://nregalndc.nic.in/netnrega/Homedist.aspx?district_code=2716&district_name= H 8 2 . G 0 &state_name=RAJASTHAN&state_code=27" target="_blank" , 0, 0, 800, 600, 1, 1, 1, 1, 1><Font color="#990000">NREGA Status</font></a><br /><font color="#003399" >Progress Status of Jaisalmer District</font>' </script> <script type="text/javascript"> /* Pausing up-down scroller */ function pausescroller(content, divId, divClass, delay){ this.content=content //message array content this.tickerid=divId //ID of ticker div to display information this.delay=delay //Delay between msg change, in miliseconds. this.mouseoverBol=0 //Boolean to indicate whether mouse is currently over scroller (and pause it if it is) this.hiddendivpointer=1 //index of message array for hidden div document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="'+divId+'1">'+content[0]+'</div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="'+divId+'2">'+content[1]+'</div></div>') var scrollerinstance=this if (window.addEventListener) //run onload in DOM2 browsers window.addEventListener("load", function(){scrollerinstance.initialize()}, false) else if (window.attachEvent) //run onload in IE5.5+ window.attachEvent("onload", function(){scrollerinstance.initialize()}) else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec setTimeout(function(){scrollerinstance.initialize()}, 500) } // ------------------------------------------------------------------- // initialize()- Initialize scroller method. // -Get div objects, set initial positions, start up down animation // ------------------------------------------------------------------- pausescroller.prototype.initialize=function(){ this.tickerdiv=document.getElementById(this.tickerid) this.visiblediv=document.getElementById(this.tickerid+"1") this.hiddendiv=document.getElementById(this.tickerid+"2") this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv)) //set width of inner DIVs to outer DIV's width minus padding (padding assumed to be top padding x 2) this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px" this.getinline(this.visiblediv, this.hiddendiv) this.hiddendiv.style.visibility="visible" var scrollerinstance=this document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1} document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0} if (window.attachEvent) //Clean up loose references in IE window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null}) setTimeout(function(){scrollerinstance.animateup()}, this.delay) } // ------------------------------------------------------------------- // animateup()- Move the two inner divs of the scroller up and in sync // ------------------------------------------------------------------- pausescroller.prototype.animateup=function(){ var scrollerinstance=this if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){ this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px" this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px" setTimeout(function(){scrollerinstance.animateup()}, 50) } else{ this.getinline(this.hiddendiv, this.visiblediv) this.swapdivs() setTimeout(function(){scrollerinstance.setmessage()}, this.delay) } } // ------------------------------------------------------------------- // swapdivs()- Swap between which is the visible and which is the hidden div // ------------------------------------------------------------------- pausescroller.prototype.swapdivs=function(){ var tempcontainer=this.visiblediv this.visiblediv=this.hiddendiv this.hiddendiv=tempcontainer } pausescroller.prototype.getinline=function(div1, div2){ div1.style.top=this.visibledivtop+"px" div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px" } // ------------------------------------------------------------------- // setmessage()- Populate the hidden div with the next message before it's visible // ------------------------------------------------------------------- pausescroller.prototype.setmessage=function(){ var scrollerinstance=this if (this.mouseoverBol==1) //if mouse is currently over scoller, do nothing (pause it) setTimeout(function(){scrollerinstance.setmessage()}, 100) else{ var i=this.hiddendivpointer var ceiling=this.content.length this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1 this.hiddendiv.innerHTML=this.content[this.hiddendivpointer] this.animateup() } } pausescroller.getCSSpadding=function(tickerobj){ //get CSS padding value, if any if (tickerobj.currentStyle) return tickerobj.currentStyle["paddingTop"] else if (window.getComputedStyle) //if DOM2 return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top") else return 0 } </script> <style type="text/css"> <!-- a{color:#16387c;} a:link,a:visited{text-decoration:none;} a:hover{text-decoration:none;} --> </style> <script language="JavaScript"> <!-- function menu_cell_rollover(cell, classname) { if (document.all || document.getElementById) { cell.classBackup = cell.className; cell.className = classname; } } function menu_cell_rollout(cell) { if (document.all || document.getElementById) { cell.className = cell.classBackup; } } // --> </script> <script language="JavaScript"> <!-- function open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) { toolbar_str = toolbar ? 'yes' : 'no'; menubar_str = menubar ? 'yes' : 'no'; statusbar_str = statusbar ? 'yes' : 'no'; scrollbar_str = scrollbar ? 'yes' : 'no'; resizable_str = resizable ? 'yes' : 'no'; cookie_str = document.cookie; cookie_str.toString(); pos_start = cookie_str.indexOf(name); pos_end = cookie_str.indexOf('=', pos_start); cookie_name = cookie_str.substring(pos_start, pos_end); pos_start = cookie_str.indexOf(name); pos_start = cookie_str.indexOf('=', pos_start); pos_end = cookie_str.indexOf(';', pos_start); if (pos_end <= 0) pos_end = cookie_str.length; cookie_val = cookie_str.substring(pos_start + 1, pos_end); if (cookie_name == name && cookie_val == "done") return; window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str); } // --> </script> <script language="JavaScript"> <!-- function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable) { toolbar_str = toolbar ? 'yes' : 'no'; menubar_str = menubar ? 'yes' : 'no'; statusbar_str = statusbar ? 'yes' : 'no'; scrollbar_str = scrollbar ? 'yes' : 'no'; resizable_str = resizable ? 'yes' : 'no'; cookie_str = document.cookie; cookie_str.toString(); pos_start = cookie_str.indexOf(name); pos_end = cookie_str.indexOf('=', pos_start); cookie_name = cookie_str.substring(pos_start, pos_end); pos_start = cookie_str.indexOf(name); pos_start = cookie_str.indexOf('=', pos_start); pos_end = cookie_str.indexOf(';', pos_start); if (pos_end <= 0) pos_end = cookie_str.length; cookie_val = cookie_str.substring(pos_start + 1, pos_end); if (cookie_name == name && cookie_val == "done") return; window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menubar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str); } // --> </script> </head> <body> <script language="JavaScript"> <!-- // No right click // var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false") // --> </script> <table border="0" width="798" height="81%" bgcolor="white" cellspacing="0" align="center"> <tr> <td width="792" height="119" colspan="3"><img src="fort.jpg" width="802" height="131" align="top" vspace="0" hspace="0"></td> </tr> <tr> <td width="792" height="19" align="center" valign="top" colspan="3" bgcolor="#FF9933"> <p align="right"><font size="2" face="Arial" color="white"><b><a href="default.htm">Home</a> | <a href="default.htm">Site Map</a>&nbsp;| <a href="contact.htm" target="ifrm1">Contact Us</a></b></font><font size="2" face="Arial" color="blue"><span style="color:rgb(22,56,124); text-decoration:none;"><b> &nbsp;</b></span></font><font face="Arial"></font><img src="" name="slide" border=0 style="filter:blendTrans(duration=3)" width=0 height=0> <script language="JavaScript1.1"> <!-- var whichlink=0 var whichimage=0 var blenddelay=(ie)? document.images.slide.filters[0].duration*1000 : 0 function slideit(){ if (!document.images) return if (ie) document.images.slide.filters[0].apply() document.images.slide.src=imageholder[whichimage].src if (ie) document.images.slide.filters[0].play() whichlink=whichimage whichimage=(whichimage<slideimages.length-1)? whichimage+1 : 0 setTimeout("slideit()",slidespeed+blenddelay) } slideit() //--> </script> </p> </td> </tr> <tr> <td width="172" height="498" align="center" valign="top"> <table border="1" width="170" bordercolordark="white" cellspacing="0" bordercolorlight="silver" bordercolor="silver"> <tr> <td width="164"> <TABLE cellSpacing=0 cellPadding=0 width="98%" border=0 align="center" bgcolor="white"> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="profile.htm" target="ifrm1">Profile</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"><font color="#6600CC"></font></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="History.htm" target="ifrm1">History</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Culture.htm" target="ifrm1">People &amp; Culture</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Admin.htm" target="ifrm1">Administrative Setup</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Rural.htm" target="ifrm1">Rural Development</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Mineral.htm" target="ifrm1">Mineral Resources</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Tourism.htm" target="ifrm1">Tourism</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Health.htm" target="ifrm1">Medical &amp; Health</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD bgColor=#ebebea width="161"><font color="#6600CC"></font></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Forms.html" target="ifrm1">Download Forms</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Industries.htm" target="ifrm1">Industries</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Maps.htm" target="ifrm1">Maps</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')" bgcolor="white"> <p><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Access.htm" target="ifrm1">Accessibility</a></font></p> </TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="javascript:open_window('roiact', 'roiact.pdf', 0, 0, 800, 640, 0, 0, 0, 0, 0)" target="_self">Right of Information</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="Armslist.htm" target="ifrm1">Arms Licenses Status</a></font></TD> </TR> <TR> <TD bgColor=#ebebea width="161"></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="tellist.htm" target="ifrm1">Important Numbers</a></font></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="javascript:open_window('pubrep', 'pubrep.htm', 0, 0, 800, 640, 0, 0, 0, 0, 0)" target="_self">Public Representative</a></font></TD> </TR> <TR> <TD class=mostpopular height=20 width="161" OnMouseOut="menu_cell_rollout(this)" OnMouseOver="menu_cell_rollover(this, 'mn_S1')"><font color="#666699"><IMG src="submenu_arrow.gif" align=absMiddle>&nbsp;<a href="javascript:open_window('bank_ser_area', 'bank_ser_area.pdf', 0, 0, 800, 640, 0, 0, 0, 0, 0)" target="_self">Banking Service Area</a></font></TD> </TR> </TABLE> </td> </tr> </table> <p><a href="lrmobile.pdf" target="_blank"><img src="phonelist.jpg" width="166" height="42" border="1"></a> <a href="nregaphone.pdf" target="_blank"><img src="naregaphone.jpg" width="166" height="42" border="1"></a> <a href="statmn.htm"><img src="atglance.jpg" width="166" height="42" border="1"></a> <a href="weblinks.htm" target="ifrm1"><img src="weblink.gif" width="166" height="42" border="1"></a><a href="Forms.htm" target="ifrm1"><img src="formspic.jpg" width="166" height="44" border="1" vspace="5"></a> </p> </td> <td width="414" height="577" rowspan="2" bgcolor="white" style="border-bottom-width:1; border-bottom-style:solid;"> <p> <iframe name="ifrm1" id="contentFRM" src="profile.htm" frameborder="0" height="579" width="410" hspace="2" marginwidth="2" scrolling="No" vspace="0" marginheight="0" style="overflow:visible;width:100%" align="top"></iframe></p> </td> <td width="197" height="577" rowspan="2" align="center" valign="top" bgcolor="white" style="border-bottom-width:1; border-left-width:1; border-top-color:rgb(102,102,102); border-right-color:rgb(102,102,102); border-left-color:rgb(204,204,204); border-bottom-style:solid; border-left-style:none;"> <table border="0" width="201" height="453"> <tr> <td width="195" height="185"> <table border="1" width="200" align="center" height="175" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC" cellspacing="0"> <tr> <td width="194" height="22" bgcolor="#EBEBEB"> <p align="left" style="margin-left:5;"><font color="#9900CC"><b>&nbsp;<img src="arr.gif" width="18" height="24" border="0" align="texttop">Photo Gallery</b></font></p> </td> </tr> <tr> <td width="194" height="148" bgcolor="white"> <p align="center"><img src="pics/Image-002.jpg" name="slide" border=0 style="filter:blendTrans(duration=3)" width="186" height="121"> <br><a href="PhotoGallery1.htm" align="right" target="ifrm1"><font size="2" color="purple">&gt;&gt; More Images..</font><font size="2" color="purple">.</font></a> <br><a href="javascript:na_open_window('win', 'collector.html', 0, 0, 1000, 700)" target="_self"><font size="2" color="purple">&gt;&gt; Jaisalmer View By District Collector</font><font size="2" color="purple">.</font></a></p> </td> </tr> </table> </td> </tr> <tr> <td width="195" height="151"> <table border="1" width="200" align="center" height="129" bordercolor="#CCCCCC" bordercolordark="white" bordercolorlight="#CCCCCC" cellspacing="0"> <tr> <td width="194" height="27" bgcolor="#EBEBEB"> <p align="left" style="margin-left:5;"><font color="#9900CC"><b><img src="arr.gif" width="18" height="24" border="0" align="texttop"></b></font><font color="#9900CC"><b>News &amp; Events</b></font></p> </td> </tr> <tr> <td width="194" height="100" bgcolor="white"> <p align="center"> <script type="text/javascript"> //new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds) new pausescroller(pausecontent, "pscroller1", "someclass", 3000) </script> </p> </td> </tr> </table> </td> </tr> <tr> <td width="195" height="87"> <p><a href="javascript:open_window('win', 'Desert2008.htm', 0, 0, 800, 640, 1, 1, 1, 1, 1)" target="_self"><img src="ds2008.jpg" width="198" height="42" border="1"></a> <a href="javascript:open_window('HAMARIBETI', 'http://www.hamaribeti.nic.in/Default.aspx', 0, 0, 1024, 768, 1, 1, 1, 1, 1)" target="_self"><img src="gender.jpg" alt="02992-251792-  ? 2 > * @ 8 @ * @  ( ! @  @ 8 H 2 8 G 8 . M * 0 M   @  ?  " width="198" height="42" border="1"></a> <a href="javascript:open_window('IndiaPortal', 'http://india.gov.in', 0, 0, 1024, 768, 1, 1, 1, 1, 1)" target="_self"><img src="banner2.gif" width="200" height="55" border="1"></a><a href="javascript:na_open_window('win', 'invaprch.pdf', 0, 0, 800, 600, 0, 0, 0, 0, 0)" target="_self"><img src="invapr.jpg" width="198" height="41" border="1" vspace="5" alt="Innovative Approaches"></a><a href="javascript:na_open_window('win', 'rfdata.htm', 0, 0, 800, 600, 0, 0, 0, 0, 0)" target="_self"><img src="weather.jpg" width="198" height="42" border="1" vspace="5" alt="Innovative Approaches"></a></p> </td> </tr> </table> </td> </tr> <tr> <td width="172" height="64" style="border-top-width:1; border-bottom-width:1; border-top-style:solid; border-bottom-style:solid;"> <p align="center"><font color="#000066"><span style="font-size:11pt;">Site Updated on 16th Jan., 2012</span></font></p> </td> </tr> </table> <table align="center" height="65" width="805"> <TR> <TD align=center width="99%" height="61"> <DIV align=center> <p><font size="3" color="#000066">Nodal Officer : </font><font size="2" color="#000066"> Dr. Deepak Acharya Public Relation Officer, 02992-252377,253923(O), 9413306077(M)</font><br><font size="2" color="#000066">Developed &nbsp;&amp; &nbsp;Maintained by</font><font size="2" color="#666666"> </font><br><span style="font-size:10pt;"><b><font face="Arial,Courier" color="#000066"><a href="http://home.nic.in">National Informatics Centre</a>, </font><font face="Arial,Courier" color="#003366">District Unit, Jaisalmer</font></b></span><br><font size="2" color="#000066">Contents Provided by </font><br><b><font size="2" face="Arial" color="#000066">District Administration, Jaisalmer</font></b><br><a href="javascript:void(0)" onMouseOver="javascript: openWin('disclaimer.html')" onMouseOut="javascript:closeWin()"><font size="3" color="#990000">Disclaimer</font></a><br><STRONG><font color="#8A8A99"><span style="font-size:8pt;">Site best viewed on 800 x 600 resolution.</span></font></STRONG></p> </DIV> </TD> </TR> </table> <p>&nbsp;</p> </body> </html>