<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hum Sub - To cherish Indian cultural heritage in Traingle of NC &#124; Cary Diwali &#124; Basant Bahar &#124; Town of Cary, NC</title>
	<atom:link href="http://www.humsub.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.humsub.net/wordpress_site</link>
	<description></description>
	<lastBuildDate>Wed, 11 Apr 2012 13:32:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Hello world!</title>
		<link>http://www.humsub.net/wordpress_site/1/</link>
		<comments>http://www.humsub.net/wordpress_site/1/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 06:35:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.humsub.net/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.humsub.net/wordpress_site/1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!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>
<link rel="shortcut icon" href="favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Hum Sub &#8211;Home</title>
<meta name="keywords" content="cary diwali, basant bahar, special events"/>
<meta name="description" content="Hum Sub is a non-profit organization dedicated to share the social and cultural traditions of India with residents of the Research Triangle area of North Carolina." />
<meta name="robots" content="all" />
<link href="/styles.css" rel="stylesheet" type="text/css" />
<link href="/menus.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/colorbox.css" />
<link rel="stylesheet" type="text/css" href="/superfish.css" media="screen">
				<script type="text/javascript" src="/js/hoverIntent.js"></script>
                <script src="/js/jquery.js"></script>
		<script type="text/javascript" src="/js/superfish.js"></script>
		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
       <script type="text/javascript" src="/js/ddlevelsmenu.js"></script>

		<script src="/js/jquery.colorbox.js"></script>
         <script>

$(document).ready(function(){
  $("input[name$='agree']").click(function(){
  var value = $(this).val();
  if(value=='No') {
     $("#Agree_box").hide();
  }
  else if(value=='Yes') {
   $("#Agree_box").show();
     }
   });
   $("#Agree_box").show();
});
</script>

<script type="text/javascript">
function SelectItem(list,item) {
var box = document.getElementById(list);
for(var i=0; i<box.length; i++) {
   if(box[i].value == item) {
      box[i].selected = true;
      break;
      }
   }
}
</script>

        <script type="text/javascript">

$(document).ready(function () {
	
	$('#toggle-view li').click(function () {

		var text = $(this).children('p');

		if (text.is(':hidden')) {
			text.fadeIn('fast');
			$(this).children('span').html('-');		
		} else {
			text.fadeOut('fast');
			$(this).children('span').html('+');		
		}
		
	});

});

</script> 

        <script language="javascript">
$(function(){
	$('.fadein img:gt(0.6)').hide();
	setInterval(function(){$('.fadein :first-child').fadeOut().next('img').fadeIn().end().appendTo('.fadein');}, 4000);
});
</script>

		<script>
			$(document).ready(function(){
				//Examples of how to assign the ColorBox event to elements
				$(".group1").colorbox({rel:'group1'});
				$(".group2").colorbox({rel:'group2', transition:"fade"});
				$(".group3").colorbox({rel:'group3', transition:"none", width:"75%", height:"75%"});
				$(".group4").colorbox({rel:'group4', slideshow:true});
				$(".ajax").colorbox();
				$(".youtube").colorbox({iframe:true, innerWidth:425, innerHeight:344});
				$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
				$(".inline").colorbox({inline:true, width:"50%"});
				$(".callbacks").colorbox({
					onOpen:function(){ alert('onOpen: colorbox is about to open'); },
					onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
					onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
					onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
					onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
				});
				
				//Example of preserving a JavaScript event for inline calls.
				$("#click").click(function(){ 
					$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
					return false;
				});


/* custom code for cary diwali application form */

$("#content form :input[type='text'], textarea, select, password").addClass('border_grey');
	$("#participant_container :input[type='text']").addClass('border_grey');
	$("#content form :input[type='text'], textarea, select, password").focus(function () {
		$(this).removeClass('border_grey');
		$(this).addClass('border_orange');
		$(this).addClass('focus_bgyellow');
    });
	
	$("#content form :input[type='text'], textarea, select, password").blur(function(){
		$(this).removeClass('border_orange');
		$(this).addClass('border_grey');
		$(this).removeClass('focus_bgyellow');
	});


/* custom code for cary diwali application form ends here*/





			});
		</script>
        
      <script type="text/javascript">

		// initialise plugins
		jQuery(function(){
			jQuery('ul.sf-menu').superfish();
		});

		</script>
        
        
        

</head>


<body>

<div id="container">
  <div id="header">
    <div id="logo"><a href="index.php"> <img src="/images/logo.png" width="220" height="150" alt="logo" /></a></div>
    <div id="headerImg"><img src="/images/header_img.jpg" width="900" height="150" /></div>
   <div class="clr"></div> 
  <div class="topnav">
  
<ul class="sf-menu">
  <li><a href="index.php" target="_self" >Home</a> </li>
  <li class="current"><a href="about-us.php" target="_self" >About Us</a>
  <ul> 
  <li><a href="/mission-history.php" target="_self">Mission and History</a></li>
  <li><a href="/our-team.php" target="_self">Our Team</a></li>
  <li><a href="/achievements-awards.php" target="_self">Achievements</a></li>
  <li><a href="/privacy-policy.php" target="_self">Privacy Policy</a></li>
  </ul>
  </li>
