$(document).ready(function(){
	if($.browser.msie) var ie=true;
	$('#hp-banners').innerfade({ 
		speed: 'slow', 
		timeout: 6000, 
		type: 'sequence', 
		containerheight: '88px'
	});
	$('#hp-banners-ie7').innerfade({ 
		speed: 'slow', 
		timeout: 6000, 
		type: 'sequence',
		containerheight: '88px', 
		bannerholder: 'ie7'
	});
});