jQuery(document).ready(function() {

          // put all your jQuery goodness in here.
jQuery('#startdate').datepicker({
		minDate: 0,
		defaultDate: 0,
        showOn: 'both',
        buttonImageOnly: false,
		dateFormat: 'm/d/yy',
		buttonText: '&nbsp;&nbsp;&nbsp;'
    });

 	//causing double
	//jQuery('.selectbox').selectbox({debug: true});


    //jQuery(function() {
    	//jQuery('a[@rel*=lightbox]').lightBox(); 
    //    jQuery('#gallery a').lightBox();
    //});
 
		
		
 });




