jQuery(function(){
		$("#home-top").attr({ src: function(){this.src = this.src.replace('_off','_on')}}).removeClass("switch");
	});

