﻿Kaas.ready(function() {
	Kaas.even('li', 'area');
	if (document.getElementById('mouth')) {
		Kaas.even('dl', 'mouth');
		Kaas.lastValue('dl', 'mouth');
	}
	Kaas.lastValue('dd', 'news');
});

/*
$(document).ready(function(){
						   
	var t = $('#lends li:first');
	var o = $('#lends li :checkbox');
	
	t.toggle(
		function () { o.attr('checked', true);},
		function () { o.removeAttr('checked', '');}
	);
	
});
*/

