window.addEvent('domready', function() {
	
	//icon rollovers/tooltips
	var theIcons = $$('#icons li');
	
	var myIconRollovers = new SL_IconRollovers({ 
	
		'items':theIcons
	});
	
	 
});

