try { function killNode(ob){ ob.style.overflow = 'hidden'; ob.style.height = '142px'; var height = 144/100; var count = 100; pictureManager.transparency(ob,100); var it = setInterval( function(){ count=count-4; count=(count>0)?count:0; ob.style.minHeight = '0px'; ob.style.height = (parseInt(ob.style.height)-(height*4)) + "px"; pictureManager.transparency(ob,count); if ( count==0){ clearInterval(it); count=100; ob.parentNode.removeChild(ob); } },18); }; try { document.getElementById('fv_count').innerHTML = parseInt(document.getElementById('fv_count').innerHTML)-1; if ( parseInt(document.getElementById('fv_count').innerHTML) < 1 ) { document.getElementById("favourite_empty_node").style.display = ""; } } catch ( ehj ) {} try { if (mode&&mode=="fav") { var bb= "ND_IT_154757"; killNode(document.getElementById(bb)); var bbspo= "NDSC_IT_154757"; document.getElementById(bbspo).parentNode.removeChild(document.getElementById(bbspo)); } }catch(ignorethis){ } document.getElementById('b154757').style.display = 'none';} catch ( globalIgnoreStatement ) {}