$(document).ready(function(){
    $('#calendar').flash(
        { src: '/flash/LeapCalendar.swf',
          width: 210,
          height: 170,
          wmode: 'transparent' },
        { version: 8 }
    );
    $('#calendarRight').flash(
        { src: '/flash/LeapCalendar.swf',
          width: 280,
          height: 210,
          wmode: 'transparent' },
        { version: 8 }
    );
    $('#timelineExperience').flash(
        { src: '/flash/main.swf?timeline=/presentation/timeline/type/experience/member/'+$('#timelineExperience').attr("rel"),
          width: 429,
          height: 100,
          wmode: 'transparent' },
        { version: 8 }
    ); 
    $('#timelineEducation').flash(
        { src: '/flash/main.swf?timeline=/presentation/timeline/type/education/member/'+$('#timelineEducation').attr("rel"),
          width: 429,
          height: 100,
          wmode: 'transparent' },
        { version: 8 }
    );     
    $('#caroussel').flash(
        { src: '/flash/LeapCaroussel.swf',
          width: 292,
          height: 270,
          wmode: 'transparent' },
        { version: 8 }
    );
    $('#rss').flash(
        { src: '/flash/Leap_RSS.swf',
          width: 439,
          height: 70,
          wmode: 'transparent' },
        { version: 8 }
    );
    $('#banner').flash(
            { src: '/flash/banner.swf',
              width: 323,
              height: 148,
              wmode: 'transparent' },
            { version: 8 }
        );
    if($('#contentVideo').attr('rel')){
	    $('#contentVideo').flash(
	         { src: '/flash/player.swf',
	          flashvars:{
	        	 image:'/videos/'+$('#contentVideo').attr('rel').replace('flv','jpg'),
	        	 file:'/videos/'+$('#contentVideo').attr('rel')
	         },
	          width: 445,
	          height: 250,
	          wmode: 'transparent' },
	        { version: 8 }
	    );
    }
});

///calender en timeline

