			


		swfobject.embedSWF("swf/cu3ernet.swf", "swfcu3er", "750", "240", "9",false,false,{wmode: "transparent"});
		
		$(function()
				{
					// this initialises the demo scollpanes on the page.
					$('#pane1').jScrollPane();
					$("#perfil").load('perfiles/jorge.html');
					Shadowbox.init({players: ["html","swf","flv","img"]});
				});	
		function iraperfil(people){
			
		
			$("#perfil").fadeOut();
			$("#perfil").load(people);
			$("#perfil").fadeIn();
			
			
		}
