$(document).ready(function() {
    $('#imgoculta').css("visibility", "visible");
	$('#slidetop').cycle({
		//fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		fx: 'scrollLeft', 
		timeout: 7000,
		speedIn:  500, 
		speedOut: 500
	});
});
$(document).ready(function() {
 $('#bnutracenter').click(function(){
	 	window.open("http://www.nutracenter.org");
	 });
});

