CINXE.COM
India - India Travel | India Travel Guide - 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>India - India Travel | India Travel Guide - Veethi</title> <link rel="canonical" href="https://www.veethi.com/travel/india_travel_guide.html"/> <meta name="description" content="India Travel Guide offers Indian popular tourism places, travel reviews, tourist places pictures, restaurant reviews, sightseeing ideas and many more."/> <meta name="keywords" content="India Travel"/> <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:445px; margin-left:5px;} .comments h1{color:#000000; font-size:12px;} .comments ul{padding:0px 0 0px 0; width:450px; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;} .comments li{width:450px; height:auto; border:none; padding:0px; margin:0px; padding-bottom:5px;} .comments li .rtitle{ float:left; font-size:12px; font-weight:bold; color:#3366CC; padding-top:15px; width:450px; } .comments li .rtitle span.tag{ font-size:10px; color:#CCCCCC; font-style:italic; } .comments li .left{ float:left; width:30px; margin-top:3px;} .comments li .right{ float:left; margin-left:5px;margin-top:3px; width:410px;} .comments li .right a{ color:#0066FF; text-decoration:none; font-size:9px;} .comments li img.user{width:30px; height:30px;} .comments li .full{ float:left;/*margin-left:8px;*/ padding-top:5px; padding-bottom:10px;margin-bottom:10px; width:440px; border-bottom:1px dashed #CCCCCC;} </style> <!--[if lt IE 7.]> <script defer type="text/javascript" src="js/pngfix.js"></script> <![endif]--> <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 ==' Enter Destination City...') { alert('Please enter destination City'); return false; } else {return true; } return true; } </script> <!--Google Map loading js --> <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> <script type="text/javascript" src="../js/gmap.js"></script> </head> <body onload="mapLoad_i()"> <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> » Travel Guide<div style='color:white;'>http://www.veethi.com/travel/india_travel_guide.html</div></div></div><!--/div--> <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="hd">Top 10 Destinations</div> <div class="PA10"> <ul> <li><a href="Ooty-overview-1.htm">Ooty</a></li> <li><a href="Bangalore-overview-7.htm">Bangalore</a></li> <li><a href="Chennai-overview-6.htm">Chennai</a></li> <li><a href="Agra-overview-8.htm">Agra</a></li> <li><a href="Jaipur-overview-10.htm">Jaipur</a></li> <li><a href="Shimla-overview-12.htm">Shimla</a></li> <li><a href="Kolkata-overview-11.htm">Kolkata</a></li> <li><a href="Mumbai-overview-5.htm">Mumbai</a></li> <li><a href="New Delhi-overview-4.htm">New Delhi</a></li> <li><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">Photos</div> <div class="PA10"> <ul> <li class="lst"><a href="Saputara-travel_photos-123.htm" >Saputara</a></li> <li class="lst"><a href="Nubra-Valley-travel_photos-132.htm" >Nubra-Valley</a></li> <li class="lst"><a href="Mussoorie-travel_photos-203.htm" >Mussoorie</a></li> <li class="lst"><a href="Chettinad-travel_photos-151.htm" >Chettinad</a></li> <li class="lst"><a href="Mount-Abu-travel_photos-42.htm" >Mount-Abu</a></li> </ul> </div> </div> <div class="hdBox MB10"> <div class="hd">Videos</div> <div class="PA10"> <ul> <li class="lst"><a href="Mysore-travel_videos-29.htm" >Mysore</a></li> <li class="lst"><a href="Tirupati-travel_videos-168.htm" >Tirupati</a></li> <li class="lst"><a href="Gulmarg-travel_videos-131.htm" >Gulmarg</a></li> <li class="lst"><a href="Patnitop-travel_videos-135.htm" >Patnitop</a></li> <li class="lst"><a href="Silchar-travel_videos-45.htm" >Silchar</a></li> </ul> </div> </div> <!-- Directions--> <div class="hdBox MB10"> <div class="hd">Map Directions</div> <div class="PA10"> <table width="150" align="left" style="padding-bottom:8px;"> <form action="map_direction.php" name="frmdir" method="post" onsubmit="return checkf();"> <tr><td align="left">From: </td></tr> <tr><td><input type="text" id="fromAddress" name="from" value=" Enter Origin City..." onFocus="if(this.value==' Enter Origin City...'){this.value=''};this.style.color='#585959';" onBlur="if(this.value==''){this.value=' Enter Origin City...';this.style.color='#999999'; }" style=" width:150px;color:#999999;"/></td></tr> <tr><td align="left">To: </td></tr> <tr><td ><input type="text" id="toAddress" name="to" value=" Enter Destination City..." onFocus="if(this.value==' Enter Destination City...'){this.value=''};this.style.color='#585959';" onBlur="if(this.value==''){this.value=' Enter Destination City...'; this.style.color='#999999';}" style=" width:150px; color:#999999;"/></td></tr> <tr><td align="center"><br /><input name="submit" type="submit" value="Get Directions!" /> </td></tr> </form> </table> </div> </div> <center><script type="text/javascript"><!-- google_ad_client = "pub-7264437082901485"; /* Travel Guide Left 160x600, created 2/12/11 */ google_ad_slot = "0393210901"; google_ad_width = 160; google_ad_height = 600; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></center> </div> <div class="ylpgMid" > <p> <h1><span><strong>India Travel Guide</strong></span></h1> <p><span><strong><br /></strong></span></p> </p> <div class="catList"> <div class="catListTop"></div> <div class="catListMid"> <!-- 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="Ganapatipule Beach" ><img src="/images/travel/thumb/Ganapatipule_1.jpeg" alt="Ganapatipule Beach" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Secretariat Building" ><img src="/images/travel/thumb/Patna_1.jpeg" alt="Secretariat Building" border="0"/></a></li> <li><a href="#" rel="nofollow" title="NITT Admin Block" ><img src="/images/travel/thumb/Tiruchirapalli_1.jpeg" alt="NITT Admin Block" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Thiruvalluvar Statue" ><img src="/images/travel/thumb/Kanyakumari_1.jpeg" alt="Thiruvalluvar Statue" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Kovalam Light House" ><img src="/images/travel/thumb/Thiruvananthapuram_2.jpeg" alt="Kovalam Light House" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Glen - Scenic Beauty of Green Valley, Shimla" ><img src="/images/travel/thumb/Shimla_7.jpeg" alt="Glen - Scenic Beauty of Green Valley, Shimla" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Vivekananda Memorial Rock" ><img src="/images/travel/thumb/Kanyakumari_2.jpeg" alt="Vivekananda Memorial Rock" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Vidhana Soudha" ><img src="/images/travel/thumb/Bangalore_2.jpeg" alt="Vidhana Soudha" border="0"/></a></li> <li><a href="#" rel="nofollow" title="Bishnu Rabha Smriti Udyan" ><img src="/images/travel/thumb/Tezpur_1.jpeg" alt="Bishnu Rabha Smriti Udyan" border="0"/></a></li> <li><a href="#" rel="nofollow" title="The town of Shimla" ><img src="/images/travel/thumb/Shimla_3.jpeg" alt="The town of Shimla" 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/Ganapatipule_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Ganapatipule_1.jpeg" title="Ganapatipule Beach"><img src="/image.php/Ganapatipule_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Ganapatipule_1.jpeg" alt="Ganapatipule Beach" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Ganapatipule Beach</h4> <p>Ganapatipule</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Patna_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Patna_1.jpeg" title="Secretariat Building"><img src="/image.php/Patna_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Patna_1.jpeg" alt="Secretariat Building" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Secretariat Building</h4> <p>Patna</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Tiruchirapalli_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Tiruchirapalli_1.jpeg" title="NITT Admin Block"><img src="/image.php/Tiruchirapalli_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Tiruchirapalli_1.jpeg" alt="NITT Admin Block" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>NITT Admin Block</h4> <p>Tiruchirapalli</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Kanyakumari_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Kanyakumari_1.jpeg" title="Thiruvalluvar Statue"><img src="/image.php/Kanyakumari_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Kanyakumari_1.jpeg" alt="Thiruvalluvar Statue" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Thiruvalluvar Statue</h4> <p>Kanyakumari</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Thiruvananthapuram_2.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Thiruvananthapuram_2.jpeg" title="Kovalam Light House"><img src="/image.php/Thiruvananthapuram_2.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Thiruvananthapuram_2.jpeg" alt="Kovalam Light House" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Kovalam Light House</h4> <p>Thiruvananthapuram</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Shimla_7.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Shimla_7.jpeg" title="Glen - Scenic Beauty of Green Valley, Shimla"><img src="/image.php/Shimla_7.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Shimla_7.jpeg" alt="Glen - Scenic Beauty of Green Valley, Shimla" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Glen - Scenic Beauty of Green Valley, Shimla</h4> <p>Shimla</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Kanyakumari_2.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Kanyakumari_2.jpeg" title="Vivekananda Memorial Rock"><img src="/image.php/Kanyakumari_2.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Kanyakumari_2.jpeg" alt="Vivekananda Memorial Rock" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Vivekananda Memorial Rock</h4> <p>Kanyakumari</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Bangalore_2.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Bangalore_2.jpeg" title="Vidhana Soudha"><img src="/image.php/Bangalore_2.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Bangalore_2.jpeg" alt="Vidhana Soudha" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Vidhana Soudha</h4> <p>Bangalore</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Tezpur_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Tezpur_1.jpeg" title="Bishnu Rabha Smriti Udyan"><img src="/image.php/Tezpur_1.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Tezpur_1.jpeg" alt="Bishnu Rabha Smriti Udyan" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>Bishnu Rabha Smriti Udyan</h4> <p>Tezpur</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> <div class="sliderkit-panel"> <a href="/image.php/Shimla_3.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Shimla_3.jpeg" title="The town of Shimla"><img src="/image.php/Shimla_3.jpeg?width=420&height=280&image=http://www.veethi.com/images/travel/fullsize/Shimla_3.jpeg" alt="The town of Shimla" /></a> <div class="sliderkit-panel-textbox"> <div class="sliderkit-panel-text"> <h4>The town of Shimla</h4> <p>Shimla</p> </div> <div class="sliderkit-panel-overlay"></div> </div> </div> </div> </div><div class="clear"></div> </div> <div class="catListBottom"></div> </div> <div class="clear"> </div> <div class="clear"> </div> <div class="clear"> </div> <div class="cityDirectory"> <div class="opt"> <h2><strong>Popular Destinations</strong></h2> <ul class="pop1"> <li><a href="change_travel_session.html?travel_id=141">Munnar</a></li> </ul> </div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div class="opt"> <h2><strong>Select Destinations by State</strong></h2> <ul class="pop1" > <li><a href="#alpha" onclick="plist('','Andaman and Nicobar Islands');">Andaman and Nicobar Islands</a></li><li><a href="#alpha" onclick="plist('','Andhra Pradesh');">Andhra Pradesh</a></li><li><a href="#alpha" onclick="plist('','Arunachal Pradesh');">Arunachal Pradesh</a></li><li><a href="#alpha" onclick="plist('','Assam');">Assam</a></li><li><a href="#alpha" onclick="plist('','Bihar');">Bihar</a></li><li><a href="#alpha" onclick="plist('','Chandigarh');">Chandigarh</a></li><li><a href="#alpha" onclick="plist('','Chhattisgarh');">Chhattisgarh</a></li><li><a href="#alpha" onclick="plist('','Dadra and Nagar Haveli');">Dadra and Nagar Haveli</a></li><li><a href="#alpha" onclick="plist('','Daman and Diu');">Daman and Diu</a></li><li><a href="#alpha" onclick="plist('','Delhi');">Delhi</a></li><li><a href="#alpha" onclick="plist('','Goa');">Goa</a></li><li><a href="#alpha" onclick="plist('','Gujarat');">Gujarat</a></li><li><a href="#alpha" onclick="plist('','Haryana');">Haryana</a></li><li><a href="#alpha" onclick="plist('','Himachal Pradesh');">Himachal Pradesh</a></li><li><a href="#alpha" onclick="plist('','Jammu and Kashmir');">Jammu and Kashmir</a></li><li><a href="#alpha" onclick="plist('','Jharkhand');">Jharkhand</a></li><li><a href="#alpha" onclick="plist('','Karnataka');">Karnataka</a></li><li><a href="#alpha" onclick="plist('','Kerala');">Kerala</a></li><li><a href="#alpha" onclick="plist('','Lakshadweep');">Lakshadweep</a></li><li><a href="#alpha" onclick="plist('','Madhya Pradesh');">Madhya Pradesh</a></li><li><a href="#alpha" onclick="plist('','Maharashtra');">Maharashtra</a></li><li><a href="#alpha" onclick="plist('','Manipur');">Manipur</a></li><li><a href="#alpha" onclick="plist('','Meghalaya');">Meghalaya</a></li><li><a href="#alpha" onclick="plist('','Mizoram');">Mizoram</a></li><li><a href="#alpha" onclick="plist('','Nagaland');">Nagaland</a></li><li><a href="#alpha" onclick="plist('','Orissa');">Orissa</a></li><li><a href="#alpha" onclick="plist('','Puducherry');">Puducherry</a></li><li><a href="#alpha" onclick="plist('','Punjab');">Punjab</a></li><li><a href="#alpha" onclick="plist('','Rajasthan');">Rajasthan</a></li><li><a href="#alpha" onclick="plist('','Sikkim');">Sikkim</a></li><li><a href="#alpha" onclick="plist('','Tamil Nadu');">Tamil Nadu</a></li><li><a href="#alpha" onclick="plist('','Telangana');">Telangana</a></li><li><a href="#alpha" onclick="plist('','Tripura');">Tripura</a></li><li><a href="#alpha" onclick="plist('','Uttar Pradesh');">Uttar Pradesh</a></li><li><a href="#alpha" onclick="plist('','Uttarakhand');">Uttarakhand</a></li><li><a href="#alpha" onclick="plist('','West Bengal');">West Bengal</a></li> </ul> </div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div class="opt"> <h2><strong>Select Destinations by Alphabetical Listing</strong></h2> <P><a href="#alpha" onClick="plist('A','');"><strong>A</strong></a> <a href="#alpha"onClick="plist('B','');"><strong>B</strong></a> <a href="#alpha"onClick="plist('C','');"><strong>C</strong></a> <a href="#alpha"onClick="plist('D','');"><strong>D</strong></a> <a href="#alpha"onClick="plist('E','');"><strong>E</strong></a> <a href="#alpha"onClick="plist('F','');"><strong>F</strong></a> <a href="#alpha"onClick="plist('G','');"><strong>G</strong></a> <a href="#alpha"onClick="plist('H','');"><strong>H</strong></a> <a href="#alpha"onClick="plist('I','');"><strong>I</strong></a> <a href="#alpha"onClick="plist('J','');"><strong>J</strong></a> <a href="#alpha"onClick="plist('K','');"><strong>K</strong></a> <a href="#alpha"onClick="plist('L','');"><strong>L</strong></a> <a href="#alpha"onClick="plist('M','');"><strong>M</strong></a> <a href="#alpha"onClick="plist('N','');"><strong>N</strong></a> <a href="#alpha"onClick="plist('O','');"><strong>O</strong></a> <a href="#alpha"onClick="plist('P','');"><strong>P</strong></a> <a href="#alpha"onClick="plist('Q','');"><strong>Q</strong></a> <a href="#alpha"onClick="plist('R','');"><strong>R</strong></a> <a href="#alpha"onClick="plist('S','');"><strong>S</strong></a> <a href="#alpha"onClick="plist('T','');"><strong>T</strong></a> <a href="#alpha"onClick="plist('U','');"><strong>U</strong></a> <a href="#alpha"onClick="plist('V','');"><strong>V</strong></a> <a href="#alpha"onClick="plist('W','');"><strong>W</strong></a> <a href="#alpha"onClick="plist('X','');"><strong>X</strong></a> <a href="#alpha"onClick="plist('Y','');"><strong>Y</strong></a> <a href="#alpha"onClick="plist('Z','');"><strong>Z </strong></a></P> </div> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <div id="res"> <h1><span id="alpha">A</span> </h1> <ul class="pop1" style="background:#F6FAFB; padding-top:10px; padding-bottom:10px; padding-left:8px;"> <li><a href="Andaman Islands-overview-87.htm">Andaman Islands</a></li><li><a href="Aurangabad-overview-147.htm">Aurangabad</a></li><li><a href="Allahabad-overview-182.htm">Allahabad</a></li><li><a href="Aligarh-overview-187.htm">Aligarh</a></li><li><a href="Ajmer-overview-190.htm">Ajmer</a></li><li><a href="Amritsar-overview-191.htm">Amritsar</a></li><li><a href="Alwar-overview-204.htm">Alwar</a></li> </u> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> </div> </div> <div class="clear"> </div> <div class="clear"> </div> <div class="clear"> </div> <!-- <script type="text/javascript"> form_title='Tell Us About Your Trip'; form_subtitle='and our experts will do the rest.'; form_format='custom'; form_width='450px'; form_typeid='_IN'; form_lang='en'; form_leadtype='1'; form_bgcolor='#CCEAFC'; form_headbg='#F5F5F5'; 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="comments"> <h1>Reviews</h1> <ul> <li> <div class="rtitle">jagat bhari kolhapuri<span class="tag"> -Kolhapur</span></div> <div class="left"><a href="../profile.html?user_id=28610"><img width="50" height="50" class="user" src="../images/user-profile/default.gif" /></a></div> <div class="right">jagat bhari kolhapuri. <table width="415" style="color:#999999; font-size:9px;"> <tr> <td>by <a href="../profile.html?user_id=28610">desaisameer258@gmail.com</a></td></tr> <tr><td>on 2014-03-05 13:09:27</td> </tr> </table> </div> <div class="full"> </div> </li> <li> <div class="rtitle">Such a wonderful place of serenity!<span class="tag"> -Ooty</span></div> <div class="left"><a href="../profile.html?user_id=9500"><img width="50" height="50" class="user" src="../images/user-profile/Nisha Hassan.jpg" /></a></div> <div class="right">I was gifted to be born and brought up in Ooty. But I am not fortunate enough to live there when i want to. I long for the life in Ooty. I can remember each and every day of my life in Ooty. It has cast a spell on me. My life now is rich with the memories of the place and my stay there. How I wish to live there! <table width="415" style="color:#999999; font-size:9px;"> <tr> <td>by <a href="../profile.html?user_id=9500">Nisha Hassan</a></td></tr> <tr><td>on 2012-08-04 22:17:50</td> </tr> </table> </div> <div class="full"> </div> </li> <li> <div class="rtitle">Stunned<span class="tag"> -Madurai</span></div> <div class="left"><a href="../profile.html?user_id=10533"><img width="50" height="50" class="user" src="../images/user-profile/raaman.png" /></a></div> <div class="right">I visited this temple recently and was stunned! <table width="415" style="color:#999999; font-size:9px;"> <tr> <td>by <a href="../profile.html?user_id=10533">raaman</a></td></tr> <tr><td>on 2012-07-22 09:50:44</td> </tr> </table> </div> <div class="full"> </div> </li> </ul><div class="clear"></div> </div> <div> <script type="text/javascript"><!-- google_ad_client = "ca-pub-7264437082901485"; /* Travel Guide Home Bottom */ google_ad_slot = "8356268371"; google_ad_width = 468; google_ad_height = 15; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </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> <a href="http://www.veethi.com/forum_topic.html?forum_id=11"><img src="../images/forum_20x20.gif" width="18" height="18" alt="India Forum" border="0" title="Join India Forum"/></a> <a href="http://www.veethi.com/forum_topic.html?forum_id=11" target="_self">Join India Forum</a> </div> <!-- AddThis Button END --> </div> <div class="ylpgRight1"> <div class="adv PAB10"><div id="map" style="width:300px;height:380px;border:1px solid #e2e3e3;">map is loading....</div></div> <!--small ads--> <div class="hdBox MB10"> <div class="PA10"> <table align="center" cellpadding="8" > <tr> <td><script type="text/javascript"><!-- google_ad_client = "pub-7264437082901485"; /* Travel Guide Home Right 120x90, created 3/19/11 */ google_ad_slot = "6905953420"; google_ad_width = 120; google_ad_height = 90; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> <td><script type="text/javascript"><!-- google_ad_client = "pub-7264437082901485"; /* Travel Guide Home Right 120x90, created 3/19/11 */ google_ad_slot = "6905953420"; google_ad_width = 120; google_ad_height = 90; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </td> </tr> </table> </div> </div> <!--Follow Us On--> <div class="hdBox MB10"> <div class="hd">Follow Us On </div> <div class="clear"></div> <div class="PA10" align="center"> <a href="http://www.facebook.com/pages/Veethi/127493877271518" title="Facebook"><img src="../images/1277532846_facebook.png" alt="follow us on facebook" width="32" height="32" border="0" /> </a> <a href="http://twitter.com/veethidotcom" title="Twitter"><img src="../images/1277533054_twitter.png" alt="follow us on twitter" width="32" height="32" border="0" /> </a> <a href="http://www.youtube.com/user/veethidotcom" title="YouTube"><img src="../images/youtube_veethidotcom.png" alt="Subscribe to veethidotcom" width="32" height="32" border="0" /></a></div> </div> <!--Recent Members--> <div class="hdBox MB10" style="overflow:hidden;"> <div class="hdBox MB10"> <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:50px;"> <tr> <td align="left" valign="top"><table width="50" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="../profile.html?user_id=162657"><img width="50" height="50" src="../images/user-profile/Mallugang1990.png" border="0" alt="Mallugang1990"/></a></td> </tr> </table></td> <td align="right" valign="bottom" ><p><em>Mallugang</em></p><p><a href="../profile.html?user_id=162657">Mallugang1990 </a></p></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:50px;"> <tr> <td align="left" valign="top"><table width="50" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="../profile.html?user_id=162643"><img width="50" height="50" src="../images/user-profile/xploreintellects.png" border="0" alt="xploreintellects"/></a></td> </tr> </table></td> <td align="right" valign="bottom" ><p><em>xploreintellects</em></p><p><a href="../profile.html?user_id=162643">xploreintellects </a></p></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:50px;"> <tr> <td align="left" valign="top"><table width="50" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="../profile.html?user_id=162622"><img width="50" height="50" src="../images/user-profile/indranienterprises.png" border="0" alt="indranienterprises"/></a></td> </tr> </table></td> <td align="right" valign="bottom" ><p><em>Indrani Enterprises</em></p><p><a href="../profile.html?user_id=162622">indranienterprises </a></p></td> </tr> </table> <table width="100%" cellpadding="1" cellspacing="1" style="border-bottom:1px solid #EBEBEB; height:50px;"> <tr> <td align="left" valign="top"><table width="50" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle"><a href="../profile.html?user_id=162618"><img width="50" height="50" src="../images/user-profile/spine360.png" border="0" alt="spine360"/></a></td> </tr> </table></td> <td align="right" valign="bottom" ><p><em>Spine360</em></p><p><a href="../profile.html?user_id=162618">spine360 </a></p></td> </tr> </table> </div> </div></div> <div class="clear"> </div> </div> </div> </div> <div class="clear"> </div> </div> <div class="btmPan" style="margin-bottom:80px;"> <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-2024 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> </body> </html>