Event.observe(window,"load",function() {
	if( $("features") ){
		if( !$("featuresContent") ) return;
		$$("div#featuresContent ul.featuresList li.odd div.featuresImage a").each(function(element,i){
			new Zoomy(element, { hideCaption:true, isLeft:false });
		});
		$$("div#featuresContent ul.featuresList li.even div.featuresImage a").each(function(element,i){
			new Zoomy(element, { hideCaption:true, isLeft:true });
		});
	}
	if( $("home") ){
		new Ajax.PeriodicalUpdater('customerLogosListWrap', '?action=getHomeCustomerLogos', {
		  method: 'get', frequency: 5, decay: 2
		});
	}
});
