function dom_init() {

  //$('a.lightbox').lightBox();

}

$(document).ready(function(){
	$('ul#banner').innerfade({
	animationtype: 'fade',
	speed: 3000,
	timeout: 7000,
	type: 'random_start',
	containerheight: '164px'
	});
});
