/**
 * ---------------------- Subversion Information ------------------------------
 * ****************************************************************************
 * $Date: 2009-04-13 14:28:12 -0700 (Mon, 13 Apr 2009) $
 * $Rev: 222 $
 * $Author: steven $
 *
 * SVN URL of this file
 * $HeadURL: http://hal/svn/design-framework/main/template6/inc/js/docready.multi.elastic.js $
 * ****************************************************************************
 *
 * @copyright Real Estate Webmasters 2008
 */

$(document).ready(function() {
	$('.nav-communities-3cols ul').columns({columns: 3});
	$('.nav-communities-3cols ul').each(function() {
		$('li:odd', this).addClass('odd');
	});
});