SokleSingleton.addEvent('assetsLoaded', initHome);
function initHome(){
	$('productBannerBackground').setStyle('opacity', .3);
}
