swfobject.registerObject("homeFlash", "9.0.115");
$(document).ready(function() {
	$("#lifecycle_one").tooltip({ position: "bottom center", offset: [0, 52], effect: 'fade', tipclass: 'tooltip_one'});
	$("#lifecycle_two").tooltip({ position: "bottom center", offset: [0, 60], effect: 'fade', tipclass: 'tooltip_two'});
	$("#lifecycle_three").tooltip({ position: "bottom center", offset: [0, -34], effect: 'fade', tipclass: 'tooltip_three'});
	$("#lifecycle_four").tooltip({ position: "bottom center", offset: [0, -34], effect: 'fade', tipclass: 'tooltip_four'});
});

