		var IDCCSS = $newEl('link');
		IDCCSS.rel = 'stylesheet';
		IDCCSS.href = 'http://www.intensedebate.com/themes/chameleon/css/idcCSS.php?acctid=133288&browser=safari';
		IDCCSS.type = 'text/css';
		$tagName("head")[0].appendChild(IDCCSS);
function xsAjax(defaultURL,defaultTimeout)
{if(null!=defaultURL)
this.defaultURL=defaultURL;else
this.defaultURL="http://intensedebate.com/js/commentAction/";if(null!=defaultTimeout)
this.defaultTimeout=defaultTimeout;else
this.defaultTimeout=90000;this.requestQueue=new Array()
this.waiting=false;};xsAjax.prototype.make_request=function(obj)
{if(null==obj)
return;this.requestQueue.push(obj);if(!this.waiting)
this.process_request();};xsAjax.prototype.process_request=function()
{if(this.requestQueue.length==0)
{return;}
var obj=this.requestQueue[0];
this.waiting=true;this.create_scriptObj(obj);if(obj.timeout)
this.timeout=setTimeout("xs.handle_timeout()",obj.timeout);else
this.timeout=setTimeout("xs.handle_timeout()",this.defaultTimeout);if(obj.on_process)
obj.on_process();};xsAjax.prototype.clear_request=function(index)
{if(index==0||index>this.requestQueue.length)
{return;}
this.requestQueue.splice(index,1);};xsAjax.prototype.create_scriptObj=function(obj)
{this.scriptObj=document.createElement('SCRIPT');this.scriptObj.src=this.buildUrl(obj);this.scriptObj.type='text/javascript';document.getElementsByTagName('HEAD')[0].appendChild(this.scriptObj);}
xsAjax.prototype.buildUrl=function(obj)
{var url="";if(obj.service_url)
url=obj.service_url;else
url=this.defaultURL;url+="?data="+obj.completeStr;
if(obj.session_hash)url+="&session_hash="+obj.session_hash;
if(obj.userid)url+="&userid="+obj.userid;
if(obj.session_key)url+="&session_key="+encodeURIComponent(obj.session_key);
return url;}
xsAjax.prototype.clear_scriptObj=function()
{if(this.scriptObj)
{this.scriptObj.parentNode.removeChild(this.scriptObj);this.scriptObj=null;}}
xsAjax.prototype.server_response=function(obj)
{clearTimeout(this.timeout);if(obj.on_success)obj.on_success(obj);else if(this.requestQueue[0].on_success)
this.requestQueue[0].on_success(obj);this.clear_scriptObj();this.requestQueue.shift();this.waiting=false;if(this.requestQueue.length>0)
{this.process_request();}};xsAjax.prototype.handle_timeout=function()
{if(this.requestQueue[0].on_err)
{this.requestQueue[0].on_err();}
this.requestQueue.shift();this.clear_scriptObj();this.waiting=false;if(this.requestQueue.length>0)
{this.process_request();}};xsAjax.prototype.flush_all=function()
{if(this.timeout)
clearTimeout(this.timeout);this.clear_scriptObj();this.waiting=false;this.requestQueue=new Array();};function buildRequestObj(dataStr,type,successFunc,errFunc){this.data = dataStr;this.completeStr = '{"request_type":"'+type+'", '+dataStr+'}';this.request_type = type;this.on_success = successFunc;this.on_err = errFunc;return this;};
if(window.IDC===undefined){var IDC={"$":function(el){if(typeof(el)==='string')
return document.getElementById(el);return el;},"e_style":function(el,attribs){if(typeof(el)!=='object'||!el.length)
el=[el];for(var i=0;i<el.length;i++){cur_el=IDC.$(el[i]);if(cur_el&&cur_el.style){for(attrib in attribs){if(attribs.hasOwnProperty(attrib)){cur_el.style[attrib]=attribs[attrib];}}}}},"set_props":function(el,props){if(typeof(el)!=='object'||!el.length)
el=[el];for(var i=0;i<el.length;i++){cur_el=IDC.$(el[i]);if(cur_el){for(prop in props){if(prop==='style')
IDC.e_style(cur_el,props[prop]);if(props.hasOwnProperty(prop))
cur_el[prop]=props[prop];}}}
return false;},"c_object":function(type,params){el=document.createElement(type);if(!el)
return;for(param in params){if(params.hasOwnProperty(param)){if('style'==param)
IDC.e_style(el,params[param]);else
el[param]=params[param];}}
return el;},"load_js":function(src){if(!IDC.loaded_scripts)
IDC.loaded_scripts=[];if(IDC.loaded_scripts[src])
return;var new_script=document.createElement('script');new_script.src=src;new_script.type='text/javascript';document.getElementsByTagName('head')[0].appendChild(new_script);IDC.loaded_scripts[src]=new_script;},"hide":function(el){IDC.e_style(el,{'display':'none'});},"show":function(el){IDC.e_style(el,{'display':'block'});}};}var JSON=JSON||{};JSON.stringify=JSON.stringify||function(e){var t=typeof e;if(t!="object"||e===null){if(t=="string")e='"'+e+'"';return String(e)}else{var n,r,i=[],s=e&&e.constructor==Array;for(n in e){r=e[n];t=typeof r;if(t=="string"){r='"'+r+'"'}else if(t=="object"&&r!==null){r=JSON.stringify(r)}i.push((s?"":'"'+n+'":')+String(r))}return(s?"[":"{")+String(i)+(s?"]":"}")}};IDC.twitter={load_popup:function(){IDC.twitter.win=window.open("http://intensedebate.com/twitter-start.php",null,"location=0,status=0,width=800,height=400");IDC.twitter.interval=window.setInterval(IDC.twitter.poll,500)},poll:function(){try{if(IDC.twitter.win&&IDC.twitter.win.closed){window.clearInterval(IDC.twitter.interval);setTimeout("window.location.reload();",100)}}catch(e){window.location.reload()}},login:function(){if(commentObj.curUser.userid>0){return}if(!IDC.twitter.authenticated&&IDC.twitter.api_response){return}if(!IDC.$("id_twName_Reply")||!IDC.$("id_twName_NewThread")){return}IDC.twitter.link_url="http://twitter.com/"+IDC.twitter.api_response.screen_name;IDC.set_props(["id_twName_Reply","id_twName_NewThread"],{href:IDC.twitter.link_url,innerHTML:"@"+IDC.twitter.api_response.screen_name});IDC.set_props(["id_twAvatar_Reply","id_twAvatar_NewThread"],{src:IDC.twitter.api_response.profile_image_url});commentObj.postUsingTwitter=true;showTWLoggedInNewThread();showTWLoggedInReply();IDC.hide(["IDCommentsHeadLogin","IDCPostNavReply","IDCPostNav"]);var e=new Array;e["username"]=IDC.twitter.api_response.screen_name;e["url"]=IDC.twitter.link_url;id_fire_action("tw_login",e)}};IDC.fbc={hasher:null,session_hash:null,avatar:null,name:null,session_key:null,url:null,userid:null,load_js:function(){IDC.$("idc-container").appendChild(IDC.c_object("div",{id:"fb-root",style:{position:"absolute",top:"-10000px",left:"-10000px",width:"0px",height:"0px"}}));IDC.load_js(document.location.protocol+"//connect.facebook.net/en_US/all.js")},init_fbc:function(){FB.init({appId:IDC.fbc.apikey,status:true,cookie:false,xfbml:true});FB.Event.subscribe("auth.login",function(e){IDC.fbc.login(e)});FB.Event.subscribe("auth.statusChange",function(e){if("connected"==e.status)IDC.fbc.login(e)})},logout:function(){FB.logout();if(commentObj){commentObj.fbConnect=false;commentObj.postUsingFBC=false;commentObj.fbName="";commentObj.fbUrl="";commentObj.fbPic=""}showSignupNewThread();showSignupReply()},login:function(e){if(commentObj.curUser.userid>0||true==commentObj.postUsingExauth||!e||!e.authResponse.userID){return}IDC.fbc.session_key=e.authResponse.signedRequest;IDC.fbc.userid=e.authResponse.userID;FB.api("/me",IDC.fbc.handle_login)},handle_login:function(e){if(!e){alert("An error has occured.  Please refresh and try again.");return}if(commentObj){commentObj.fbConnect=true;commentObj.postUsingFBC=true;commentObj.fbName=e.name;commentObj.fbUrl=e.link;commentObj.fbPic="http://graph.facebook.com/"+e.id+"/picture?type=square"}IDC.set_props(["id_fbAvatar_NewThread","id_fbAvatar_Reply"],{src:"http://graph.facebook.com/"+e.id+"/picture?type=square",alt:e.name+"'s avatar"});IDC.set_props(["id_fbName_NewThread","id_fbName_Reply"],{innerHTML:e.name,href:e.link});showFBLoggedInNewThread();showFBLoggedInReply();IDC.hide(["IDCommentsHeadLogin","IDCPostNavReply","IDCPostNav"]);var t=[];t["userid"]=e.id;t["name"]=e.name;t["url"]=e.link;id_fire_action("fbc_login",t);var n={avatar:"http://graph.facebook.com/"+e.id+"/picture?type=square",name:e.name,session_key:IDC.fbc.session_key,url:e.link,userid:IDC.fbc.userid};n=encodeURIComponent(JSON.stringify(n));IDC.fbc.hasher=new xsAjax("http://intensedebate.com/hash-session.php",1e4);var r=new buildRequestObj('"session":'+n,"hash-session",IDC.fbc.handle_hash,IDC.fbc.hash_failed);IDC.fbc.hasher.make_request(r)},handle_hash:function(e){if(40==e.length){IDC.fbc.session_hash=e;return true}else{alert(e);return false}},hash_failed:function(e){alert("Facebook Connect could not be established. Please disconnect and reconnect.")}};IDC.exauth={check_for_values:function(){if(undefined===window.IDC$EXAUTH||!IDC$EXAUTH.profile||!IDC$EXAUTH.id||!IDC$EXAUTH.profile.user_id){return}if(commentObj.curUser.userid>0||commentObj.postUsingFBC||commentObj.postUsingTwitter){return}IDC.exauth.user_id=IDC$EXAUTH.profile.user_id;if(IDC$EXAUTH.profile.name){IDC.exauth.user_name=IDC$EXAUTH.profile.name}if(IDC$EXAUTH.profile.email){IDC.exauth.user_email=IDC$EXAUTH.profile.email}if(IDC$EXAUTH.profile.avatar_url){IDC.exauth.avatar_url=IDC$EXAUTH.profile.avatar_url}if(IDC$EXAUTH.profile.profile_url){IDC.exauth.user_url=IDC$EXAUTH.profile.profile_url}commentObj.postUsingExauth=true;IDC.exauth.update_ui();IDC.exauth.prefill_fields()},update_ui:function(){var e=IDC.c_object("p",{id:"IDCommentsNewThreadExauthLoggedIn",style:{paddingTop:"5px"}});var t=IDC.c_object("p",{id:"IDCommentsReplyExauthLoggedIn",style:{paddingTop:"5px"}});var n="";n+=' <img height=26 width=26 src="'+IDC.exauth.avatar_url+'" />';n+='<img style="margin: 13px 0 -1px -5px; width: 16px; height: 16px;" src="http://intensedebate.com/get-exauth-sys-favicon/'+IDC$EXAUTH.id+'" width="16" height="16" />';n+=" Logged in as ";if(IDC.exauth.user_url){n+='<a href="'+IDC.exauth.user_url+'">'}n+=IDC.exauth.user_name;if(IDC.exauth.user_url){n+="</a>"}if(IDC$EXAUTH.logout_url){n+=' (<a href="'+IDC$EXAUTH.logout_url+'">Logout</a>)'}e.innerHTML=n;IDC.$("IDCommentsNewThreadListItem1").parentNode.insertBefore(e,IDC.$("IDCommentsNewThreadListItem1"));t.innerHTML=n;IDC.$("IDCommentReplyListItem1").parentNode.insertBefore(t,IDC.$("IDCommentReplyListItem1"));IDC.hide("IDCPostNavReply");IDC.hide("IDCommentReplyOuterDiv");IDC.hide("IDCPostNav");IDC.hide("IDCommentsHeadLogin");IDC.$("IDCommentsNewThread").className="idc-c idc-reply"},show_login:function(){var e="<a href="+IDC.exauth.login_url+">Log in</a>, comment as a guest, or using:";IDReplaceHtml(IDC.$("IDCNavGuest2"),e);IDReplaceHtml(IDC.$("IDCNavGuestReply2"),e)},prefill_fields:function(){IDC.$("txtNameReply").value=IDC.exauth.user_name;IDC.$("txtNameNewThread").value=IDC.exauth.user_name;if(IDC.exauth.user_email){IDC.$("txtEmailReply").value=IDC.exauth.user_email;IDC.$("txtEmailNewThread").value=IDC.exauth.user_email}if(IDC.exauth.user_url){IDC.$("txtURLReply").value=IDC.exauth.user_url;IDC.$("txtURLNewThread").value=IDC.exauth.user_url}}}
var IDHost="http://intensedebate.com/";var xs=new xsAjax(IDHost+"js/commentAction/");var numSheets=document.styleSheets.length;var browser=navigator.appName;function $id(objId)
{return document.getElementById(objId);};function $name(objName)
{return document.getElementByName(objName);};function $tagName(objTagName)
{return document.getElementsByTagName(objTagName);};function $newEl(objTagName)
{return document.createElement(objTagName);};function IDgetTop(obj)
{var curtop=0;if(obj.offsetParent)
while(1)
{curtop+=obj.offsetTop;if(!obj.offsetParent)
break;obj=obj.offsetParent;}
else if(obj.y)
curtop+=obj.y;return curtop;};function IDgetWidth(obj)
{return obj.offsetWidth;};function IDgetHeight(obj)
{return obj.offsetHeight;};function IDgetScrollY()
{return f_filterResults(window.pageYOffset?window.pageYOffset:0,document.documentElement?document.documentElement.scrollTop:0,document.body?document.body.scrollTop:0);};function IDgetWindowHeight()
{var viewportheight;if(typeof window.innerWidth!='undefined')
{viewportheight=window.innerHeight}
else if(typeof document.documentElement!='undefined'&&typeof document.documentElement.clientWidth!='undefined'&&document.documentElement.clientWidth!=0)
{viewportheight=document.documentElement.clientHeight;}
else
{viewportheight=document.getElementsByTagName('body')[0].clientHeight;}
return viewportheight;};function f_filterResults(n_win,n_docel,n_body){var n_result=n_win?n_win:0;if(n_docel&&(!n_result||(n_result>n_docel)))
n_result=n_docel;return n_body&&(!n_result||(n_result>n_body))?n_body:n_result;};function checkForNewThreadEnter(e)
{var keycode=IDgetKeycode(e);if(keycode==13)
postComment(0);};function checkForHeaderLoginEnter(e)
{var keycode=IDgetKeycode(e);if(keycode==13)
{if(navigator.userAgent.toLowerCase().indexOf("safari")==-1)
{logUserIn();}
else
{document.getElementById('IDfrmHeaderLogin').submit();}}};function checkForHeaderWPLoginEnter(e){var keycode=IDgetKeycode(e);if(keycode==13)
document.getElementById('IDfrmHeaderWPLogin').submit();};function checkForReplyEnter(e)
{var keycode=IDgetKeycode(e);if(keycode==13)
postComment(1);};function IDgetKeycode(e)
{var code;if(!e)
var e=window.event;if(e.keyCode)
code=e.keyCode;else if(e.which)
code=e.which;return code;};function IDaddslashes(str)
{if(null==str)
return"";str=str.toString();str=str.replace(/\\/g,'\\\\');str=str.replace(/\'/g,"\\'");str=str.replace(/\"/g,'\\"');str=str.replace(/\0/g,'\\0');str=str.replace(/\n/g,'\\n');return str;};function txtOnFocus(obj,defaultText,clearText)
{if(clearText==null)
clearText=true;obj.className+=" idc-focus";if(obj.value==defaultText)
{if(clearText)
obj.value="";obj.style.color="black";}};function txtOnBlur(obj,defaultText,colorChange)
{if(colorChange==null)
colorChange=true;obj.className=obj.className.replace(/idc-focus/g,"");if(obj.value=="")
{obj.value=defaultText;if(colorChange)
obj.style.color="#CCC";}};function updateReplyTextareaSize(e)
{var keycode=IDgetKeycode(e);IDReplaceHtml($id("divReplyExpandingText"),this.value.replace(/\n/g,'<br />')+'&nbsp;');$id("divReplyExpandingText").style.width=($id('txtComment').offsetWidth-12)+'px';if(parseInt($id("divReplyExpandingText").offsetHeight)+10<=50)
var newHeight=50;else
var newHeight=parseInt($id("divReplyExpandingText").offsetHeight)+10;this.style.height=newHeight+'px';};function updateNewPostTextareaSize(e)
{var keycode=IDgetKeycode(e);IDReplaceHtml($id("divNewPostExpandingText"),this.value.replace(/\n/g,'<br />')+'&nbsp;');$id("divNewPostExpandingText").style.width=($id('IDCommentNewThreadText').offsetWidth-12)+'px';this.style.height=(parseInt($id("divNewPostExpandingText").offsetHeight)+10)+'px';if(parseInt($id("divNewPostExpandingText").offsetHeight)+10<=50)
var newHeight=50;else
var newHeight=parseInt($id("divNewPostExpandingText").offsetHeight)+10;this.style.height=newHeight+'px';};function IDReplaceHtml(el,html){if(el)
{var oldEl=(typeof el==="string"?document.getElementById(el):el);var newEl=document.createElement(oldEl.nodeName);newEl.id=oldEl.id;newEl.className=oldEl.className;newEl.innerHTML=html;if(oldEl.parentNode)
oldEl.parentNode.replaceChild(newEl,oldEl);else
oldEl.innerHTML=html;return newEl;}};function getCurTime(){dateObj=new Date();return dateObj.getTime();}
function loadFuncs(){IDC.load_js(IDHost+'idc/js/comment-func.php?token='+commentObj.token+'&blogpostid='+commentObj.blogpostid+"&time="+getCurTime());};function IDCommentInit(){commentObj.idcCover=$id("idc-cover");commentObj.divReply=$id("IDCommentReplyDiv");if(commentObj.expanding=='T'){$id('txtComment').onkeyup=updateReplyTextareaSize;$id('txtComment').onchange=updateReplyTextareaSize;$id('IDCommentNewThreadText').onkeyup=updateNewPostTextareaSize;$id('IDCommentNewThreadText').onchange=updateNewPostTextareaSize;}else{$id("IDCommentNewThreadText").className='idc-text_noresize';$id("txtComment").className='idc-text_noresize';}
resizeTextAreas(0);id_fire_action('idcomments_init','');};function IDComments(blogpostid,acctid,acct,themeDir,cssURL,adminid,token,expanding){this.blogpostid=blogpostid;this.acctid=acctid;this.adminid=adminid;this.token=token;this.expanding=expanding;this.comments=new Array();this.commentIds=new Array();this.trackbacks=new Array();this.users=new Array();this.anonUsers=new Array();this.themeDir=themeDir;this.cssURL=cssURL;if(cssURL.length>8){var objCSS5=$newEl('link');objCSS5.rel='stylesheet';objCSS5.href=cssURL;objCSS5.type='text/css';$tagName("head")[0].appendChild(objCSS5);}
this.replyType=0;this.newthreadType=0;this.depth=0;this.parentid=0;this.userMenu=new Array();divReplyExpandingText=$newEl("div");divReplyExpandingText.id="divReplyExpandingText";divReplyExpandingText.className="idc-measure";$id("idc-container").appendChild(divReplyExpandingText);divNewPostExpandingText=$newEl("div");divNewPostExpandingText.id="divNewPostExpandingText";divNewPostExpandingText.className="idc-measure";$id("idc-container").appendChild(divNewPostExpandingText);return this;}
function IDPageLoad(page,nextprev,commentid,gotocomments){if(!commentObj.sortType)
commentObj.sortType="date";if(document.getElementById("idc-pager"))IDReplaceHtml(document.getElementById("idc-pager"),'<span class="idc-pager_'+nextprev+'_loading">Loading comments...</span>');if(!commentid)
commentid=0;setTimeout("IDloadGetInnerComments("+page+","+commentid+","+gotocomments+")",0);}
function IDloadGetInnerComments(page,commentid,gotocomments){var newScriptTag=document.createElement("script");newScriptTag.type="text/javascript";newScriptTag.src="http://intensedebate.com/idc/js/getInnerComments.php?postid="+commentObj.blogpostid+"&acctid="+commentObj.acctid+"&userid="+commentObj.curUser.userid+"&sort="+commentObj.sortType+"&page="+page+"&commentid="+commentid+"&gotocomments="+gotocomments;document.getElementsByTagName("head")[0].appendChild(newScriptTag);}
function IDloadGetInnerCommentsChildren(commentid,startindex){commentObj.divReply.style.display="none";$id("idc-container").appendChild(commentObj.divReply);IDReplaceHtml(document.getElementById('IDShowMoreCommentsInThread'+commentid+'-'+startindex+'-2'),"Loading...");var newScriptTag=document.createElement("script");newScriptTag.type="text/javascript";newScriptTag.src="http://intensedebate.com/idc/js/getInnerCommentsChildren.php?postid="+commentObj.blogpostid+"&acctid="+commentObj.acctid+"&userid="+commentObj.curUser.userid+"&commentid="+commentid+"&startindex="+startindex;document.getElementsByTagName("head")[0].appendChild(newScriptTag);}
function resizeTextAreas(val){if(val==1){if($id("idc-container").style.display=="none"||$id(idcContainerParentName).style.display=="none"){if($id("IDLoadingDivImage"))
$id("IDLoadingDivImage").style.display="none";if($id("IDCommentLoadingDiv"))
$id("IDCommentLoadingDiv").style.display="none";$id("idc-container").style.display="block";$id(idcContainerParentName).style.display="block";}
var curLocation=window.location.hash;if(curLocation.indexOf("IDComment")>0){var selectedCommentID=curLocation.substr(curLocation.indexOf("IDComment")+9);var commentPage="undefined";IDPageLoad(commentPage,"next",selectedCommentID);}
if(curLocation.indexOf("idc-container")>0&&navigator.userAgent.indexOf("Safari")>0){window.location.hash="";window.location.hash="idc-container";}
if($id("IDCommentNewThreadText")&&navigator.appName!="Microsoft Internet Explorer")
$id("IDCommentNewThreadText").style.width=($id("IDCommentsNewThread").offsetWidth-8)+"px";$id("txtNameNewThread").onkeypress=checkForNewThreadEnter;$id("txtEmailNewThread").onkeypress=checkForNewThreadEnter;$id("txtNameReply").onkeypress=checkForReplyEnter;$id("txtEmailReply").onkeypress=checkForReplyEnter;$id("IDtxtLoginPass").onkeypress=checkForHeaderLoginEnter;$id("IDtxtWPLoginPass").onkeypress=checkForHeaderWPLoginEnter;}else if($id('IDCommentLoadingDiv')&&$id('IDCommentLoadingDiv').offsetWidth==1){setTimeout('resizeTextAreas(1)',200);}else{setTimeout('resizeTextAreas(0)',100);if(document.readyState&&document.readyState!='complete'){if(window.addEventListener)
window.addEventListener("load",addLoadingDiv,false);else if(window.attachEvent)
window.attachEvent('onload',addLoadingDiv);}else{addLoadingDiv();}}};function highlightIt(id){if(document.getElementById(id)){if(document.getElementById(id).className.indexOf("idc-c-highlighted")==-1){var divHeight=document.getElementById(id).offsetHeight;var start=0-(450-divHeight);if(start>0)
start=0;var b_version=navigator.appVersion;var version=parseFloat(b_version);document.getElementById(id).className+=' idc-c-highlighted';document.getElementById(id).style.backgroundPosition='0px '+start+'px';if(navigator.appName=="Microsoft Internet Explorer"&&navigator.appVersion.indexOf("MSIE 7.")==-1)
setTimeout("ieHighlight('"+id+"');",3000);else
setTimeout("fadeIt('"+id+"', "+start+", -550, 2000);",1000);}}}
function fadeIt(id,posStart,posEnd,millisec){var dividend=Math.abs(posEnd-posStart);var speed=Math.round(millisec/dividend);var timer=0;if(posStart>posEnd){for(i=posStart;i>=posEnd;i--){setTimeout("changePos("+i+",'"+id+"');",(timer*speed));timer++;if(i==posEnd)
setTimeout("removeClass('"+id+"');",((timer*speed)+200));}}else if(posStart<posEnd){for(i=posStart;i<=posEnd;i++){setTimeout("changePos("+i+",'"+id+"');",(timer*speed));timer++;if(i==posEnd)
setTimeout("removeClass('"+id+"');",((timer*speed)+200));}}};function removeClass(id){if(document.getElementById(id).style.backgroundPosition=='0px -550px'){document.getElementById(id).className=document.getElementById(id).className.replace(/ idc-c-highlighted/,"");document.getElementById(id).style.backgroundPosition='-1533px -108px';}};function changePos(pos,id){var object=document.getElementById(id).style;if((Math.abs(object.backgroundPosition.replace(/0px /,"").replace(/px/,""))-5)<=Math.abs(pos))
object.backgroundPosition="0px "+pos+"px";};function ieHighlight(id){document.getElementById(id).className=document.getElementById(id).className.replace(/ idc-c-highlighted/,"");document.getElementById(id).style.backgroundColor="transparent";document.getElementById(id).style.backgroundImage="none";};function addLoadingDiv(){if(!$id('IDCommentLoadingDiv')){if(!document.getElementById('IDCommentLoadingDiv')){var loadingCheck=$newEl("div");loadingCheck.className="idc-loaded";loadingCheck.id="IDCommentLoadingDiv";document.body.appendChild(loadingCheck);}else{document.body.appendChild(document.getElementById('IDCommentLoadingDiv'));}}
document.getElementById('IDCommentLoadingDiv').style.display="block";};function IDUser(userid,username,reputation,repLevel,blogTitle,blogRss,blogUrl,friendStatus,isAdmin,profiles,blogs){this.userid=userid;this.username=username;this.reputation=reputation;this.repLevel=repLevel;this.blogtitle=blogTitle;this.blogrss=blogRss;this.blogurl=blogUrl;this.friendStatus=friendStatus;this.isAdmin=isAdmin;this.profiles=eval('('+profiles+')');this.blogs=eval('('+blogs+')');this.imgurl=IDHost+"smallimages/"+userid;this.url=IDHost+"users/"+userid;return this;};function IDAnonUser(userid,name,imgurl,url){this.userid=userid;this.username=name;this.imgurl=imgurl;this.url=url;this.reputation=0;this.repLevel=0;this.blogtitle="";this.blogrss="";this.blogurl="";this.friendStatus=0;this.isAdmin=false;this.profiles='[]';return this;};function IDTrackback(id,url,title,content,time){this.id=id;this.url=url;this.title=title;this.content=content;this.time=time;return this;};function curUser(userid,username,reputation,rep_level,isLoggedIn,isValidated,anonEmail,token,friendRequests){this.userid=userid;if(username.length>0)
this.username=username;else
this.username="Posting Anonymously";this.reputation=reputation;this.rep_level=rep_level;this.isLoggedIn=isLoggedIn;this.isValidated=isValidated;this.anonEmail=anonEmail;this.token=token;this.friendRequests=friendRequests;if(isLoggedIn&&isValidated&&userid>0)
this.imgurl=IDHost+"smallimages/"+userid;else
this.imgurl=IDHost+"images/id-noavatar.png";if(isLoggedIn){commentObj.replyType=1;commentObj.newthreadType=1;}};function IDComment(userid,commentid,time,status,depth,votescore,totalChildren,lastActivity,threadparentid,commentDiv,displayName){this.userid=userid;this.commentid=commentid;this.time=time;this.status=status;this.votescore=votescore;this.depth=depth;this.threadparentid=threadparentid;if(null!=totalChildren)
this.totalChildren=totalChildren;if(null!=lastActivity&&lastActivity.length>0)
this.lastActivity=lastActivity;if(null!=commentDiv)
this.commentDiv=commentDiv;if(null!=displayName)
this.displayName=displayName;};function IDUpdateTimeStamps(){var d=new Date();var now=d.getTime();for(objElem in commentObj.comments){if(document.getElementById('IDCommentTime'+commentObj.comments[objElem].commentid)&&document.getElementById('IDCommentTime'+commentObj.comments[objElem].commentid).className=="IDCommentTime"){var id=commentObj.comments[objElem].commentid;if(commentObj.comments[id])
var time=Date.parse(commentObj.comments[id].time)-Math.floor(d.getTimezoneOffset()/60)*60*60000;else
continue;var diff=now-time;replaceHTML(document.getElementById('IDCommentTime'+commentObj.comments[objElem].commentid),'#time# ago'.replace(/#time#/,IDTimeToStr(diff)),0);if(document.getElementById('IDCommentTime'+commentObj.comments[objElem].commentid).innerHTML.indexOf("")<0&&document.getElementById('IDCommentTime'+commentObj.comments[objElem].commentid).innerHTML.indexOf("")<0)
document.getElementById('IDCommentTime'+commentObj.comments[objElem].commentid).className="";}
if(document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid)&&document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).className=="IDCommentThreadTime"){var id=commentObj.comments[objElem].commentid;if(commentObj.comments[id])
var time=Date.parse(commentObj.comments[id].lastActivity)-Math.floor(d.getTimezoneOffset()/60)*60*60000;else
continue;var diff=now-time;replaceHTML(document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid),'active #time# ago'.replace(/#time#/,IDTimeToStr(diff)),0);if(document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).innerHTML.indexOf("")<0&&document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).innerHTML.indexOf("")<0)
document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).className="";else
document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).className="IDCommentThreadTimeRead";}
if(document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid)&&document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).className=="IDCommentThreadTimeRead"){var id=commentObj.comments[objElem].commentid;if(commentObj.comments[id])
var time=Date.parse(commentObj.comments[id].lastActivity)-Math.floor(d.getTimezoneOffset()/60)*60*60000;else
continue;var diff=now-time;replaceHTML(document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid),'active #time# ago'.replace(/#time#/,IDTimeToStr(diff)),0);if(document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).innerHTML.indexOf("")<0&&document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).innerHTML.indexOf("")<0)
document.getElementById('IDCommentThreadTime'+commentObj.comments[objElem].commentid).className="";}}
if(commentObj)
commentObj.timestampUpdateTimeout=setTimeout("IDUpdateTimeStamps()",30000);else
setTimeout("IDUpdateTimeStamps()",30000);};function replaceHTML(obj,html,type){var parent=obj.parentNode;document.body.appendChild(obj);obj.innerHTML=html;if(type==0)
parent.appendChild(obj);else
parent.insertBefore(obj,parent.firstChild);};function IDTimeToStr(time){var weeksConv=60*60*24*7*1000;var daysConv=60*60*24*1000;var hoursConv=60*60*1000;var minutesConv=60*1000;var secondsConv=1000;var weeks=Math.floor(time/weeksConv);var days=Math.floor(time/daysConv);var hours=Math.floor(time/hoursConv);var minutes=Math.floor(time/minutesConv);var seconds=Math.floor(time/secondsConv);if(weeks>1)
return"#num# weeks".replace(/#num#/,weeks.toString());else if(weeks==1)
return"#num# week".replace(/#num#/,weeks.toString());else if(days>1)
return"#num# days".replace(/#num#/,days.toString());else if(days==1)
return"#num# day".replace(/#num#/,days.toString());else if(hours>1)
return"#num# hours".replace(/#num#/,hours.toString());else if(hours==1)
return"#num# hour".replace(/#num#/,hours.toString());else if(minutes>1)
return"#num# minutes".replace(/#num#/,minutes.toString());else if(minutes==1)
return"#num# minute".replace(/#num#/,minutes.toString());else
return"less than 1 minute";};var id_action_list=[];var id_filter_list=[];function id_add_action(action,func,priority){if(typeof(func)!="function")
return false;if(typeof(priority)!="number")
priority=10;if(!id_action_list[action])
id_action_list[action]=[];func.priority=priority;id_action_list[action][id_action_list[action].length]=func;id_action_list[action][id_action_list[action].length-1].bind=function(){};id_action_list[action].bind=function(){};id_action_list[action].sort(id_action_array_sort);return true;};function id_add_filter(filter,func,priority){if(typeof(func)!="function")
return false;if(typeof(priority)!="number")
priority=10;if(!id_filter_list[filter])
id_filter_list[filter]=[];func.priority=priority;id_filter_list[filter][id_filter_list[filter].length]=func;id_filter_list[filter][id_filter_list[filter].length-1].bind=function(){};id_filter_list[filter].bind=function(){};id_filter_list[filter].sort(id_action_array_sort);return true;};function id_fire_action(action,args){if(id_action_list[action]){for(var i=0;i<id_action_list[action].length;i++){if(typeof(id_action_list[action][i])=="function"&&id_action_list[action][i].toString().indexOf('return this[this.length - 1];')==-1&&id_action_list[action][i].toString().indexOf('function (value, index)')==-1)
id_action_list[action][i](args);}}};function id_apply_filter(filter,args){if(id_filter_list[filter]){for(var i=0;i<id_filter_list[filter].length;i++){if(typeof(id_filter_list[filter][i])=="function"&&id_filter_list[filter][i].toString().indexOf('return this[this.length - 1];')==-1&&id_filter_list[filter][i].toString().indexOf('function (value, index)')==-1)
if(typeof(args)=='object')
args['text']=id_filter_list[filter][i](args);else
args=id_filter_list[filter][i](args);}}
if(typeof(args)=='object')
return args['text'];else
return args;};function id_apply_comment_text_filter(){if(id_filter_list['comment_text_load']){for(objElem in commentObj.comments){if(!commentObj.comments[objElem].commentDiv)
continue;var text=$id('IDComment-CommentText'+objElem).innerHTML;var args=[];args['text']=text;args['commentid']=commentObj.comments[objElem].commentid;for(var i=0;i<id_filter_list['comment_text_load'].length;i++){if(typeof(id_filter_list['comment_text_load'][i])=="function"&&id_filter_list['comment_text_load'][i].toString().indexOf('return this[this.length - 1];')==-1&&id_filter_list['comment_text_load'][i].toString().indexOf('function (value, index)')==-1)
args['text']=id_filter_list['comment_text_load'][i](args);}
$id('IDComment-CommentText'+objElem).innerHTML=args['text'];}}};function id_clean_array(arr){var returnArray={};for(var val in arr){if(val=='peek')continue;if(val=='each')continue;returnArray[val]=arr[val];}
return returnArray;};function id_add_plugin_button(linkUrlNT,linkUrlR,imgURL,imgTitle,imgAlt,labelText){if(typeof labelText==='undefined')
labelText="";var li1=document.createElement('LI');li1.innerHTML='<a href="'+linkUrlNT+'"><img title="'+imgTitle+'" alt="'+imgAlt+'" src="'+imgURL+'" /><span>'+labelText+'</span></a>';$id('idc-plugin-buttons-new-thread').appendChild(li1);var li2=document.createElement('LI');li2.innerHTML='<a href="'+linkUrlR+'"><img title="'+imgTitle+'" alt="'+imgAlt+'" src="'+imgURL+'" /><span>'+labelText+'</span></a>';$id('idc-plugin-buttons-reply').appendChild(li2);};function id_action_array_sort(a,b){if(a.priority==b.priority)return 0;if(a.priority<b.priority)return-1;else return 1;};IDC.fbc.apikey = '4686bfcb9167eb6c28e5e78daca1f8fc';id_add_action( 'idcomments_init', IDC.fbc.load_js );id_add_action( 'idcomments_func_load', IDC.fbc.init_fbc );id_add_action( 'idcomments_func_load', IDC.exauth.check_for_values );	if(!idcomments_container_id)	{		var idcomments_container_id = 'idc-container-parent';	}			var idcContainerParentName = idcomments_container_id;			if(!document.getElementById(idcContainerParentName))	{			var idcCommentsDiv = document.createElement('div');		if(document.getElementById('idc-container'))		{			idcCommentsDiv.className = document.getElementById('idc-container').className;			document.getElementById('idc-container').id = idcContainerParentName;			idcCommentsDiv.id = "idc-container";		}	}	else	{		var idcCommentsDiv = document.getElementById ('idc-container');		document.body.appendChild(idcCommentsDiv);	}	if(idcCommentsDiv.className.indexOf('idc-inline')<0)		idcCommentsDiv.className="idc";	else		idcCommentsDiv.className="idc-inline idc";	if(document.getElementById('IDLoadingDivImage') && document.getElementById('IDLoadingDivImage').style.display=="block")	{		document.getElementById('IDLoadingDivImage').style.display="none";	}	var innerHTML = '<div id=\"IDCommentPopup\" style=\"display: none;\" class=\"idc-info\"> <div> <div id=\"IDCommentPopupInner\"> <a href=\"#\" class=\"idc-close\"><span>Close</span></a> <h6>Forgot password?</h6> <form> <label for=\"txtResolveEmail\">Please put in your email:</label> <input class=\"idc-text\" id=\"txtResolveEmail\" type=\"text\"> <a href=\"#\" class=\"idc-btn_s\"><span>Send me my password!</span></a> </form> <p class=\"idc-bottom\"><a href=\"#\">Close message</a></p> </div> <div class=\"idc-bottom\"></div> </div> </div><div id=\'IDCommentsHead\' class=\'idc-head\'> <span id=\"IDCommentsHeadDivider\" style=\"display:none\"></span> <div class=\"idc-right\"> <a href=\"javascript: showLogin();\" id=\"IDCommentsHeadLogin\" class=\"idc-head_tools-login\"><span>Login</span><span class=\"idc-r\"></span></a> <div class=\"idc-share\" onmouseover=\'showFollowThisDiscussion();\' onmouseout=\"hideFollowThisDiscussion();\"> <div class=\"idc-share_inner\" id=\"IDCommentsHeadFollowMenu\" onmouseover=\'showFollowThisDiscussion();\' onmouseout=\"hideFollowThisDiscussion();\"> <ul class=\"idc-share-tabs\" onmouseover=\'showFollowThisDiscussion();\' onmouseout=\"hideFollowThisDiscussion();\"> <li id=\"IDShareMenuPost\" class=\"idc-sel\"><a href=\"javascript: IDShowFollowPost();\"><span>This blog post</span></a></li> <li id=\"IDShareMenuBlog\"><a href=\"javascript: IDShowFollowBlog();\"><span>All blog posts</span></a></li> </ul> <div id=\"divIdcSharePost\" onmouseover=\'showFollowThisDiscussion();\' onmouseout=\"hideFollowThisDiscussion();\"> <p>Subscribe to this blog post\'s comments through...</p> <ul class=\"idc-share-list\"> <li><a href=\"http://www.netvibes.com/subscribe.php?type=rss&url=http://intensedebate.com/postRSS/26956327\"><img id=\'IDCommentsShowNetvibes\' width=\"91\" height=\"17\" border=\"0\" alt=\"Add to netvibes\" /></a></li> <li><a href=\"http://add.my.yahoo.com/rss?url=http://intensedebate.com/postRSS/26956327\"><img id=\'IDCommentsShowYahoo\' border=\"0\" alt=\"Add to My Yahoo!\" /></a></li> </ul> <ul class=\"idc-share-list\"> <li><a href=\"http://fusion.google.com/add?source=atgs&feedurl=http://intensedebate.com/postRSS/26956327\"><img id=\'IDCommentsShowGoogle\' border=\"0\" alt=\"Add to Google\" /></a></li> <li><a href=\"http://my.msn.com/addtomymsn.armx?id=rss&ut=http://intensedebate.com/postRSS/26956327\"><img id=\'IDCommentsShowMsn\' border=\"0\" style=\"width: 92px; height: 17px;\" alt=\"Add to Microsoft Live\" /></a></li> </ul> <p class=\"idc-b\"><a href=\"http://intensedebate.com/postRSS/26956327\"><img id=\'IDCommentsShowRss\' alt=\"RSS Icon\" /> RSS Feed</a></p> <div class=\"idc-subscribe-email\"> <p><strong>Subscribe via email</strong></p> <span id=\"IDCSubscribeSpan0\"><input type=\"text\" value=\"Email Address\" id=\"IDCSubscribeEmail0\" class=\"idc-text\" onfocus=\"this.style.color=\'#333\';this.value=\'\';\" onblur=\"if(this.value==\'\'){this.style.color=\'#ccc\';this.value=\'Email Address\';}\" /></span> <span id=\"IDCSubscribeSubmit0\"><a class=\"idc-btn_s\" href=\"javascript:IDCSubscribeByEmail(0);\"><span></span><span class=\"idc-r\">Subscribe</span></a> </span> </div> </div> <div id=\"divIdcShareBlog\" style=\"display:none\" onmouseover=\'showFollowThisDiscussion();\' onmouseout=\"hideFollowThisDiscussion();\"> <p>Subscribe to this blog\'s comments through...</p> <ul class=\"idc-share-list\"> <li><a href=\"http://www.netvibes.com/subscribe.php?type=rss&url=http://intensedebate.com/allBlogCommentsRSS/133288\"><img id=\"IDCommentsShowNetvibes2\" width=\"91\" height=\"17\" border=\"0\" alt=\"Add to netvibes\" /></a></li> <li><a href=\"http://add.my.yahoo.com/rss?url=http://intensedebate.com/allBlogCommentsRSS/133288\"><img border=\"0\" alt=\"Add to My Yahoo!\" id=\"IDCommentsShowYahoo2\" /></a></li> </ul> <ul class=\"idc-share-list\"> <li><a href=\"http://fusion.google.com/add?source=atgs&feedurl=http://intensedebate.com/allBlogCommentsRSS/133288\"><img id=\"IDCommentsShowGoogle2\" border=\"0\" alt=\"Add to Google\" /></a></li> <li><a href=\"http://my.msn.com/addtomymsn.armx?id=rss&ut=http://intensedebate.com/allBlogCommentsRSS/133288\"><img border=\"0\" id=\"IDCommentsShowMsn2\" style=\"width: 92px; height: 17px;\" alt=\"Add to Microsoft Live\" /></a></li> </ul> <p class=\"idc-b\"><a href=\"http://intensedebate.com/allBlogCommentsRSS/133288\"><img alt=\"RSS Icon\" id=\"IDCommentsShowRss2\" /> RSS Feed</a></p> <div class=\"idc-subscribe-email\"> <p><strong>Subscribe via email</strong></p> <span id=\"IDCSubscribeSpan1\"><input type=\"text\" value=\"Email Address\" id=\"IDCSubscribeEmail1\" class=\"idc-text\" onfocus=\"this.style.color=\'#333\';this.value=\'\';\" onblur=\"if(this.value==\'\'){this.style.color=\'#ccc\';this.value=\'Email Address\';}\" /></span> <span id=\"IDCSubscribeSubmit1\"><a class=\"idc-btn_s\" href=\"javascript:IDCSubscribeByEmail(1);\"><span></span><span class=\"idc-r\">Subscribe</span></a> </span> </div> </div> </div> <a href=\"http://intensedebate.com/postRSS/26956327\" class=\"idc-head_tools-share\" title=\"http://intensedebate.com/postRSS/26956327\" onmouseover=\'showFollowThisDiscussion();\' onmouseout=\"hideFollowThisDiscussion();\">Follow the discussion</a> </div> </div><h3><span id=\'idc-commentcount_label\'>Comments</span></h3><input type=\'hidden\' id=\'userid\' value=\'\' /> <div class=\"idc-head_action idc-loggingin\"> <span><img style=\'padding-right: 5px\' src=\'http://s.intensedebate.com/images/ajax-loader.gif\' alt=\'Loading...\' /> Logging you in...</span> </div> <div class=\"idc-head_action idc-login\" id=\"IDLoginPopup\"> <form id=\"IDfrmHeaderLogin\" method=\"post\" action=\"http://intensedebate.com/login\"> <a href=\"javascript: hideLoginSignup();\" class=\"idc-close\"><span>Close</span></a> <p><strong>Login to IntenseDebate</strong></p> <p>Or <a href=\"http://intensedebate.com/signup\" class=\"snap_noshots\" target=\"_blank\">create an account</a></p> <div class=\"idc-columns\"> <div class=\"idc-divide\"> <label for=\"IDtxtLoginEmail\">Username or Email:</label> </div> <div class=\"idc-divide\"> <label for=\"IDtxtLoginPass\">Password:</label> </div> <span class=\"idc-clear\"></span> </div> <div class=\"idc-divide\"> <input id=\"IDtxtLoginEmail\" name=\"txtLoginEmail\" value=\"\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" type=\"text\"> </div> <div class=\"idc-divide\"> <input id=\"IDtxtLoginPass\" name=\"txtLoginPass\" class=\"idc-text idc-password\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" type=\"password\"> <p class=\"idc-fade\"><a href=\"javascript: showForgotPassword();\" class=\"snap_noshots\">Forgot login?</a></p> </div> <div class=\"idc-head_b\"> <div class=\"idc-tools\"> <a class=\"idc-btn_l-secondary\" href=\"javascript: hideLoginSignup();\"><span></span><span class=\"idc-r\">Cancel</span></a> <a href=\"javascript: logUserIn();\" class=\"idc-btn_l\"><span></span><span class=\"idc-r\"><strong>Login</strong></span></a> </div> </div> </form> </div> <div class=\"idc-head_action idc-wp-login\" id=\"IDWPLoginPopup\"> <form id=\"IDfrmHeaderWPLogin\" method=\"post\" action=\"http://intensedebate.com/wp-login.php\"> <a href=\"javascript: hideLoginSignup();\" class=\"idc-close\"><span>Close</span></a> <span> <img src=\"http://s.intensedebate.com/images/wordpress-logo.png\" style=\"margin-bottom: -10px;\" /> <span style=\"font-size: 25px; padding-left: 5px; font-family: verdana,serif;\">WordPress.com</span> </span> <div class=\"idc-columns\" style=\"padding-top: 20px;\"> <div class=\"idc-divide\"> <label for=\"IDtxtWPLoginEmail\">Username or Email:</label> </div> <div class=\"idc-divide\"> <label for=\"IDtxtWPLoginPass\">Password:</label> </div> <span class=\"idc-clear\"></span> </div> <div class=\"idc-divide\"> <input id=\"IDtxtWPLoginEmail\" name=\"txtLoginEmail\" value=\"\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" type=\"text\"> </div> <div class=\"idc-divide\"> <input id=\"IDtxtWPLoginPass\" name=\"txtLoginPass\" class=\"idc-text idc-password\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" type=\"password\"> <p class=\"idc-fade\"><a href=\"http://wordpress.com/wp-login.php?action=lostpassword\" target=\"_new\" class=\"snap_noshots\">Lost your password?</a></p> </div> <div class=\"idc-head_b\"> <div class=\"idc-tools\"> <input type=\"hidden\" name=\"IDtxtWPIDSiteID\" value=\"133288\" /> <a class=\"idc-btn_l-secondary\" href=\"javascript: hideLoginSignup();\"><span></span><span class=\"idc-r\">Cancel</span></a> <a href=\"javascript: IDC.$(\'IDfrmHeaderWPLogin\').submit()\" class=\"idc-btn_l\"><span></span><span class=\"idc-r\"><strong>Login</strong></span></a> </div> </div> </form> </div> <div class=\"idc-head_action idc-user\"> <div class=\"idc-right\"> <a class=\"snap_noshots\" href=\"http://intensedebate.com/userDash\">Dashboard</a> <span class=\"idc-divider\"><span>|</span></span> <a class=\"snap_noshots\" href=\"http://intensedebate.com/editprofile\">Edit profile</a> <span class=\"idc-divider\"><span>|</span></span> <a class=\"snap_noshots\" href=\"http://intensedebate.com/logout?_id_nonce=\" id=\"idc-logout-link\">Logout</a> </div> <div> <a id=\"IDCommentUserBarLink1\" href=\"http://intensedebate.com/people/0\" class=\"idc-a snap_noshots\"></a> </div> <ul class=\"idc-user_i\"> <li>Logged in as <a id=\"IDCommentUserBarLink2\" class=\"snap_noshots\" href=\"http://intensedebate.com/people/0\"></a></li> </ul> <div class=\"idc-user_admin\" id=\"idc-user_admin\" style=\"display:none;\"> <p><a href=\"javascript:showHideOpts();\" id=\"IDAdminOptsLink\" class=\"idc-collapselink_closed snap_noshots\">Admin Options</a></p> <div id=\"showHideAdminOpts\" style=\"display:none;\"> <p> <input type=\"hidden\" id=\"IDUserAdminVal\" value=\"1\"> <span onclick=\"javascript: changeDisabledLink();\"><label for=\"chkDisableIDC\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"chkDisableIDC\" /> Disable comments for this page</label></span> <p><a id=\"adminOptions\" class=\"idc-btn_s snap_noshots\"><span></span><span class=\"idc-r\" id=\"IDCSavedSettings\">Save Settings</span></a></p> </p> </div> </div> </div><span class=\"idc-clear\"></span><div class=\"idc-message\" id=\"commentMessage\" style=\"display:none;\"></div></div><div id=\"idc-cover\" class=\"idc-comments\">	<div class=\"idc-message\" id=\"IDCommentsNoCommentsDiv\"> There are no comments posted yet. <a href=\"javascript: document.getElementById(\'IDCommentNewThreadText\').focus()\">Be the first one!</a> </div></div>	<div id=\"IDCommentsNewThreadCover\" class=\"idc-new\"> <a name=\'respond\'></a> <h3>Post a new comment</h3> <div class=\"idc-thread\" id=\"IDCThread\"> <div style=\"width: 100%;\" id=\"IDCommentsNewThread\" class=\"idc-c idc-reply idc-anonymous idc-signup\"> <div class=\"idc-c-h\" id=\"IDCommentsNewThreadHeader\" style=\"display: none;\"> <div class=\"idc-right\" id=\"IDCommentsNewThreadHeaderRight\"> <div class=\"idc-expand\"></div> </div> </div> <ul class=\"idc-c-plugins\" id=\"idc-plugin-buttons-new-thread\"></ul> <div class=\"idc-c-t\"> <form id=\"IDCommentNewThreadForm1\"> <div class=\"idc-c-t-inner\"> <textarea class=\"idc-text\" style=\"color:#CCC\" id=\"IDCommentNewThreadText\" onfocus=\"txtOnFocus(this, \'Enter text right here!\');\" onblur=\"txtOnBlur(this, \'Enter text right here!\');\">Enter text right here!</textarea> <span class=\"idc-clear\" /> </div> </form> </div> <div class=\"idc-postnav\" id=\"IDCPostNav\"> <p id=\"IDCNavGuest2\" style=\"display: inline;\" class=\"idc-postnav-label\"><span>Comment as a Guest, or login:</span></p> <ul class=\"idc-postnav-list\" id=\"IDCNavList\"> <li class=\"idc-first\"><a href=\"javascript: showLogin();\" class=\"idc-loginbtn_intensedebate\">Login to IntenseDebate</a></li> <li class=\"idc-first\"><a href=\"javascript: showWPLogin();\" class=\"idc-loginbtn_wordpress\">Login to WordPress.com</a></li> <li><a href=\"javascript: IDC.twitter.load_popup();\" class=\"idc-loginbtn_twitter\">Login to Twitter</a></li> <li><fb:login-button show-faces=\"false\" width=\"90\" max-rows=\"1\" scope=\"publish_stream\"><span>facebook</span></fb:login-button></li> </ul> <a href=\"javascript: IDCNavReply(\'IDCNavGuest\'); showSignupNewThread(); id_fbStopPoll(); id_show_nav();\" id=\"IDCNavGuest\" style=\"display:none;margin:2px 0;line-height:21px;\">Go back</a> </div> <div class=\"idc-c-m idc-facebook_login\" id=\"id_fbc_wrapper_div\"> <a href=\"javascript:\"></a> <p style=\"margin: 0 0 10px 0;\"><a class=\"snap_noshots\" href=\"javascript: showSignupNewThread(); id_fbStopPoll(); id_show_nav();\">Go back</a></p> <iframe frameborder=0 height=380 scrolling=\"no\" width=100% id=\'fbIframeNT\'></iframe> </div> <div class=\"idc-c-m idc-facebook_loggedin\"> <div class=\"idc-userbar\"> <p class=\"idc-right\"><label for=\"IDNewThreadFBShare-fb\" style=\"display:inline; line-height:28px;\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"IDNewThreadFBShare-fb\" class=\"idc-chk\" /> Share on Facebook</label></p> <a class=\"idc-a_nomenu\"><img id=\"id_fbAvatar_NewThread\" src=\"\" class=\"idc-avatar\" width=\"26\" height=\"26\" /><img id=\"id_fbAvatar_NewThread-fav\" src=\"http://s.intensedebate.com/images/icon-facebook-small.png\" style=\"margin: 13px 0 -1px -5px; width: 16px; height: 16px;\" width=\"16\" height=\"16\" alt=\"Facebook\" /></a> <p class=\"idc-userbar-i\"> Connected as <a href=\"#\" id=\"id_fbName_NewThread\" class=\"snap_noshots\"></a> (<a href=\"javascript:void(null)\" class=\"snap_noshots\" onclick=\"IDC.fbc.logout()\">Logout</a>) </p> </div> <div class=\"idc-column-wide\"> <label for=\"txtEmailNewThreadFB\">Email (optional)</label> <input type=\"text\" id=\"txtEmailNewThreadFB\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> </p> <p class=\"idc-form-info\">Not displayed publicly.</p> </div> </div> <div class=\"idc-c-m idc-twitter_loggedin\"> <div class=\"idc-userbar\"> <p class=\"idc-right\"><label for=\"IDNewThreadTweetThis-tw\" style=\"display:inline; line-height:28px;\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"IDNewThreadTweetThis-tw\" /> Tweet this comment</label></p> <a class=\"idc-a_nomenu\"><img id=\"id_twAvatar_NewThread\" src=\"\" class=\"idc-avatar\" width=\"26\" height=\"26\" /><img id=\"id_twAvatar_NewThread-fav\" src=\"http://s.intensedebate.com/images/twitter-favicon.ico\" style=\"margin: 13px 0 -1px -5px; width: 16px; height: 16px;\" width=\"16\" height=\"16\" alt=\"Twitter\" /></a> <p class=\"idc-userbar-i\"> Connected as <a href=\"#\" id=\"id_twName_NewThread\" class=\"snap_noshots\"></a> (<a href=\"http://intensedebate.com/twitter-logout.php\" class=\"snap_noshots\">Logout</a>) </p> </div> <div class=\"idc-column-wide\"> <label for=\"txtEmailNewThreadTW\">Email (optional)</label> <input type=\"text\" id=\"txtEmailNewThreadTW\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> </p> <p class=\"idc-form-info\">Not displayed publicly.</p> </div> </div> <div class=\"idc-c-m idc-signup\"> <form id=\"IDCommentNewThreadForm2\"> <div style=\"width: 100%;\"> <div class=\"idc-columns\"> <div class=\"idc-column\" id=\"IDCColumnNameLabel\"> <label for=\"txtNameNewThread\">Name</label> </div> <div class=\"idc-column\" id=\"IDCColumnEmailLabel\"> <label for=\"txtEmailNewThread\">Email</label> </div> <div class=\"idc-column\" id=\"IDCColumnURLLabel\"> <label for=\"txtURLNewThread\">Website (optional)</label> </div> <span class=\"idc-clear\"></span> </div> <div class=\"idc-column\" id=\"IDCColumnName\"> <input type=\"text\" id=\"txtNameNewThread\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> <p class=\"idc-form-info\">Displayed next to your comments.</p> </div> <div class=\"idc-column\" id=\"IDCColumnEmailReply\"> <input type=\"text\" id=\"txtEmailNewThread\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> <p class=\"idc-form-info\">Not displayed publicly.</p> </div> <div class=\"idc-column\" id=\"IDCColumnURL\"> <input type=\"text\" class=\"idc-text\" id=\"txtURLNewThread\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\"/> <p class=\"idc-form-info\">If you have a website, link to it here.</p> </div> </div> </form> </div> <p id=\"IDCommentsNewThreadListItem1\" style=\"display:none;\">Posting anonymously.</p> <p id=\"IDNewThreadTweetThisWrapper\" style=\"display:none\"><label for=\"IDNewThreadTweetThis\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"IDNewThreadTweetThis\" /> Tweet this comment</label></p> <div class=\"idc-c-b\"> <div class=\"idc-right\" id=\"IDNewThreadSubmitLI\"> <a class=\"idc-btn_l\" href=\"javascript: postComment(0);\"><span></span><span class=\"idc-r\"><strong>Submit Comment</strong></span></a> </div> <div class=\"idc-new_subscribe\" id=\"IDSubscribeToThisWrapper\"> <!--<input type=\"checkbox\" id=\"IDSubscribeToThis\" class=\"idc-chk\" />--> <label for=\"IDSubscribeToThis\" class=\"idc-nofloat\"> Subscribe to <select id=\"IDSubscribeToThis\" name=\"IDSubscribeToThis\"> <option value = \"-1\" id=\"IDSubscribeToThis-def\">None</option> <option value = \"1\" id=\"IDSubscribeToThis-replies\">Replies</option> <option value = \"0\">All new comments</option> </select> </label> </div> <div class=\"idc-customtext\"> <span id=\"customText\"></span> </div> <span class=\"idc-clear\"></span> </div> </div> </div> </div> <div class=\"idc-foot\"> <p class=\'idc-id\'><span>Comments by </span><a href=\'http://intensedebate.com/\' class=\'idc-idlogo\' target=\'_blank\'>IntenseDebate</a></p> <span class=\"idc-clear\"></span> </div>'; idcCommentsDiv = IDReplaceHtml(idcCommentsDiv, innerHTML); document.getElementById(idcContainerParentName).appendChild(idcCommentsDiv); document.getElementById(idcContainerParentName).className = ''; var IDhiddenSpan=document.createElement('SPAN'); IDhiddenSpan.id='idc-clear'; document.getElementById(idcContainerParentName).appendChild(IDhiddenSpan);
	var commentObj = IDComments(26956327, 133288, 'f2a0e39eefd29031dbfc337376a93230', '', 'http://', 0, 'token', '');
	addReplyDiv();
	function addReplyDiv()
	{
		var replyDiv = $newEl("div");
		replyDiv.style.display="none";
		replyDiv.className="idc-c idc-reply idc-anonymous idc-signup";
		replyDiv.id="IDCommentReplyDiv";
		replyDiv.innerHTML='<p class=\"idc-header\" id=\"IDCommentReplyName\"></p> <ul class=\"idc-c-plugins\" id=\"idc-plugin-buttons-reply\"></ul> <div class=\"idc-c-t\"> <div class=\"idc-c-t-inner\"> <form id=\"IDCommentReplyForm1\"> <textarea id=\"txtComment\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'Enter text right here!\');\" onblur=\"txtOnBlur(this, \'Enter text right here!\');\">Enter text right here!</textarea> </form> <span class=\"idc-clear\" /> </div> </div> <div class=\"idc-postnav\" id=\"IDCPostNavReply\"> <p id=\"IDCNavGuestReply2\" style=\"display: inline;\" class=\"idc-postnav-label\"><span>Reply as a Guest, or login:</span></p> <ul class=\"idc-postnav-list\" id=\"IDCNavListReply\"> <li class=\"idc-first\"><a href=\"javascript: showLogin();\" class=\"idc-loginbtn_intensedebate\">Login to IntenseDebate</a></li> <li class=\"idc-first\"><a href=\"javascript: showWPLogin();\" class=\"idc-loginbtn_wordpress\">Login to WordPress.com</a></li> <li><a href=\"javascript: IDC.twitter.load_popup();\" class=\"idc-loginbtn_twitter\">Login to Twitter</a></li> <li><fb:login-button show-faces=\"false\" width=\"90\" max-rows=\"1\" scope=\"publish_stream\"><span>facebook</span></fb:login-button></li> </ul> <a href=\"javascript: IDCNavReply(\'IDCNavGuestReply\'); showSignupReply(); id_fbStopPoll(); id_show_nav();\" id=\"IDCNavGuestReply\" style=\"display:none;margin:2px 0;line-height:21px;\">Go back</a> </div> <div class=\"idc-c-m idc-facebook_login\"> <p style=\"margin: 0 0 10px 0;\"><a href=\"javascript: showSignupReply(); id_fbStopPoll(); id_show_nav();\">Go back</a></p> <iframe frameborder=0 height=380 scrolling=\"no\" width=100% id=\'fbIframeR\'></iframe> </div> <div class=\"idc-c-m idc-facebook_loggedin\"> <div class=\"idc-userbar\"> <p class=\"idc-right\"><label for=\"IDReplyFBShare-fb\" style=\"display:inline; line-height: 28px;\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"IDReplyFBShare-fb\" class=\"idc-chk\" /> Share on Facebook</label></p> <a class=\"idc-a_nomenu\"><img id=\"id_fbAvatar_Reply\" src=\"\" class=\"idc-avatar\" width=\"26\" height=\"26\" /><img id=\"id_fbAvatar_Reply-fav\" src=\"http://s.intensedebate.com/images/icon-facebook-small.png\" style=\"margin: 13px 0 -1px -5px; width: 16px; height: 16px;\" width=\"16\" height=\"16\" alt=\"Facebook\" /></a> <p class=\"idc-userbar-i\">Connected as <a href=\"#\" id=\"id_fbName_Reply\" class=\"snap_noshots\"></a> (<a href=\"javascript: void(null)\" class=\"snap_noshots\" onclick=\"IDC.fbc.logout()\">Logout</a>)</p> </div> <div class=\"idc-column-wide\"> <label for=\"txtEmailReplyFB\">Email (optional)</label> <input type=\"text\" id=\"txtEmailReplyFB\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> <p class=\"idc-form-info\">Not displayed publicly.</p> </div> </div> <div class=\"idc-c-m idc-twitter_loggedin\"> <div class=\"idc-userbar\"> <p class=\"idc-right\"><label for=\"IDReplyTweetThis-tw\" style=\"display:inline; line-height: 28px;\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"IDReplyTweetThis-tw\" /> Tweet this comment</label></p> <a class=\"idc-a_nomenu\"><img id=\"id_twAvatar_Reply\" src=\"\" class=\"idc-avatar\" width=\"26\" height=\"26\" /><img id=\"id_twAvatar_Reply-fav\" src=\"http://s.intensedebate.com/images/twitter-favicon.ico\" style=\"margin: 13px 0 -1px -5px; width: 16px; height: 16px;\" width=\"16\" height=\"16\" alt=\"Twitter\" /></a> <p class=\"idc-userbar-i\">Connected as <a href=\"#\" class=\"snap_noshots\" id=\"id_twName_Reply\"></a> (<a href=\"http://intensedebate.com/twitter-logout.php\" class=\"snap_noshots\">Logout</a>)</p> </div> <div class=\"idc-column-wide\"> <label for=\"txtEmailReplyTW\">Email (optional)</label> <input type=\"text\" id=\"txtEmailReplyTW\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> <p class=\"idc-form-info\">Not displayed publicly.</p> </div> </div> <div class=\"idc-c-m idc-signup\" id=\"IDCommentReplyOuterDiv\"> <form id=\"IDCommentReplyForm2\"> <div style=\"width: 100%;\" id=\"IDCommentReplyInnerDiv\"> <div class=\"idc-columns\"> <div class=\"idc-column\" id=\"IDCColumnNameReplyLabel\"> <label for=\"txtNameReply\">Name</label> </div> <div class=\"idc-column\" id=\"IDCColumnEmailReplyLabel\"> <label for=\"txtEmailReply\">Email</label> </div> <div class=\"idc-column\" id=\"IDCColumnURLReplyLabel\"> <label for=\"txtURLReply\">Website (optional)</label> </div> <span class=\"idc-clear\"></span> </div> <div class=\"idc-column\" id=\"IDCColumnNameReply\"> <input type=\"text\" id=\"txtNameReply\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\"/> <p class=\"idc-form-info\">Displayed next to your comments.</p> </div> <div class=\"idc-column\" id=\"IDCColumnEmailReply\"> <input type=\"text\" id=\"txtEmailReply\" class=\"idc-text\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\" /> <p class=\"idc-form-info\">Not displayed publicly.</p> </div> <div class=\"idc-column\" id=\"IDCColumnURLReply\"> <input type=\"text\" class=\"idc-text\" id=\"txtURLReply\" onfocus=\"txtOnFocus(this, \'\');\" onblur=\"txtOnBlur(this, \'\');\"/> <p class=\"idc-form-info\">If you have a website, link to it here.</p> </div> </div> </form> </div> <p id=\"IDCommentReplyListItem1\" style=\"display:none;\">Posting anonymously.</p> <p id=\"IDReplyTweetThisWrapper\" style=\"display:none\"><label for=\"IDReplyTweetThis\" class=\"idc-nofloat\"><input type=\"checkbox\" id=\"IDReplyTweetThis\" /> Tweet this comment</label></p> <div class=\"idc-c-b\"> <div class=\"idc-right\" id=\"IDReplyDivSubmitLI\"> <a href=\"javascript: hideReply();\" class=\"idc-btn_l-secondary\"><span></span><span class=\"idc-r\">Cancel</span></a> <a id=\"IDReplyDivSubmitLIButton\" class=\"idc-btn_l\" href=\"javascript: postComment(1);\"><span></span><span class=\"idc-r\"><strong>Submit Comment</strong></span></a> </div> <div class=\"idc-new_subscribe\" id=\"IDSubscribeToThisWrapperReply\"> <!--<input type=\"checkbox\" id=\"IDSubscribeToThisReply\" class=\"idc-chk\" />--> <label for=\"IDSubscribeToThisReply\" class=\"idc-nofloat\"> Subscribe to <select id=\"IDSubscribeToThisReply\" name=\"IDSubscribeToThisReply\"> <option value = \"-1\" id=\"IDSubscribeToThisReply-def\">None</option> <option value = \"1\" id=\"IDSubscribeToThisReply-replies\">Replies</option> <option value = \"0\">All new comments</option> </select> </label> </div> <span class=\"idc-clear\"></span> </div></div>'; var idcDummyComment = document.createElement('DIV'); idcDummyComment.id='idc-dummy-comment'; commentObj.replyDiv=replyDiv; commentObj.userImgDir='smallimages'; $id('idc-container').appendChild(replyDiv); IDCommentInit();};commentObj.sortType = "date";id_apply_comment_text_filter(); IDUpdateTimeStamps();/*FROM CACHE*/	commentObj.token='INLRNN74RqaWueqf5YFEavh5TQE0dNUX';
	var thisdate = new Date();	
	
	var newIFrame = document.createElement('iframe');
	newIFrame.src ="http://intensedebate.com/empty.php";		
	newIFrame.style.display = "none";
	document.getElementById('idc-container').appendChild(newIFrame);
			
	var newImage = document.createElement('img');
	newImage.src ="http://intensedebate.com/remoteCheckin.php?token="+commentObj.token+"&blogpostid="+blogpostid+"&time="+thisdate.getTime();
	newImage.style.display = "none";
	newImage.onload = loadFuncs;
	document.getElementById('idc-container').appendChild(newImage);