<li class="current"><a href="index.php?page=ourevents">Our Events</a>
 <ul> 
  <li><a href="/cary-diwali.php" target="_self">Cary Diwali</a></li>
  <li><a href="/basant-bahar.php" target="_self">Basant Bahar</a></li>
  <li><a href="/special-events.php" target="_self">Special Events</a></li>
  </ul>
  </li>
<li class="current"><a href="resources.php" target="_self" >Resources</a>
<ul>
  <li class="current"><a href="#">Forms</a>
  <ul>
    <li><a href="/cary-diwali-forms.php" target="_self">Cary Diwali</a></li>
    <li><a href="/basant-bahar-forms.php" target="_self">Basant Bahar</a></li>
    <li><a href="/art-workshops.php" target="_self">Art Workshops</a></li>
    </ul>
  </li>
  <li><a href="/humsub-calendar.php" target="_self">Create Hum Sub Calendar</a></li>
  </ul>
</li>
<li class="current"><a href="in-the-media.php" target="_self" >In the Media</a>
    <ul>
    <li><a href="/online.php" target="_self">Online</a></li>
    <li><a href="/social-media.php" target="_self">Social Media</a></li>
    <li><a href="/news.php" target="_self">News</a></li>
    </ul>
</li>
<li class="current"><a href="#" target="_self" >Contact Us</a>
     <ul>
     <li><a href="/general-contacts.php" target="_self">General Contacts</a></li>
     <li><a href="/committees.php" target="_self">Committees</a></li>
     <li><a href="/testimonials.php" target="_self">Submit Testimonials</a></li>
     <li><a href="/feedback.php" target="_self">Submit Feedback</a></li>
     <li><a href="/submit-pics-videos.php" target="_self">Submit Pictures or Videos</a></li>
     </ul>
</li>
</ul>


</div>
  <!-- end #header --></div>
 <div id="sidebar1">
  <h2> <a href="our-events1.php">Our Events</a></h2>
  <div id="menuleftbar">
  <ul id="leftmenu">
  <li><a href="/cary-diwali.php" target="_self">Cary Diwali</a></li>
  <li><a href="/basant-bahar.php" target="_self">Basant Bahar</a></li>
  <li><a href="/special-events.php" target="_self">Special Events</a></li>
  </ul>
  </div>
  
  
    <h2> Get Involved</h2>
  <div id="menuleftbar">
   <ul id="leftmenu">
    
    <li><a href="/join-our-mailing-list.php" target="_blank">Join our Mailing List</a></li>
    <li><a href="be-a-sponsor.php" target="_self">Be a Sponsor</a></li>
    <li><a href="advertising-opportunities.php" target="_self">Advertising Opportunities</a></li>
    <li><a href="artist-opportunities.php" target="_self">Artist Opportunities</a></li>
    <li><a href="volunteer-opportunities.php" target="_self">Volunteer Opportunities</a></li>
    <li><a href="vendor-opportunities.php" target="_self">Vendor Opportunities</a></li>
    </ul>
    </div>
    <div id="dottedline"></div>
    <ul id="leftmenu">
   <li><a href="community-give-back.php" target="_self">Community Give Back</a></li>
   
    </ul>
 <div id="dottedline"></div>
 
 <ul id="leftmenu">
 
    <li><a href="hum-sub-and-the-town-of-cary.php" target="_self">Hum Sub and the Town of Cary</a></li>
    </ul>
  <div id="dottedline"></div>

 <div style=" margin-top:10px;">
  
  <!-- PayPal Logo -->
   <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CLWC62P2HPJS8">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
  <!-- PayPal Logo -->
 </div>
<!-- end #sidebar1 --></div> 
 <div id="sidebar2">
    <div id="search">
 <form method="get" action="/search.php">
      <div>
        <input type=  "text" name=     "q" value=""  />
        <input type="hidden" name=   "cat" value=""  />
        <input type="hidden" name=  "time" value="0" />
        <input type="hidden" name="letter" value=""  />
        <input type="hidden" name="offset" value="0" />
        <input type="hidden" name=  "type" value="quick"  />
       <input type="submit" value="" style="border-style: none; background: url('/images/searchbutton3.gif') no-repeat; width: 24px; height: 20px;">
      </div>
      </form>
</div>
<div align="center">

</div>


<div class="accordian">
<!-- - - - - - Events - - - - - - - - - - -->
<h2 class="events">Upcoming Events</h2>
<!-- - - - - - Information - - - - - - - - - - -->
<div class="information">
<p>Hum Sub will be offering introductory level classes on Madhubani, Warli and Rangoli and Zentangle &reg; as part of the Town of Cary's <a href="http://www.townofcary.org/Departments/Parks__Recreation___Cultural_Resources/Programs_and_Classes.htm" target="_blank">Summer 2012 Programs and Classes</a>. Click <a href="/special-events.php" target="_self">here...</a> </p>

