$(window).load(function(){

	url     = document.location.href;
	partes  = url.split('/');
	seccion = partes[partes.length-1];

			
	if(seccion.match('linea_del_tiempo'))
	{
	
		$('#zoom').flash(
			{ src: 'http://www2.museothyssen.org/deploy/timeline.swf',
			  width: '704',
			  height: '713' }
		);	
		
	}
	

});
