/*
 * jQuery 1.1.4 - New Wave Javascript
 *
 * Copyright (c) 2007 John Resig (jquery.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * $Date: 2007-08-23 21:49:27 -0400 (Thu, 23 Aug 2007) $
 * $Rev: 2862 $
 */
jQuery('#left_nav').Accordion({
  			active: false,
  			header: '.head',
  			alwaysOpen: false,
  			navigation: true,
  			animated: true,
  			selectedClass: 'on'
		  });
