var subd="irl";
function incFav(b){b=b.replace(/^\s*|\s*$/g,"");var a=b.split(":"),c=a[0],e=a[1];b=a[2];var d=a[3],f=a[4],g=a[5],h=a[6];a=document.getElementById("favmsg"+d+c);pmlink=document.getElementById("plusminus"+d+c);if(g==1){pmlink.innerHTML="+";pmlink.title="Save this comment as a favorite";c="addFav("+c+","+e+","+d+","+f+",'"+h+"');return false;"}else{pmlink.innerHTML="&minus;";pmlink.title="Remove this comment as a favorite";c="delFav("+c+","+e+","+d+","+f+",'"+h+"');return false;"}pmlink.onclick=new Function(c);
if(b=="You already made this a favorite."){a.hasChildNodes()&&a.removeChild(a.firstChild);a.appendChild(document.createTextNode(" "+b))}if(b==parseInt(b)){a.hasChildNodes()&&a.removeChild(a.firstChild);a.appendChild(document.createTextNode(g==1?" Favorite removed!":" Favorite added!"))}};