<div id="dottedline"></div>

<p>Cary Diwali 2012 will be celebrated on Saturday . October 20, 2012 at the Booth Amphitheatre. Click <a href="/cary-diwali.php" target="_self">here...</a></p>

</div>

</div> <!-- - - - - - - End Accordion #accordion - - - - - - - - - - -->

  
  <!-- end #sidebar2 --></div>


 <div id="mainContent">
 
 <div class="breadcrumb">Home</div>
 
  <div class="fadein">
<img src="http://www.humsub.net/images/img1.jpg">
<img src="http://www.humsub.net/images/img2.jpg">
</div>
<div style="float:right; height:30px; width:640px;">
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style" style="height:20px; float:right; width:140px; text-align:right; margin-right:20px;">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f5e3eac465667bb"></script>
<!-- AddThis Button END -->
</div>

<h3>News</h3>

<ul class="content">

<li><a href="http://www.humsub.net/cary_diwali_application_form_2012.php" target="_blank">Cary Diwali Cultural Program Online Application</a>  is now available.</li>

<li><a href="http://www.humsub.net/downloads/Cultural_Program_Guidelines_2012.doc" target="_blank">Cultural Program Guidelines.</a></li>

<li><strong>JUST ANNOUNCED</strong> !!! Cary Diwali 2012 will be celebrated on Saturday, October 20, 2012 at the Booth Amphitheatre. The theme of this year's Cary Diwali is "Maitri &#8211; Celebrating Friendships". Learn <a href="/cary-diwali.php" target="_self">more...</a> </li>

<li>Mark your calendars for the following dates when Cary Diwali 2012 forms will be available online: 
<br />&nbsp;&nbsp;&nbsp;&raquo;<strong> Cultural Program Form:</strong> <em>April 26, 2012 &#8211; June 6, 2012</em>
<br />&nbsp;&nbsp;&nbsp;&raquo; <strong>Vendor Booth Form:</strong> <em>June 1, 2012 &#8211; August 20, 2012</em>
<br />&nbsp;&nbsp;&nbsp;&raquo; <strong>Advertisement Form:</strong> <em>June 1, 2012 &#8211; August 31, 2012</em></li>

<li>Hum Sub is a proud supporter of the Town of Cary's <a href="http://www.townofcary.org/Assets/Parks$!2c+Recreation+and+Cultural+Resources+Department/FOF+2012.pdf" target="_blank">Friends Of The Festivals</a> program as a "Business Friend" supporting at the Artist level for 2012. </li>

<li>Watch out for the Hum Sub booth at the 19<sup>th</sup> annual <a href="http://www.townofcary.org/Departments/Parks__Recreation___Cultural_Resources/events/festivals/springdaze.htm" target="_blank">Spring Daze Arts and Crafts Festival</a> on <strong>Saturday, April 28, 2012, 9 a.m.&#8211;5 p.m.</strong> at the <a href="http://www.townofcary.org/Departments/Parks__Recreation___Cultural_Resources/Parks_and_Greenways/Parks/Fred_G__Bond_Metro_Park.htm" target="_blank">Fred G. Bond Metro Park</a> </li>

<li>Hum Sub is proud to announce a new collaboration with the Town Of Cary's Department of Parks, Recreation and Cultural Resources . Watch out for Introductory classes focusing on the traditional Indian art forms of Madhubani, Warli and Rangoli as well as the more contemporary art of Zentangle &reg; offered as part of the Town of Cary's <a href="http://www.townofcary.org/Departments/Parks__Recreation___Cultural_Resources/Programs_and_Classes.htm" target="_blank">Summer 2012 Programs</a> and Classes .  Learn <a href="/special-events.php" target="_self">more...</a> 
</li>

 </ul>    
	<!-- end #mainContent --></div>

 <div style="clear:both;"></div>

<div id="footer">
 <div id="socialLinks">Follow us on  
 <a href="https://www.facebook.com/profile.php?id=100000293924828&sk=wall" target="_blank"><img src="images/facebook.png" width="24" height="24" alt="facebook logo" /></a>  
  <a href="https://twitter.com/HumSubInc" target="_blank"
data-show-count="false"><img src="images/twitter-icon.png" width="24" height="24" alt="twitter logo" /></a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if
(!d.getElementById(id)){js=d.createElement
(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore
(js,fjs);}}(document,"script","twitter-wjs");</script>
  <img src="images/youtube-icon.png" width="24" height="24" alt="youtube logo" /></div>     
    <p><script type="text/javascript">
now=new Date();
year=now.getFullYear();
</script>&copy; Copyright Humsub. All Rights Reserved. 2007-<script type="text/javascript">
document.write(year);
</script>, Hum Sub, Inc., 

<br />Site Designed, Developed & Maintained by <a href="http://www.samitsolutions.com"  target="_blank">SamITSolutions</a></p>
  <!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>
