CINXE.COM

India Yellow Pages, Indian Business Directory, Indian Manufacturers, Exporters, Traders, Manufacturing Companies, Hotels, Cities, Towns, Tourist Places

<!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 Yellow Pages, Indian Business Directory, Indian Manufacturers, Exporters, Traders, Manufacturing Companies, Hotels, Cities, Towns, Tourist Places</title> <link rel="canonical" href="https://www.veethi.com/sitemap--videos--by_state--28--west-bengal.htm"/> <meta name="description" content="Veethi.com is a searchable online India yellow pages and business directory of manufacturers, exporters, traders, manufacturing companies, Indian cities, towns, images, photos, people pictures, hotels, street view, tourist places and India tourism." /> <meta name="keywords" content="Business Directory India, Cities Of India, City In India, Companies Directory India, Hotels In India, India Cities, India Directory, India Exporters, India Images, India In Pictures, India Manufacturing Companies, India Photos, India Street View, India Tourist Places, India Town, India Traders, India Yellow Pages, Indian Business Directory, Indian Cities, Indian Directory, Indian Exporters, Indian Manufacturers, Indian People Pictures, Indian Tourist Places, Indian Towns, Manufacturing Companies In India, Pictures Of India, Tourism In India, Tourism Of India, Towns In India" /> <meta name="robots" content="index, follow" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="google-site-verification" content="3mBixXKUZOWYq0GFAwS0sWM02RwZc1DBEWfR2n5SlhQ" /> <meta name="google-site-verification" content="sAZKJctpQPGonb1EuwlOgCSaMP0wvlHtzaFfW1aKao4" /> <!-- 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/home_style.css" rel="stylesheet" type="text/css" /> <!--link href="css/home_acordian.css" rel="stylesheet" type="text/css" /--> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> <script type="text/javascript" src="js/search.js"></script> <!--[if lt IE 7.]> <script defer type="text/javascript" src="../js/pngfix.js"></script> <![endif]--> <style type="text/css"> #sitemap{ width: 98%; margin: 0 auto 0 auto; } #sitemap ul{ overflow:hidden; margin: 40px auto 40px auto; padding: 0 0 0 50px; vertical-align: top; } #sitemap li{ line-height:1.5em; float:left; text-align: left; display:inline; font-size: 16px; padding-bottom: 15px; } #sitemap a:link{ text-decoration: none; font-size: 14px; padding: 0 auto 0 auto; vertical-align: top; } #sitemap a:hover{ text-decoration: none; font-size: 14px; padding: 0 auto 0 auto; vertical-align: top; } #sitemap a:active{ text-decoration: none; font-size: 14px; padding: 0 auto 0 auto; vertical-align: top; } #sitemap a:visited{ text-decoration: none; font-size: 14px; padding: 0 auto 0 auto; vertical-align: top; } .sitemap-counter{ font-size: 9px; font-weight: bold; } #triple li { width: 33%; } #quattro li { width: 25%; } #quattro a.li_heading:link { font-size: 16px; font-weight: bold; padding-top: 2px; color: #000000; } #quattro a.li_heading:hover { font-size: 16px; font-weight: bold; padding-top: 2px; color: #000000; } #quattro a.li_heading:active { font-size: 16px; font-weight: bold; padding-top: 2px; color: #000000; } #quattro a.li_heading:visited { font-size: 16px; font-weight: bold; padding-top: 2px; color: #000000; } #quattro div.container a:link { font-size: 10px; padding-top: 2px; color: #0485FD; } #quattro div.container a:hover { font-size: 10px; padding-top: 2px; color: #0485FD; } #quattro div.container a:active { font-size: 10px; padding-top: 2px; color: #0485FD; } #quattro div.container a:visited { font-size: 10px; padding-top: 2px; color: #0485FD; } #single a:link { font-size: 14px; } </style> </head> <body> <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://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!--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="" 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&nbsp;>></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&amp;xfbml=1"></script> <div id="content_container" class="contenth"> <div id="wrapperer" > <div class="breadCrumbPan"> <div class="breadCrumb"><a href="/">Home</a> &raquo; <a href="/sitemap.html">Sitemap</a> &raquo; <a href="/sitemap--videos.htm">Videos</a> &raquo; West bengal<div style='color:white;'>http://www.veethi.com/sitemap--videos--by_state--28--west-bengal.htm</div></div></div><!--/div--> <div id="sitemap"> <div class="clear"></div><br /> <!-- SITEMAP VIDEOS BY STATE START --> <center><h1>Videos in West Bengal's State</h1></center> <ul id='quattro'> <li> <a href="/places/alipore-videos-1195.htm">Alipore</a> <span class='sitemap-counter'>(8)</span> </li> <li> <a href="/places/bally-videos-1004.htm">Bally</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/balurghat-videos-1028.htm">Balurghat</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/bankura-videos-1033.htm">Bankura</a> <span class='sitemap-counter'>(15)</span> </li> <li> <a href="/places/bardhaman-videos-1006.htm">Bardhaman</a> <span class='sitemap-counter'>(15)</span> </li> <li> <a href="/places/barrackpore-videos-2959.htm">Barrackpore</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/bhelakoba-videos-44908.htm">Bhelakoba</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/birbhum-videos-6598.htm">Birbhum</a> <span class='sitemap-counter'>(3)</span> </li> <li> <a href="/places/bishnupur-videos-1069.htm">Bishnupur</a> <span class='sitemap-counter'>(4)</span> </li> <li> <a href="/places/buxa-forest-videos-44915.htm">Buxa Forest</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/cooch-behar-videos-2562.htm">Cooch Behar</a> <span class='sitemap-counter'>(28)</span> </li> <li> <a href="/places/darjeeling-videos-1029.htm">Darjeeling</a> <span class='sitemap-counter'>(22)</span> </li> <li> <a href="/places/dhupguri-videos-2801.htm">Dhupguri</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/durgapur-videos-47764.htm">Durgapur </a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/durgapur-videos-373643.htm">Durgapur</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/gaur-videos-2820.htm">Gaur</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/hooghly-videos-72253.htm">Hooghly</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/howrah-videos-993.htm">Howrah</a> <span class='sitemap-counter'>(8)</span> </li> <li> <a href="/places/jalpaiguri-videos-1042.htm">Jalpaiguri</a> <span class='sitemap-counter'>(7)</span> </li> <li> <a href="/places/kalimpong-videos-1216.htm">Kalimpong</a> <span class='sitemap-counter'>(3)</span> </li> <li> <a href="/places/kharagpur-videos-1017.htm">Kharagpur</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/kolkata-videos-992.htm">Kolkata</a> <span class='sitemap-counter'>(103)</span> </li> <li> <a href="/places/malda-videos-1144.htm">Malda</a> <span class='sitemap-counter'>(11)</span> </li> <li> <a href="/places/mangalkot-videos-2446.htm">Mangalkot</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/murshidabad-videos-2844.htm">Murshidabad</a> <span class='sitemap-counter'>(7)</span> </li> <li> <a href="/places/nabadwip-ghat-videos-2947.htm">Nabadwip Ghat</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/nalhati-videos-2540.htm">Nalhati</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/new-cooch-behar-videos-2576.htm">New Cooch Behar</a> <span class='sitemap-counter'>(2)</span> </li> <li> <a href="/places/panchmura-videos-43450.htm">Panchmura</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/paschim-bhagabanpur-videos-45375.htm">Paschim Bhagabanpur</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/purba-kathalbari-videos-45125.htm">Purba Kathalbari</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/purulia-videos-1034.htm">Purulia</a> <span class='sitemap-counter'>(2)</span> </li> <li> <a href="/places/rajar-bari-videos-44161.htm">Rajar Bari</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/santiniketan-videos-2551.htm">Santiniketan</a> <span class='sitemap-counter'>(8)</span> </li> <li> <a href="/places/serampore-videos-2696.htm">Serampore</a> <span class='sitemap-counter'>(2)</span> </li> <li> <a href="/places/siliguri-videos-995.htm">Siliguri</a> <span class='sitemap-counter'>(56)</span> </li> <li> <a href="/places/siuri-videos-1067.htm">Siuri</a> <span class='sitemap-counter'>(1)</span> </li> <li> <a href="/places/suri-videos-2557.htm">Suri</a> <span class='sitemap-counter'>(5)</span> </li> <li> <a href="/places/tarapith-videos-2558.htm">Tarapith</a> <span class='sitemap-counter'>(4)</span> </li> <li> <a href="/places/tufanganj-videos-2581.htm">Tufanganj</a> <span class='sitemap-counter'>(2)</span> </li> <li> <a href="/places/uttarpara-kotrung-videos-1015.htm">Uttarpara-Kotrung</a> <span class='sitemap-counter'>(4)</span> </li> </ul> <!-- SITEMAP VIDEOS BY STATE END --> </div> <div class="clear">&nbsp;</div> <div align="center"> <script type="text/javascript"><!-- google_ad_client = "ca-pub-7264437082901485"; /* Yellow Pages 728x90 */ google_ad_slot = "7089636723"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class="clear">&nbsp;</div> </div> </div> </div> </div> <div class="btmPan"> <div class="btmPanLeft"></div> <div class="btmPanMid"></div> <div class="btmPanRight"></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">&copy; 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>

Pages: 1 2 3 4 5 6 7 8 9 10