/*   
=============================================================================== 
Base jQuery file
...............................................................................
                                                                        2009/10
------------------------------------------------------------------------------- 
COPY / USE AT YOUR OWN SITE'S RISK
=============================================================================== 
*/
$(document).ready( function() {
	// add first and last classes to various elements
	$("#footer ul").each( function() {
		$(this).children("li:last").addClass("last");
		$(this).children("li:first").addClass("first");
	});					
	$('.rotator.ht267').innerfade({
		speed: 'slow',
		timeout: 6000,
		containerheight: '267px'
	});				
	$('.rotator.ht212').innerfade({
		speed: 'slow',
		timeout: 6000,
		containerheight: '212px'
	});				
	$('.rotator.ht342').innerfade({
		speed: 'slow',
		timeout: 6000,
		containerheight: '342px'
	});
});
