1. <aside id="index-aside">
  2.  
  3.     <?php get_search_form(); ?>
  4.    
  5.     <h4>Contact Us Today With Your Information and Website Needs.</h4>
  6.            
  7.         <div class="widget">
  8.             <div id="stylized" class="myform">
  9.             <p>This is where my contact form will be.</p>  
  10.             </div>
  11.         </div>
  12.        
  13.     <?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar Widgets')) : else : ?>
  14.    
  15.     <!-- All this stuff in here only shows up if you DON'T have any widgets active in this zone -->
  16.    
  17.     <?php endif; ?>
  18.  
  19. </aside>