addComment={moveForm:function(d,f,i,c){var m=this,a,h=m.I(d),b=m.I(i),l=m.I("cancel-comment-reply-link"),j=m.I("comment_parent"),k=m.I("comment_post_ID");if(!h||!b||!l||!j){return}m.respondId=i;c=c||false;if(!m.I("wp-temp-form-div")){a=document.createElement("div");a.id="wp-temp-form-div";a.style.display="none";b.parentNode.insertBefore(a,b)}h.parentNode.insertBefore(b,h.nextSibling);if(k&&c){k.value=c}j.value=f;l.style.display="";l.onclick=function(){var n=addComment,e=n.I("wp-temp-form-div"),o=n.I(n.respondId);if(!e||!o){return}n.I("comment_parent").value="0";e.parentNode.insertBefore(o,e);e.parentNode.removeChild(e);this.style.display="none";this.onclick=null;return false};try{m.I("comment").focus()}catch(g){}return false},I:function(a){return document.getElementById(a)}};;window.onload=function(){var objEvt={input:["hover","focus"],select:["hover","focus"],textarea:["hover","focus"]};var temp,tempLen=0;function hoverFunc(){this.className+=' hover';}
function unHoverFunc(){this.className=this.className.replace(' hover','');}
function focusFunc(){this.className+=' focus';if(navigator.appName.indexOf('Explorer')!=-1){if(this.value==this.defaultValue&&this.name=='url')this.value='http://';}}
function unFocusFunc(){this.className=this.className.replace(' focus','');}
for(var i in objEvt){temp=document.getElementsByTagName(i),tempLen=temp.length;for(var j=0;j<tempLen;j++){for(var k=0;k<objEvt[i].length;k++){if(objEvt[i][k]=='hover'){temp[j].onmouseover=hoverFunc;temp[j].onmouseout=unHoverFunc;}else if(objEvt[i][k]=='focus'){temp[j].onfocus=focusFunc;temp[j].onblur=unFocusFunc;}}}}}