var url = new Array('http://www.myspaceespana.com/secretshow/nuevo/smashing.html','http://www.myspaceespana.com/secretshow/nuevo/republic.html','http://www.myspaceespana.com/secretshow/nuevo/pink.html','http://www.myspaceespana.com/secretshow/nuevo/fangoria.html','http://www.myspaceespana.com/secretshow/nuevo/kitty_past.html','http://www.myspaceespana.com/secretshow/nuevo/iframes/ss_segundo.html','http://www.myspaceespana.com/secretshow/nuevo/delorean.html');
$(document).ready(function(){
	$('.secret').each(function(i){
		$(this).click(function(){
			var iframe = $('#iframe_central');
			iframe.attr('src',url[i]);
		//	if (i != 5) {
					$('#profile_miniplayer').hide();
					//$('body').css('background-image','url(http://www.myspaceespana.com/secretshow/nuevo/iframes/img/fondo_ss2.jpg)');
					//$('body').css('background-position-y','50px');
					iframe.height(750);
	/*		}
			else{
				$('#profile_miniplayer').show();
				$('body').css('background-image','url(http://www.myspaceespana.com/secretshow/nuevo/iframes/img/fondo_ss3.jpg)');
				iframe.height(1335);	
			}			
				//iframe.slideUp('slow');
				iframe.attr('src', url[i]);
				
				//iframe.slideDown('slow');
			*/
		});
	});
});
