// JavaScript Document


function initRollovers() {

$$('.jsRoll_').each(function(item) {
			   
	initRollover(item);
}
);
	
}

