CINXE.COM
Leh Travel Guide - Overview | Veethi
<!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>Leh Travel Guide - Overview | Veethi</title> <link rel="canonical" href="https://www.veethi.com/travel/Leh-overview-66.htm"/> <meta name="description" content="Leh travel guide provides an overview of Leh and travel related information"/> <meta name="keywords" content="Leh Overview, Leh travel, Leh travel guide, Leh city guide, Leh tour guide, Leh tours"/> <meta name="robots" content="index, follow"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <!-- STYLE SHEETS INCLUDES --> <!-- Common Style--> <link href="../css/style.css" rel="stylesheet" type="text/css" /> <!-- auto complete Style--> <link rel="stylesheet" type="text/css" href="../css/jquery.autocomplete.css" /> <!-- modalbox Style--> <link rel="stylesheet" type="text/css" href="../css/modalbox_style.css" /> <!--This page styles--> <link href="../css/ylpg_style.css" rel="stylesheet" type="text/css" /> <!--This slideshow styles--> <link href="../css/slideshow.css" rel="stylesheet" type="text/css" /> <style> .comments{width:450px; margin-top:15px;} .comments h2{color:#000000; font-size:15px;} .comments ul{padding:0px 0 0px 0; width:450px;margin-top:10px; font-size:11px; font-family:Verdana;} .comments li{width:450px; height:auto; border:none; padding:0px; margin:0px; padding-bottom:5px; padding-top:5px;} .comments li .rtitle{ font-size:12px; font-weight:bold; color:#3366CC; padding-top:8px; padding-bottom:8px; width:450px; } .comments li .rtitle span.tag{ font-size:10px; color:#CCCCCC; font-style:italic; } .comments li .left{ float:left; width:320px;} .comments li .right{ float:left;margin-left:8px; width:122px;color:#CCCCCC;} .comments li .left_n{ float:left; width:50px; padding:1px; border:1px solid #cccccc;} .comments li .right_n{ float:left;margin-left:8px; width:380px;color:#999999;font-size:9px; } .comments li .right_n .rtitle_n{ font-size:12px; font-weight:bold; color:#3366CC; padding-bottom:3px; width:380px; } .comments li .right_n .rtitle_n span.hotel{font-size:10px; color:#3366CC; } .comments li .full{ float:left;/*margin-left:8px;*/ padding-top:5px; padding-bottom:10px;margin-bottom:10px; width:440px; border-bottom:1px dashed #CCCCCC;} .comments li .full .rleft{float:left;background:url(../images/quote_r.gif) no-repeat; height:20px; width:15px;} .comments li .full .text{ float:left;/*margin-left:8px;*/ font-size:11px; padding-top:5px; padding-bottom:10px;margin-bottom:10px; width:400px; } .comments li img.user{width:50px; height:50px;} </style> <style> #videoboxbg{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color:#ffffff;opacity:0.50;-moz-opacity:0.50;-khtml-opacity:0.50;filter:alpha(opacity=50); z-index:90;visibility:hidden;} #videobox{position:fixed;width:501px;height:501px;top:50%;left:50%;margin-left:-222px;margin-top:-200px;font-family:Tahoma;font-size:11px;font-weight:bold;z-index:100;visibility:hidden; border:1px solid #999999; background:#2864AC;} #videobox .heading {float:left;width:500px;height:28px;background:#2864AC; font-family:Verdana, Arial, Helvetica, sans-serif;} </style> <!--[if lt IE 7.]> <script defer type="text/javascript" src="js/pngfix.js"></script> <![endif]--> <script type="text/javascript"> function add_id_val(alinkId) { document.reportabuse.review_id.value=alinkId; } function cktravelcomment() { with(window.document.frmcomment) { if(isEmpty(rtitle,'Please enter title')) { return false; } else if(isEmpty(comment_description,'Please enter your review')) { return false; } else if(comment_description.value.length > 2000) { alert("Please enter less than 2000 characters"); return false; } else { return true; } } } </script> </head> <body> <div class="wrapper"> <div class="mainPan"> <!--JAVA SCRIPT INCLUDES--> <!-- common script --> <div class="twoColumn currentPage"> <div id="header"> <div class="contenth"> <script type="text/javascript" src="/js/script.js"></script> <!-- city directory ajax script --> <script type="text/javascript" src="/js/ajax_city_directory.js"></script> <!-- jquery common script --> <script type="text/javascript" src="/js/jquery/jquery.js"></script> <!-- auto complete script --> <script type='text/javascript' src='/js/jquery/jquery.autocomplete.js'></script> <!-- tooltip script --> <script type="text/javascript" src="/js/tooltip-min.js"></script> <!-- JAVA SCRIPTS --> <!-- auto complete script --> <script type="text/javascript" language="javascript"> <!-- jQuery().ready(function() { function log(event, data, formatted) { jQuery("<li>").html( !data ? "No match!" : "Selected: " + formatted); } function formatItem(row) { return row[0] + " (<strong>id: " + row[1] + "<\/strong>)"; } function formatResult(row) { return row[0].replace(/(<.+?>)/gi, ''); } jQuery("#txtSearch").autocomplete("autocomplete_search.php", { width: 450, selectFirst: false //alert('hi'); }); jQuery("#txtSearch").result(function(event, data, formatted) { /*if (data) var url='places/india_results-'+escape(data[1])+'.htm'; window.open(url,'_self');*/ if (data) { if(data[3] == 'l') { var url='/'+data[1]+'/YP'+data[2]; window.open(url,'_self'); } else { var url='/places/'+'india_results-'+escape(data[2])+'.htm'; window.open(url,'_self'); } } }); //for new home page==================================================================================================== jQuery("#txtSearch_new").autocomplete("autocomplete_search.php", { width: 450, selectFirst: false }); jQuery("#txtSearch_new").result(function(event, data, formatted) { /*if (data) var url='places/india_results-'+escape(data[1])+'.htm'; window.open(url,'_self');*/ if (data) { if(data[3] == 'l') { var url='/'+data[1]+'/YP'+data[2]; window.open(url,'_self'); } else { var url='/places/'+'india_results-'+escape(data[2])+'.htm'; window.open(url,'_self'); } } }); jQuery("#txtplacecity_new").autocomplete("places/autocomplete_placecity.php", { width: 450, selectFirst: false }); jQuery("#txtplacecity_new").result(function(event, data, formatted) { if (data) { if(data[4] == 'city') { var url='places/'+data[3]+'-'+data[2]+'-place-'+data[1]+'.htm'; window.open(url,'_self'); } else { var url='places/'+data[3]+'-'+data[2]+'-locality-'+data[1]+'.htm'; window.open(url,'_self'); } } }); jQuery("#txtpeople_new").autocomplete("india-people/autocomplete_people.php", { width: 450, selectFirst: false }); jQuery("#txtpeople_new").result(function(event, data, formatted) { if (data) var url='india-people/'+data[3]+'-profile-'+data[1]+'-'+data[2]+'.htm'; window.open(url,'_self'); }); //for new home end ========================================================================================================== //for yellowpages jQuery("#keyword").autocomplete("/places/autocomplete_search_new.php", { width: 380, selectFirst: false //alert('hi'); }); jQuery("#keyword").result(function(event, data, formatted) { if (data) { if(data[4] == 'l') { var url='/places/'+data[1]+'-'+data[2]+'-details-'+data[3]+'.htm'; window.open(url,'_self'); } else { var url='/places/'+'india_results-'+escape(data[3])+'.htm'; window.open(url,'_self'); } } }); jQuery("#placekeyword").autocomplete("/places/autocomplete_search_new.php?q1=", { width: 380, selectFirst: false //alert('hi'); }); jQuery("#placekeyword").result(function(event, data, formatted) { if (data) { if(data[4] == 'l') { var url='/places/'+data[1]+'-'+data[2]+'-details-'+data[3]+'.htm'; window.open(url,'_self'); } else { var url='/'+data[1]+'-'+escape(data[3])+'-results/'+data[2]; window.open(url,'_self'); } } }); jQuery("#txtplace").autocomplete("autocomplete_place.php", { width: 450, selectFirst: false }); jQuery("#txtplace").result(function(event, data, formatted) { if (data) if(data[2] == 'd') { var url=data[3]+'-overview-'+data[1]+'.htm'; } else { var url=data[3]+'-travel_nearby-'+data[4]+'&nearby_id-'+data[1]+'.htm'; } window.open(url,'_self'); }); jQuery("#txtplacecity").autocomplete("/places/autocomplete_placecity.php", { width: 450, selectFirst: false }); jQuery("#txtplacecity").result(function(event, data, formatted) { if (data) { if(data[4] == 'city') { var url='/places/'+data[3]+'-'+data[2]+'-place-'+data[1]+'.htm'; window.open(url,'_self'); } else { var url='/places/'+data[3]+'-'+data[2]+'-locality-'+data[1]+'.htm'; window.open(url,'_self'); } } }); jQuery("#txtplacevideo").autocomplete("/places/autocomplete_placevideo.php", { width: 450, selectFirst: false }); jQuery("#txtplacevideo").result(function(event, data, formatted) { if (data) var url='/places/'+data[3]+'-'+data[2]+'-video_view-'+data[1]+'.htm'; window.open(url,'_self'); }); jQuery("#txtschool").autocomplete("autocomplete_school.php", { width: 400, selectFirst: false }); jQuery("#txtschool").result(function(event, data, formatted) { if (data) var url=data[2]+'-detail-'+data[1]+'.htm'; window.open(url,'_self'); }); //txtcollege jQuery("#txtcollege").autocomplete("autocomplete_college.php", { width: 400, selectFirst: false }); jQuery("#txtcollege").result(function(event, data, formatted) { if (data) var url=data[2]+'-detail-'+data[1]+'.htm'; window.open(url,'_self'); }); jQuery("#txtplacephoto").autocomplete("/places/autocomplete_placephoto.php", { width: 450, selectFirst: false }); jQuery("#txtplacephoto").result(function(event, data, formatted) { if (data) var url='/places/'+data[3]+'-'+data[2]+'-photo_view-'+data[1]+'.htm'; window.open(url,'_self'); }); jQuery("#txtplacekey").autocomplete("autocomplete_placekey.php", { width: 450, selectFirst: false }); jQuery("#txtplacekey").result(function(event, data, formatted) { if (data) var url='place_gresult-'+data[1]+'-'+escape(data[0])+'.htm'; window.open(url,'_self'); }); jQuery("#txtpeople").autocomplete("autocomplete_people.php", { width: 450, selectFirst: false }); jQuery("#txtpeople").result(function(event, data, formatted) { if (data) var url=data[0]+'-profile-'+data[1]+'-'+data[2]+'.htm'; window.open(url,'_self'); //jQuery(this).parent().next().find("input").val(data[1]); }); jQuery("#fromAddress").autocomplete("autocomplete_place.php", { width: 150, selectFirst: false }); jQuery("#fromAddress").result(function(event, data, formatted) { }); jQuery("#toAddress").autocomplete("autocomplete_place.php", { width: 150, selectFirst: false }); jQuery("#toAddress").result(function(event, data, formatted) { }); jQuery("#txtprocity").autocomplete("autocomplete_procity.php", { width: 330, scrollHeight: 400, selectFirst: false }); jQuery("#txtprocity").result(function(event, data, formatted) { if (data) {if(data[1] != 0) { var url=data[3]+'-property-'+data[1]+'.htm'; window.open(url,'_self'); } else { var url="city_result.html?txt="+data[2]; window.open(url,'_self'); } } }); jQuery("#txtprocity1").autocomplete("autocomplete_procity.php", { width: 335, scrollHeight: 400, selectFirst: false }); jQuery("#txtprocity1").result(function(event, data, formatted) { if (data) {if(data[1] != 0) { var url=data[3]+'-property-'+data[1]+'.htm'; window.open(url,'_self'); } else { var url="city_result.html?txt="+data[2]; window.open(url,'_self'); } } }); //for job city search txtjobcity jQuery("#txtjobcity").autocomplete("autocomplete_jobcity.php", { width: 330, scrollHeight: 400, selectFirst: false }); jQuery("#txtjobcity").result(function(event, data, formatted) { if (data) var url=data[2]+'-jobs-All-'+data[1]+'.htm'; window.open(url,'_self'); }); jQuery("#txtjobcity1").autocomplete("autocomplete_jobcity.php", { width: 260, scrollHeight: 400, selectFirst: false }); jQuery("#txtjobcity1").result(function(event, data, formatted) { if (data) var url=data[2]+'-jobs-All-'+data[1]+'.htm'; window.open(url,'_self'); }); jQuery("#clear").click(function() { jQuery(":input").unautocomplete(); }); }); // --> </script> <!--change city popup scripts--> <script type="text/javascript" language="javascript"> jQuery(function() { jQuery("#click_here").click(function(event) { event.preventDefault(); if(document.getElementById("area_select")){ if(document.getElementById("area_select").style.visibility == "visible"){ document.getElementById("area_select").style.visibility="hidden"; }else{ document.getElementById("area_select").style.visibility="visible"; } } jQuery("#changeCityPopup").slideToggle(); jQuery("#selectCityPopup").slideToggle(); }); }); </script> <!--acordian menu script --> <script type="text/javascript" language="javascript"> // When the document loads do everything inside here ... jQuery(document).ready(function(){ // When a link is clicked jQuery("a.tab").click(function () { // switch all tabs off jQuery(".active").removeClass("active"); // switch this tab on jQuery(this).addClass("active"); // slide all content up jQuery(".content").slideUp(); // slide this content up var content_show = jQuery(this).attr("title"); jQuery("#"+content_show).slideDown(); }); }); </script> <!-- Modal dialog box script--> <script type="text/javascript" language="javascript"> jQuery(document).ready(function() { //select all the a tag with name equal to modal jQuery('a[name=modal]').click(function(e) { //Cancel the link behavior e.preventDefault(); //Get the A tag var id = jQuery(this).attr('href'); var title = jQuery(this).attr('title'); if(title!=""){ if(id=="#sponsor") { document.getElementById('sponsorImg').src=title; } else if(id=="#reportAbuse"){ document.reportabuse.review_id.value=title; } else{ document.imagereportabuse.image_comment_id.value=title; } } //Get the screen height and width var maskHeight = jQuery(document).height(); var maskWidth = jQuery(window).width(); //Set heigth and width to mask to fill up the whole screen jQuery('#mask').css({'width':maskWidth,'height':maskHeight}); jQuery('#mask').fadeIn(1000); jQuery('#mask').fadeTo("slow",0.8); //Get the window height and width //code here by lina to set popup window position var winH = jQuery(window).height(); var headW=jQuery('#content_container').offset().left; var winW = jQuery(window).width(); //Set the popup window to center jQuery(id).css('top', (winH - 132)/2-jQuery(id).height()/2); jQuery(id).css('left', (winW-( 2 *headW))/2-jQuery(id).width()/2 ); // ended by lina //transition effect jQuery(id).fadeIn(2000); jQuery('html,body').animate({scrollTop: 0}, 1000); }); //if close button is clicked jQuery('.window .close').click(function (e) { //Cancel the link behavior e.preventDefault(); jQuery('#mask').hide(); jQuery('.window').hide(); }); //if mask is clicked jQuery('#mask').click(function () { jQuery(this).hide(); jQuery('.window').hide(); }); }); </script> <!--LOGO (BEGIN)--> <a href="http://www.veethi.com" title="Discover the People, Places and Businesses of India"><img src="/images/logo.jpg" alt="Veethi Logo" id="vtLogo_screen" width="205" height="75" /> <!--LOGO (END)--> <div style="float:right; padding-top:2px;"> Already have an account? <a href="http://www.veethi.com/user_login.html" title="Log in India Local City Business Directory">Login</a> or <a href="http://www.veethi.com/user_register.html" title="Register With India Local City Business Directory">Register</a></div><div style="margin-bottom:5px;float:right; height:90px; width:728px; "><p> <script type="text/javascript"><!-- google_ad_client = "ca-pub-7264437082901485"; /* Header Leader Board 728x90, created 11/7/10 */ google_ad_slot = "0479105868"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </p></div> <p id="slogan"><span> </span></p></div> <!--MAIN SITE NAVIGATION (BEGIN)--> <div id="mainNav_container"> <div class="contenth mainNavContent"> <ul class="mainNav clearfix"> <li><a href="/" class="" title="Veethi Home">Home</a></li><li><a href="/india-people/" class="" title="India People">People</a></li><li><a href="/places/india_yellowpages_list.html" class="" title="Indian Yellow Pages">Yellow Pages</a></li><li><a href="/places/india_photos.html" class="" title="India Photos">Photos</a></li><li><a href="/places/india_videos.html" class="" title="India Videos">Videos</a></li><li><a href="/travel/india_travel_guide.html" class="currentPage" title="India Travel Guide">Travel Guide</a></li><li><a href="/articles/" class="" title="India Articles">Articles</a></li><li><a href="/schools-in-india/" class="" title="Schools">Schools</a></li><li><a href="/colleges-in-india/" class="" title="Colleges">Colleges</a></li> <!--<li class="lst"><a href="#" >More >></a> <ul> <li><a href="http://www.veethi.com/members.html" title="Veethi Members">Members</a></li> <li><a href="http://www.veethi.com/colleges-in-india/" title="Colleges in India">Colleges</a></li> <li><a href="http://www.veethi.com/schools-in-india/" title="Schools in India">Schools</a></li> <li><a href="http://www.veethi.com/places/facts_about_india.html" title="Facts about India">Facts About India</a></li> <li><a href="http://www.veethi.com/places/india-pin-codes.html" title="PIN Codes">PIN Codes</a></li> <li><a href="http://www.veethi.com/places/india_banks-ifsc-micr-codes.html" title="Bank IFSC & MICR Codes">Bank IFSC Codes</a></li> <li><a href="http://www.veethi.com/places/india-std-codes.html" title="STD Codes">STD Codes</a></li> <li><a href="http://www.veethi.com/places/india_complaints.html" title="Complaints">Complaints</a></li> <li><a href="http://www.veethi.com/realestate/" title="Properties in India" >Real Estate</a></li> <li><a href="http://www.veethi.com/places/india_events.html" title="Events">Events</a></li> <li><a href="http://www.veethi.com/jobs/" title="Jobs">Jobs</a></li> <li><a href="http://www.veethi.com/user_login.html" title="Login">Login</a></li> </ul> </li> --> </ul> </div> </div> <!--MAIN SITE NAVIGATION (END)--> </div> <!--HEADER (END)--> <div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#appId=146595932057692&xfbml=1"></script> <div id="content_container" class="contenth"> <div id="wrapperer" > <div class="breadCrumbPan"> <div class="breadCrumb"><a href="/">Home</a> » <a href="india_travel_guide.html">Travel Guide</a> » <a href="Leh-overview-66.htm"> Leh </a> » Overview<div style='color:white;'>http://www.veethi.com//travel/Leh-overview-66.htm</div></div></div><!--/div--> <script type="text/javascript" > function checkf() { var from = document.frmdir.fromAddress.value; var to = document.frmdir.toAddress.value; if(from =='Enter Origin City...') { alert('Please enter Origin City'); return false; } else if(to =='') { alert('Please enter destination City'); return false; } else {return true; } return true; } function checkf1() { var to = document.frmdir1.toAddress.value; var from = document.frmdir1.fromAddress.value; if(to =='Enter Destination City...') { alert('Please enter destination city'); return false; } else if(from =='') { alert('Please enter origin City'); return false; } else {return true; } return true; } </script> <div class="contentPan"> <div class="clear"></div><br /> <!--*********************************** Search boxes ***************************************** --> <!--form action="travel_result.html" name="frmsearch" method="post" style=" autocomplete:off;" id="quickSearch" onsubmit="return cksearch();" enctype="application/x-www-form-urlencoded"> <div id="quickSearch_Bar1" style="width:950px;background-color:#f2f1f1; margin-bottom:5px;font-size:12px; padding-bottom:3px; margin-top:-6px; float:left; "> <table border="0" align="left" cellspacing="3" cellpadding="0" ><tr> <td width="185" align="right" style="font-size:14px; font-weight:bold;"> Explore India </td> <td><input id="txtplace" class="inputCity" name="place" value="" size="80" onFocus="this.value='';this.style.color='#585959';" onBlur="if(this.value==''){this.value=' Enter Your Travel Destination'; }" style=" width:450px;"/></td> <td> <input type="submit" class="submitSearch" value="Search" ></td> </tr> </table> </div> </form--> <div id="quickSearch_Bar1" style="width:950px;background-color:#f2f1f1; margin-bottom:5px;font-size:12px; padding-bottom:3px; margin-top:-6px; float:left; "> <table border="0" align="left" cellspacing="3" cellpadding="0" ><tr> <td width="185" align="right" style="font-size:14px; font-weight:bold;"> Explore India </td> <td width="450"> <script> (function() { var cx = '003056267141558555320:4xqfolas1og'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//www.google.com/cse/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search> </td> </tr> </table> </div> <!-- *************************************** Search boxes end *************************************** --> <div class="ylpgLeft1" > <div class="hdBox MB10"> <div class="hd1" >Leh <!--Travel Guide--> </div> <ul> <li><a class="active" href="Leh-overview-66.htm">Overview</a></li><li><a href="Leh-how_to_reach-66.htm">How to Reach</a></li><li><a href="Leh-hotels-66.htm">Where to Stay</a></li><li><a href="Leh-where_to_eat-66.htm">Where to Eat</a></li><li><a href="Leh-what_to_do-66.htm">What to Do</a></li><li><a href="Leh-climate-66.htm">Climate</a></li><li><a href="Leh-transportation-66.htm">Local Transportation</a></li><li><a href="Leh-nearby_attraction-66.htm">Nearby Attractions</a></li><li><a href="Leh-travel_map-66.htm">Map</a></li><li><a href="Leh-travel_photos-66.htm">Photos</a></li><li ><a href="Leh-travel_videos-66.htm">Videos</a></li> </ul> </div> <!--- <div class="hdBox MB10" style=" overflow:hidden;"> <div class="hd">Recent Members</div> <div class="clear"></div> <div class="PA10"> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:auto;"> <tr> <td align="center" valign="top"> <table width="40" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="profile.html?user_id=164849"><img width="40" height="40" src="../images/user-profile/default.gif" border="0" alt="Michaeldrade"/></a></td> </tr> </table></td></tr> <tr> <td align="center" valign="top" ><p><a href="../profile.html?user_id=164849">Michaeldrade </a></p></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:auto;"> <tr> <td align="center" valign="top"> <table width="40" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="profile.html?user_id=164562"><img width="40" height="40" src="../images/user-profile/default.gif" border="0" alt="WmGvmwuf"/></a></td> </tr> </table></td></tr> <tr> <td align="center" valign="top" ><p><a href="../profile.html?user_id=164562">WmGvmwuf </a></p></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:auto;"> <tr> <td align="center" valign="top"> <table width="40" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="profile.html?user_id=163989"><img width="40" height="40" src="../images/user-profile/default.gif" border="0" alt="lWWscDAwgJWF"/></a></td> </tr> </table></td></tr> <tr> <td align="center" valign="top" ><p><a href="../profile.html?user_id=163989">lWWscDAwgJWF </a></p></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:auto;"> <tr> <td align="center" valign="top"> <table width="40" border="0" align="center" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="profile.html?user_id=163984"><img width="40" height="40" src="../images/user-profile/default.gif" border="0" alt="SHvMoxNcUU"/></a></td> </tr> </table></td></tr> <tr> <td align="center" valign="top" ><p><a href="../profile.html?user_id=163984">SHvMoxNcUU </a></p></td> </tr> </table> </div> </div> ---> <script type="text/javascript"> if (!window.OX_ads) { OX_ads = []; } OX_ads.push({ "auid" : "468476" }); </script> <script type="text/javascript"> document.write('<scr'+'ipt src="//pixfuture-d.openx.net/w/1.0/jstag"><\/scr'+'ipt>'); </script> <noscript><iframe id="520bed10bbc4b" name="520bed10bbc4b" src="http://ax-d.pixfuture.net/w/1.0/afr?auid=468476&cb=INSERT_RANDOM_NUMBER_HERE" frameborder="0" scrolling="no" width="160" height="600"><a href="http://ax-d.pixfuture.net/w/1.0/rc?cs=520bed10bbc4b&cb=INSERT_RANDOM_NUMBER_HERE" ><img src="http://ax-d.pixfuture.net/w/1.0/ai?auid=468476&cs=520bed10bbc4b&cb=INSERT_RANDOM_NUMBER_HERE" border="0" alt=""></a></iframe></noscript> </div> <div class="ylpgMid" > <p> <h1> Leh Travel Guide </h1> </p> <div class="catList"> <div class="catListTop"></div> <div class="catListMid"> <ul> <!-- jQuery library --> <script type="text/javascript" src="../js/jcarousel/jquery-1.3.min.js"></script> <!--<script type="text/javascript" src="../lib/js/external/jquery-1.6.2.min.js"></script>--> <!-- jQuery Plugin scripts --> <script type="text/javascript" src="../js/jcarousel/jquery.easing.1.3.min.js"></script> <!-- Slider Kit scripts --> <script type="text/javascript" src="../js/jcarousel/jquery.sliderkit.1.9.2.pack.js"></script> <script type="text/javascript" src="../js/jcarousel/sliderkit.delaycaptions.1.1.pack.js"></script> <!-- Slider Kit launch --> <script type="text/javascript"> $(window).load(function(){ //$(window).load() must be used instead of $(document).ready() because of Webkit compatibility /*--------------------------------- * Example #01 *---------------------------------*/ $(".delaycaptions-01").sliderkit({ circular:false, mousewheel:false, keyboard:true, shownavitems:4, auto:false, panelfxspeed:500, delaycaptions:{ delay:500, // must be equal or higher than panelfxspeed position:'bottom', transition:'sliding', duration:300, // must be less equal or higher than panelfxspeed easing:'easeOutExpo' } }); }); </script> <!-- Slider Kit styles --> <style> /** * sliderkit-core.css * > Core CSS styles * * This file is part of Slider Kit jQuery plugin. * http://www.kyrielles.net/sliderkit/ * * Copyright (c) 2010-2012 Alan Frog * Licensed under the GNU General Public License * See <license.txt> or <http://www.gnu.org/licenses/> * */ /* * PLUGIN BASICS * ------------------------------------------------ */ .sliderkit{display:none;position:relative;overflow:hidden;text-align:left;} .sliderkit a, .sliderkit a:hover{text-decoration:none;} .sliderkit a:focus{outline:1px dotted #000;/*optional*/} .sliderkit img{border:0;} /*--------------------------------- * Navigation *---------------------------------*/ .sliderkit .sliderkit-nav{z-index:10;position:absolute;text-align:center;} /* Nav > Clip */ .sliderkit .sliderkit-nav-clip{position:relative;overflow:hidden;margin:0 auto;} .sliderkit .sliderkit-nav-clip ul{position:relative;left:0;top:0;list-style:none;margin:0;padding:0;} .sliderkit .sliderkit-nav-clip ul li{float:left;} .sliderkit .sliderkit-nav-clip ul li a{display:block;overflow:hidden;} /*--------------------------------- * Buttons *---------------------------------*/ .sliderkit .sliderkit-btn{z-index:10;} /*--------------------------------- * Panels *---------------------------------*/ .sliderkit .sliderkit-panel{z-index:1;position:absolute;overflow:hidden;} .sliderkit .sliderkit-panel-active{z-index:5;} .sliderkit .sliderkit-panel-old{z-index:4;} /* Panels > Overlay */ .sliderkit .sliderkit-panel .sliderkit-panel-textbox{position:absolute;z-index:1;} .sliderkit .sliderkit-panel .sliderkit-panel-text{position:absolute;z-index:3;top:0;left:0;} .sliderkit .sliderkit-panel .sliderkit-panel-overlay{position:absolute;z-index:2;top:0;left:0;} /*--------------------------------- * Counter *---------------------------------*/ .sliderkit .sliderkit-count{position:absolute;top:5px;right:5px;z-index:10;padding:5px;color:#fff;background:#000;} /*--------------------------------- * Loader *---------------------------------*/ .sliderkit .sliderkit-timer{position:absolute;top:0;left:0;z-index:10;height:3px;background:#ccc;} /*--------------------------------- * Photos gallery > With captions *---------------------------------*/ .photosgallery-captions{width:420px;/*500px;*/height:280px;/*335px;*/padding:0 0 76px; margin:0 auto;} /* Navbar */ .photosgallery-captions .sliderkit-nav{left:0;bottom:0;width:400px;/*480px;*/padding:10px !important;background:#000;} .photosgallery-captions .sliderkit-nav-clip ul li{float:left;margin:0 !important; width:auto;} .photosgallery-captions .sliderkit-nav-clip ul li a{display:block;width:75px;height:50px;overflow:hidden;margin:0 !important;padding:3px; } .photosgallery-captions .sliderkit-nav-clip ul li a img{ border:none !important;} .photosgallery-captions .sliderkit-nav-clip ul li.sliderkit-selected a{padding:0;border:3px solid #fff;} /* Buttons */ .photosgallery-captions .sliderkit-btn{position:absolute;top:0;} .photosgallery-captions .sliderkit-btn a{display:block;height:76px;background:transparent url("../images/arrows-h.png") no-repeat center 0;} .photosgallery-captions .sliderkit-btn span{display:none;} .photosgallery-captions .sliderkit-btn-disable{opacity:0.3/*can be set to any value until 1*/;} .photosgallery-captions .sliderkit-btn-disable a:hover{cursor:default;} /* Buttons > Navbar buttons */ .photosgallery-captions .sliderkit-nav-btn{width:15px;} .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev{left:5px;} .photosgallery-captions .sliderkit-nav .sliderkit-nav-next{right:5px;} .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev a{background-position:-89px center;} .photosgallery-captions .sliderkit-nav .sliderkit-nav-next a{background-position:-108px center;} .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev a:hover, .photosgallery-captions .sliderkit-nav .sliderkit-nav-prev a:focus{background-position:-126px center;} .photosgallery-captions .sliderkit-nav .sliderkit-nav-next a:hover, .photosgallery-captions .sliderkit-nav .sliderkit-nav-next a:focus{background-position:-145px center;} /* Buttons > Go buttons */ .photosgallery-captions .sliderkit-go-btn{width:10px;} .photosgallery-captions .sliderkit-nav .sliderkit-go-prev{left:30px;} .photosgallery-captions .sliderkit-nav .sliderkit-go-next{right:30px;} .photosgallery-captions .sliderkit-nav .sliderkit-go-prev a{background-position:0 center;} .photosgallery-captions .sliderkit-nav .sliderkit-go-next a{background-position:-20px center;} .photosgallery-captions .sliderkit-nav .sliderkit-go-prev a:hover, .photosgallery-captions .sliderkit-nav .sliderkit-go-prev a:focus{background-position:-40px center;} .photosgallery-captions .sliderkit-nav .sliderkit-go-next a:hover, .photosgallery-captions .sliderkit-nav .sliderkit-go-next a:focus{background-position:-60px center;} /* Panel */ .photosgallery-captions .sliderkit-panel{top:0;left:0;width:420px;/*500px;*/height:280px;/*335px;*/} /* Panel > Textbox */ .photosgallery-captions .sliderkit-panel .sliderkit-panel-textbox{bottom:0;left:0;width:420px;/*500px;*/height:50px;/*70px;*/} .photosgallery-captions .sliderkit-panel .sliderkit-panel-text{height:50px;padding:10px 15px;font-size:0.9em;color:#fff;} .photosgallery-captions .sliderkit-panel .sliderkit-panel-text h4{height:auto;margin:0 0 7px;line-height:1.1em;font-size:1.1em;font-weight:bold;border:none;} .photosgallery-captions .sliderkit-panel .sliderkit-panel-overlay{width:500px;height:70px;background:#000;opacity:0.6;} /*--------------------------------- * Add-on > DelayCaption *---------------------------------*/ /* Example 01 */ .delaycaptions-02 .sliderkit-panel .sliderkit-panel-textbox{bottom:0;} </style> <!-- Start photosgallery-captions --> <div class="sliderkit photosgallery-captions delaycaptions-01"> <div class="sliderkit-nav"> <div class="sliderkit-nav-clip"> <ul> <!-- First Content --> <li><a href="#" rel="nofollow" title="Leh Palace" ><img src="/images/travel/thumb/Leh_1.jpeg" alt="Leh Palace" border="0"/></a></li> </ul> </div> <div class="sliderkit-btn sliderkit-nav-btn sliderkit-nav-prev"><a rel="nofollow" href="#" title="Previous line"><span>Previous line</span></a></div> <div class="sliderkit-btn sliderkit-nav-btn sliderkit-nav-next"><a rel="nofollow" href="#" title="Next line"><span>Next line</span></a></div> <div class="sliderkit-btn sliderkit-go-btn sliderkit-go-prev"><a rel="nofollow" href="#" title="Previous photo"><span>Previous photo</span></a></div> <div class="sliderkit-btn sliderkit-go-btn sliderkit-go-next"><a rel="nofollow" href="#" title="Next photo"><span>Next photo</span></a></div> </div> <div class="sliderkit-panels"> <div class="sliderkit-panel"> <a href="/image.php/Leh_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Leh_1.jpeg" title="Leh Palace"><img src="/image.php/Leh_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Leh_1.jpeg" alt="Leh Palace" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Leh Palace</h4> <p>Leh</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> </div> </div> </ul> <div class="clear"></div> </div> <div class="catListBottom"></div> </div> <div class="clear"> </div> <!--div class="clear"> </div> <div class="clear"> </div--> <div class="listData"><div class="tLists"> <br /> <h2> Leh Travel Guide </h2><br /> <p><p>Leh, the headquarters of Leh district of Ladakh region is located on the east of Srinagar. Leh grew into eminence in the 17th century and finally became a primary tourist destination after the 1970’s. Leh is a land of wilderness with a number of tourist attractions adorning the place and heightening its look. It is situated at a distance of 434 kms from Srinagar and 474 kms from Manali. Its location of the banks of the river Indus at a height of 11, 000 feet is what renders it with an additional beauty of an unmatched feature.</p> <p> </p> <p>Leh is known to offer some of the best trekking sites and hence, it being the most desired destination choice for all trekkers is comprehensible. Leh travel guide will give you complete details of this beautiful place.</p> <p> </p> <p>Leh has a number of tourist places of note and with certain uniqueness endowed. Some of them are listed below; Shey Palace, Stok Palace, Thiksey Monastery, Ri- Dzong, Sankar Gompa, Jama Masjid, Chamba Temple, Leh Palace, Leh Gompa, Leh Fort, Shanti Stupa, Jo-Khang, Namgyal Tsemo, Chang Gali etc.</p> <p> </p> <p>The Namgyal Tsemo Gompa fascinates tourist through the three – storied Buddha idol and through the preservation of a number of ancient manuscripts. There is a Shanti Stupa which also attracts tourist. Believed to have been built by a Japanese order the Stupa was later opened by Dalai Lama in the year 1985. From the peak of the Stupa one can get a commanding view of the surroundings. The Stok Palace is a royal palace which houses a museum that exhibits the Royal era. The spare times can be utilised by visiting the Chang Gali where one can shop at their own leisure.</p> <p> </p> <p>There are several monasteries in Leh like the Spituk and Phiyang monastery that are famed for the Buddhist deities made up of Bronze. The Sankar Gompa is also an important tourist place of attraction. It houses an image of the Buddhist deity Avalokiteshwara Padmahari or Chenresig which has 1, 000 arms and an equal number of heads. The Thiksey Monastery is considered to be the most beautiful of all the monasteries in Leh and a striking feature of this monastery is that it is home to 80 monks.</p> <p> </p> <p>Leh can be easily reached either through road or through air. The airport of Leh lies at a distance of 7 kms from the town of Leh. One can even travel through road from the Kashmir valley. Leh has a large number of tourist destinations in its vicinity. Plan a trip to Leh. The land with all its wilderness and beauties is waiting to welcome you. A good Leh travel guide will help you a lot during your Leh visit. </p> <p> </p> <h2>Leh Important Website</h2> <p> </p> <table border="1" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="319" valign="top"> <p>Leh Government Official Website</p> </td> <td style="text-align: center;" width="319" valign="top"> <p><a href="http://leh.nic.in/">http://leh.nic.in/</a></p> </td> </tr> <tr> <td width="319" valign="top"> <p>Leh Wiki</p> </td> <td style="text-align: center;" width="319" valign="top"> <p><a href="http://en.wikipedia.org/wiki/Leh">http://en.wikipedia.org/wiki/Leh</a></p> </td> </tr> </tbody> </table> <p> </p> <h2>Leh Emergency Numbers</h2> <p> </p> <table border="1" cellspacing="0" cellpadding="0"> <tbody> <tr> <td width="319" valign="top"> <p>Sonam Norbu Hospital</p> </td> <td style="text-align: center;" width="319" valign="top"> <p>+91 1982 253626</p> </td> </tr> <tr> <td width="319" valign="top"> <p>Tourism Office</p> </td> <td style="text-align: center;" width="319" valign="top"> <p>+91 1982 252297</p> </td> </tr> <tr> <td width="319" valign="top"> <p>Director of Tourism</p> </td> <td style="text-align: center;" width="319" valign="top"> <p>+91 1982 252095</p> </td> </tr> <tr> <td width="319" valign="top"> <p>Police</p> </td> <td style="text-align: center;" width="319" valign="top"> <p>+91 1982 252018</p> </td> </tr> </tbody> </table></p><p style='padding-top:15px;'>Last Updated: 26/07/2012</p> </div> </div> <div class="comments"> </div> <br /> <br /> <br /> <div class="form"> <p class="title"><strong><a href="../user_login.html?return_url=travel/Leh-overview-66.htm">Sign In </a> to Share your Experience </strong></p> <form action="#" method="post"> <p>Title (What would you say in one sentence?)</p> <input type="text" size=40 name="rtitle" value="" disabled="disabled"/> <br /><br /> <p>Your Experience (Enter upto 2000 characters)</p> <textarea name="comment_description" rows="5" cols="50" disabled="disabled"></textarea> <div class="clear"></div> <input type="submit" class="submit" value="Submit" disabled="disabled"/> <input name="action" type="hidden" id="action" value="comment" /> </form> </div> <div> </div> <br /> <div class="clear"> </div> <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style"> <a href="http://www.addthis.com/bookmark.html?v=250&username=sankar86er" class="addthis_button_compact">Share</a> <span class="addthis_separator">|</span> <a class="addthis_button_email"></a> <a class="addthis_button_facebook"></a> <a class="addthis_button_myspace"></a> <a class="addthis_button_google"></a> <a class="addthis_button_twitter"></a> <a class="addthis_button_orkut"></a> <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#username=sankar86er"></script> </div> <!-- AddThis Button END --> </div> <div class="ylpgRight1"> <!--- <div class="adv PAB10"><div id="map" style="width:300px;height:250px;border:1px solid #e2e3e3;">map is loading....</div><br /><p class="title"><small><a href="#" style="color:#0000FF;text-align:left" onclick="mapLoad_p('Leh','');show('videobox'); show('videoboxbg');">View Large Map</a></small></p></div> ---> <div id="videobox"> <div class="heading" > <div style="width:440px;float:left; padding:4px;color:#ffffff;font-size:14px;font-weight:bold;">Leh</div> <div style="float:right;width:60px; position:absolute; padding-top:5px; padding-right:2px; margin-left:440px;"> <a onClick="hide('videobox'); hide('videoboxbg');" title="Close This Map" style='color:#ffffff;cursor:pointer;text-decoration:none; font-size:11px;'>Close</a> <!--img style="cursor:hand;" onclick="hide('videobox'); hide('videoboxbg');" src="images/close_btn.jpg" alt="Close This Video"--> </div> </div> <div id="videoholder" style="width:501px;height:472px; margin-top:29px;">this is map...</div></div> <div id="videoboxbg"> </div> <div class="clear"> </div> <!--script type="text/javascript"><!-- google_ad_client = "ca-pub-7264437082901485"; /* Travel Weather Right 300x250, created 2/24/11 */ google_ad_slot = "9257634156"; google_ad_width = 300; google_ad_height = 250; //--> <!--/script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script--> <!--<script type="text/javascript"> form_title='Contact Our Tour Planner'; form_subtitle='and our experts will do the rest.'; form_format='custom'; form_width='300px'; form_typeid='_IN'; form_lang='en'; form_leadtype='1'; form_bgcolor='#B8D3E4'; form_headbg='#F0F0F0'; form_bordercolor='#95BFD9'; form_fontcolor='#172a35'; form_headtext='#172a35'; form_afid='5858'; form_redirect=''; </script> <script type="text/javascript" SRC="http://www.hellotravel.com/serveform/serveform.js" ></script> --> <div class="clear"> </div> <div class="hdBox MB10"> <div class="hd">Top 10 Destinations</div> <div class="PA10"> <ul> <li class="top"><a href="Ooty-overview-1.htm">Ooty</a></li> <li class="top"><a href="Bangalore-overview-7.htm">Bangalore</a></li> <li class="top"><a href="Chennai-overview-6.htm">Chennai</a></li> <li class="top"><a href="Agra-overview-8.htm">Agra</a></li> <li class="top"><a href="Jaipur-overview-10.htm">Jaipur</a></li> <li class="top"><a href="Shimla-overview-12.htm">Shimla</a></li> <li class="top"><a href="Kolkata-overview-11.htm">Kolkata</a></li> <li class="top"><a href="Mumbai-overview-5.htm">Mumbai</a></li> <li class="top"><a href="New Delhi-overview-4.htm">New Delhi</a></li> <li class="top"><a href="Pondicherry-overview-13.htm">Pondicherry</a></li> </ul> <table width="100%"> <tr> <td width="5%"></td><td align="left" valign="top" width="50%"><a href="travel_places.php" class="more">See Full List »</a></td> </tr> </table> </div> </div> <!--div class="hdBox MB10"> <div class="hd">Leh Current Weather </div> <div class="PA10"> <table width="100%"> <tr> <td width="5%"></td><td align="left" valign="top" width="50%"><a href="Leh-travel_weather-travel_id-66-.htm" class="more">More Details »</a></td> </tr></table> <div class="Clear"></div> </div> </div--> <script type="text/javascript"> if (!window.OX_ads) { OX_ads = []; } OX_ads.push({ "auid" : "468477" }); </script> <script type="text/javascript"> document.write('<scr'+'ipt src="//pixfuture-d.openx.net/w/1.0/jstag"></scr'+'ipt>'); </script> <noscript><iframe id="520bed10bc4d3" name="520bed10bc4d3" src="http://ax-d.pixfuture.net/w/1.0/afr?auid=468477&cb=INSERT_RANDOM_NUMBER_HERE" frameborder="0" scrolling="no" width="300" height="250"><a href="http://ax-d.pixfuture.net/w/1.0/rc?cs=520bed10bc4d3&cb=INSERT_RANDOM_NUMBER_HERE" ><img src="http://ax-d.pixfuture.net/w/1.0/ai?auid=468477&cs=520bed10bc4d3&cb=INSERT_RANDOM_NUMBER_HERE" border="0" alt=""></a></iframe></noscript> </div> </div> <div class="clear"> </div> </div> <div class="btmPan"> <div class="btmPanLeft"></div> <div class="btmPanMid"></div> <div class="btmPanRight"></div> </div> </div> <div class="footer"> <meta name="google-site-verification" content="qxouxd61xcC3Tduk7nzv6EnDDAUyu2Nh-qgOtLCnkts" /> <meta name="msvalidate.01" content="3431CE6C859A30F7640155362CD8DF6D" /> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-9VN7WFWX0V"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-9VN7WFWX0V'); </script> <div id="footer"> <div> <p><a href="/" rel="nofollow" title="Home">Home</a> | <a href="/about-india.html" rel="nofollow" title="About India">About India</a> | <a href="/india-people/" rel="nofollow" title="India People">People</a> | <a href="/places/" rel="nofollow" title="India Places">Places</a> | <a href="/places/india_yellowpages_list.html" rel="nofollow" title="India Yellow Pages">Yellow Pages</a> | <a href="/places/india_photos.html" rel="nofollow" title="India Photos">India Photos</a> | <a href="/places/india_videos.html" rel="nofollow" title="India Videos">India Videos</a> | <a href="/travel/india_travel_guide.html" rel="nofollow" title="India Travel Guide">Travel Guide</a> | <a href="/colleges-in-india/" rel="nofollow" title="Colleges in India">Colleges</a> | <a href="/schools-in-india/" rel="nofollow" title="Schools in India">Schools</a> | <a href="/members.html" rel="nofollow" title="Members">Members</a> | <a href="/places/india-pin-codes.html" rel="nofollow" title="India PIN Codes">PIN Codes</a> | <a href="/places/india-std-codes.html" rel="nofollow" title="India STD Codes">STD Codes</a> | <a href="/places/india_banks-ifsc-codes.html" rel="nofollow" title="India Banks IFSC Codes">IFSC Codes</a> | <a href="/jobs/" rel="nofollow" title="Jobs in India">Jobs in India</a> | <a href="/places/india_events.html" rel="nofollow" title="India Events">India Events</a> | <a href="/places/india_complaints.html" rel="nofollow" title="India Complaints">India Complaints</a> | <a href="/faq.html" rel="nofollow" title="Veethi FAQs">FAQ's</a> | <a href="/terms_of_use.html" rel="nofollow" title="Terms of Use">Terms of Use</a> | <a href="/privacy_policy.html" rel="nofollow" title="Privacy Policy">Privacy Policy</a> | <a href="/sitemap.html" title="Sitemap">Sitemap</a> | <a href="/aboutus.html" rel="nofollow" title="About Us">About Us</a> | <a href="/advertise.html" rel="nofollow" title="Advertise">Advertise</a> | <a href="/user_login.html" rel="nofollow" title="Login">Login</a> | <a href="/contactus.html" rel="nofollow" title="Contact Veethi">Contact Us</a> <br /> <!-- PixFuture starts here--> <!-- <script type="text/javascript"> if (!window.OX_ads) { OX_ads = []; } OX_ads.push({ "auid" : "468478" }); </script> <script type="text/javascript"> document.write('<scr'+'ipt src="//pixfuture-d.openx.net/w/1.0/jstag"><\/scr'+'ipt>'); </script> <noscript><iframe id="520bed10bcbda" name="520bed10bcbda" src="https://ax-d.pixfuture.net/w/1.0/afr?auid=468478&cb=INSERT_RANDOM_NUMBER_HERE" frameborder="0" scrolling="no" width="728" height="90"><a href="http://ax-d.pixfuture.net/w/1.0/rc?cs=520bed10bcbda&cb=INSERT_RANDOM_NUMBER_HERE" ><img src="https://ax-d.pixfuture.net/w/1.0/ai?auid=468478&cs=520bed10bcbda&cb=INSERT_RANDOM_NUMBER_HERE" border="0" alt=""></a></iframe></noscript> --> <!-- PixFuture ends here--> <!-- social media--> <a target="_blank" href="https://www.facebook.com/pages/Veethi/127493877271518" class="social_links" title="Veethi on Facebook"><img src="/style/images/facebook_icon.png" alt="facebook"/></a> <a target="_blank" href="https://twitter.com/veethidotcom" class="social_links" title="Veethi on Twitter"><img src="/style/images/twitter_icon.png" alt="twitter" /></a> <a target="_blank" href="https://www.youtube.com/channel/UC6Fz2uj4QjJhVgRUpRhxpNQ" class="social_links" title="Veethi on Youtube" ><img src="/style/images/youtube_icon.png" alt="youtube" /></a> <a target="_blank" href="https://plus.google.com/b/117999459247856207570/+Veethi/posts/p/pub" class="social_links" title="Veethi on Google+" ><img src="/style/images/google_plus_icon.png" alt="google" /></a> <br /> Disclaimer: Veethi does not guarantee the accuracy of any information on this site. Use at your own risk.</p> </div> <p id="copyright">© 2009-2025 veethi.com. Discover the People, Places and Businesses of India. A Portal from Galaxy Infomedia LLC. All Rights Reserved.</p> <!-- Start of Google Analytics Code --> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-16722118-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- End of Google Analytics Code --> <!-- Start of StatCounter Code for Default Guide --> <script type="text/javascript"> var sc_project=7273836; var sc_invisible=1; var sc_security="1e7c60eb"; var sc_https=1; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost + "statcounter.com/counter/counter.js'></"+"script>");</script> <noscript><div class="statcounter"><a title="tumblr hit tracking tool" href="http://statcounter.com/tumblr/" target="_blank"><img class="statcounter" src="https://c.statcounter.com/7273836/0/1e7c60eb/1/" alt="tumblr hit tracking tool"></a></div></noscript> <!-- End of StatCounter Code for Default Guide --> <!-- Quantcast Tag --> <script type="text/javascript"> var _qevents = _qevents || []; (function() { var elem = document.createElement('script'); elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js"; elem.async = true; elem.type = "text/javascript"; var scpt = document.getElementsByTagName('script')[0]; scpt.parentNode.insertBefore(elem, scpt); })(); _qevents.push({ qacct:"p-d17VW8cN9nCMU" }); </script> <noscript> <div style="display:none;"> <img src="//pixel.quantserve.com/pixel/p-d17VW8cN9nCMU.gif" border="0" height="1" width="1" alt="Quantcast"/> </div> </noscript> <!-- End Quantcast tag --> <!-- VigLink Tag Start --> <!--script type="text/javascript"> var vglnk = { api_url: '//api.viglink.com/api', key: 'ac80634ccdbbcaf19be1a73c0538875a' }; (function(d, t) { var s = d.createElement(t); s.type = 'text/javascript'; s.async = true; s.src = ('https:' == document.location.protocol ? vglnk.api_url : '//cdn.viglink.com/api') + '/vglnk.js'; var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r); }(document, 'script')); </script--> <!-- VigLink Tag End --> </div></div> <div id="boxes"> <div id="reportAbuse" class="window"> <p align="right"><a href="#"class="close">[x] Close</a></p> <form method="post" name="reportabuse" action="overview.html?submit=ok&action=reportAbuse&travel_id=66&travel_category_id=1" onSubmit="return ckreportabuse();"> <table border="0" cellpadding="0"> <tr> <td colspan="2"><h2 class="box">Report Abuse !</h2></td> </tr> <tr> <td><p>Enter Your Email</p></td> <td><input type="text" name="txtEmail" /></td> </tr> <tr> <td valign="top"><p>Enter Abuse Details</p></td> <td><textarea name="txtComments"></textarea> <p>E.g : "The review contains profane words"</p></td> </tr> <tr> <td valign="top"><p>Enter the code to below textbox</p></td> <td><input type="text" name="g_code" readonly="readonly" value="3w4aij"/></td> </tr> <tr> <td valign="top"> </td> <td><input type="text" name="e_code" value=""/></td> </tr> <tr> <td><input type="hidden" name="review_id" value="" /></td> <td><input type="submit" class="submit" name="submit" value="Send" /></td> </tr> </table> </form> </div> <!-- Mask to cover the whole screen --> <div id="mask" style="top:0px; left:0px; position:fixed;"></div> </body> </html>