// local
function indexInit() {
	new AC.ContentSwap('comparisontitle', 'comparisoncontent', 'mouseover');
}

Event.observe(window, 'load', indexInit, false);

