
$(document).ready(function()
{bindProjectStagesEvents();var project_id=$('.project_status img').attr('src').match(/(\d+)/g);$('.project_status').load('/_project/project/'+project_id+'/stages_interactive/',{},function()
{$('.project_status map area').focus(function()
{$(this).mouseover();});$('.project_status map area').blur(function()
{$(this).mouseout();});});$.getJSON('/_project/project/'+project_id+'/stages/',function(stages)
{stages_current=stages;});});