var IDCCSS = $newEl('link'); IDCCSS.rel = 'stylesheet'; IDCCSS.href = 'https://www.intensedebate.com/themes/chameleon/css/idcCSS.php?acctid=351817&browser=safari'; IDCCSS.type = 'text/css'; $tagName("head")[0].appendChild(IDCCSS); function xsAjax(defaultURL,defaultTimeout) {if(null!=defaultURL) this.defaultURL=defaultURL;else this.defaultURL="https://www.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;i0){return}if(!IDC.twitter.authenticated&&IDC.twitter.api_response){return}if(!IDC.$("id_twName_Reply")||!IDC.$("id_twName_NewThread")){return}IDC.twitter.link_url="https://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("https://www.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+=' ';n+='';n+=" Logged in as ";if(IDC.exauth.user_url){n+=''}n+=IDC.exauth.user_name;if(IDC.exauth.user_url){n+=""}if(IDC$EXAUTH.logout_url){n+=' (Logout)'}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="Log in, 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="https://www.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,'
')+' ');$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,'
')+' ');$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"),'Loading comments...');if(!commentid) commentid=0;setTimeout("IDloadGetInnerComments("+page+","+parseInt(commentid)+","+gotocomments+")",0);} function IDloadGetInnerComments(page,commentid,gotocomments){var newScriptTag=document.createElement("script");newScriptTag.type="text/javascript";newScriptTag.src="https://www.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="https://www.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(posStart0) 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'+imgAlt+''+labelText+'';$id('idc-plugin-buttons-new-thread').appendChild(li1);var li2=document.createElement('LI');li2.innerHTML=''+imgAlt+''+labelText+'';$id('idc-plugin-buttons-reply').appendChild(li2);};function id_action_array_sort(a,b){if(a.priority==b.priority)return 0;if(a.priority
Login
Follow the discussion

Comments (19)

\'Loading...\' Logging you in...
Close

Login to IntenseDebate

Or create an account

Close WordPress.com
  • Logged in as

Admin Options

Save Settings

Loading comments...
Login or signup now to comment.
You are about to flag this comment as being in breach of the ConservativeHome comments policy - https://www.conservativehome.com/comments-policy Please explain which element of the policy you believe the comment to have breached. Please note that mere dislike of a commenter\'s position is insufficient to qualify.
If short sentences are not working, how about trying longer sentences?
Reply
1 reply · June 06, 2018 11:41:40
How about freeing up prison spaces and having longer prison sentences
you could also make it less cosy inside.

That hookhanded terrorist preacher we eventually deported not so long ago
who is now imprisoned in the US has asked the human rights courts if
he can be sent back to a UK prison as they are nicer and let him keep
his hook hands of which were removed as soon as he was imprisoned in
the US.

Might I suggest we deport all immigrant criminals of his calibre and similar-
their human rights are not our concern and we as tax payers shouldn't have to
pay for their incarceration.
Reply
I should imagine there are those who even reoffend to basically get back inside
because life in prison is better for them then life outside for some.
Reply
10 replies · June 07, 2018 06:59:06
" An investment of approximately £50 million a year over five years would enable up to 10,000 of the most prolific drug-addicted offenders to participate in the Second Chance Programme ". Doing the math, this is an expenditure of £5000 per offender. Seriously? This covers a stay in secure accommodation to detox and then in a residential therapeutic community. For how long? Do these facilities exist or would they need to be built and staffed? For £5000 per offender. This proposal needs a lot more detail to make any sense, if it ever does.
Reply
0 replies · June 06, 2018 11:44:25
It seems sensible to try a pilot scheme in one area of the country. Ensure it is well staffed, rather than setting it up to fail. Then if it works, you have a basis to roll it out, with some staff with experience to help do so. If it fails, then the cost will have been modest, and we will be looking for other solutions. Indeed, if others wish to propose solutions, why not let them be tried in different areas of the country, to see which are effective? Long sentences in London, supervised drug therapy in Leeds.
Reply
0 replies · June 06, 2018 12:39:03
We've just had a dumb oaf on the Daily Politics saying the causes of crime are gangs - demonstrating he's unable to grasp the meaning of simple English words or knows what a synonym is. The causes of crime have been known for decades: they start in childhood where vulnerable children are reared by inadequate, stupid, feckless or unlucky parents. The infamous Coalition of callous fools cut the funding for the Sure Start nurseries that were making progress with this very issue - caring for children and educating parents. Not something private nurseries have the will, the expertise, the sense of responsibility or the intelligence to do. The ultimate causes of our present anarchy on the streets are narcissistic ministers travelling about in armoured limos- selfishness - a simple word that even an MP can understand.
Reply
0 replies · June 06, 2018 15:11:31

Post a new comment

    Comment as a Guest, or login:

    Go back

    Displayed next to your comments.

    Not displayed publicly.

    If you have a website, link to it here.

    Posting anonymously.

    Comments by IntenseDebate

    '; 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(515882574, 351817, '1dd700196a9ffe8e3ae819d3ff09d0ed', '', '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='

      Displayed next to your comments.

      Not displayed publicly.

      If you have a website, link to it here.

      Posting anonymously.

      '; var idcDummyComment = document.createElement('DIV'); idcDummyComment.id='idc-dummy-comment'; commentObj.replyDiv=replyDiv; commentObj.userImgDir='smallimages'; $id('idc-container').appendChild(replyDiv); IDCommentInit();};commentObj.comments[1062624993]=new IDComment(6769638,1062624993,'June 06, 2018 11:21:21',0,0,1,1,'June 06, 2018 11:41:40',0,$id('IDComment1062624993'), 'radicalcrow' );commentObj.comments[1062624999]=new IDComment(21013057,1062624999,'June 06, 2018 11:21:36',0,0,1,10,'June 07, 2018 06:59:06',0,$id('IDComment1062624999'), 'Kitty Bond' );commentObj.comments[1062625528]=new IDComment(21013057,1062625528,'June 06, 2018 11:41:40',0,1,1,0,'June 06, 2018 11:41:40',1062624993,$id('IDComment1062625528'), 'Kitty Bond' );commentObj.comments[1062625580]=new IDComment(6769638,1062625580,'June 06, 2018 11:44:25',0,0,1,0,'June 06, 2018 11:44:25',0,$id('IDComment1062625580'), 'radicalcrow' );commentObj.comments[1062626890]=new IDComment(7909267,1062626890,'June 06, 2018 12:37:28',0,1,1,0,'June 06, 2018 12:37:28',1062625465,$id('IDComment1062626890'), 'David_Cooper' );commentObj.comments[1062626914]=new IDComment(19908418,1062626914,'June 06, 2018 12:38:29',0,2,1,9,'June 06, 2018 12:38:29',1062624999,$id('IDComment1062626914'), 'IanQ2' );commentObj.comments[1062626923]=new IDComment(5355540,1062626923,'June 06, 2018 12:39:03',0,0,1,0,'June 06, 2018 12:39:03',0,$id('IDComment1062626923'), 'itdoesntaddup' );commentObj.comments[1062627157]=new IDComment(21013057,1062627157,'June 06, 2018 12:49:29',0,3,1,8,'June 06, 2018 12:49:29',1062624999,$id('IDComment1062627157'), 'Kitty Bond' );commentObj.comments[1062630243]=new IDComment(19890688,1062630243,'June 06, 2018 15:11:31',0,0,1,0,'June 06, 2018 15:11:31',0,$id('IDComment1062630243'), 'Dorothea43' );commentObj.comments[1062634454]=new IDComment(19908418,1062634454,'June 06, 2018 18:12:37',0,4,1,7,'June 06, 2018 18:12:37',1062624999,$id('IDComment1062634454'), 'IanQ2' );commentObj.comments[1062634761]=new IDComment(21013057,1062634761,'June 06, 2018 18:28:03',0,5,1,6,'June 06, 2018 18:28:03',1062624999,$id('IDComment1062634761'), 'Kitty Bond' );commentObj.comments[1062634796]=new IDComment(19908418,1062634796,'June 06, 2018 18:29:24',0,6,1,5,'June 06, 2018 18:29:24',1062624999,$id('IDComment1062634796'), 'IanQ2' );commentObj.comments[1062635115]=new IDComment(21013057,1062635115,'June 06, 2018 18:43:41',0,7,1,4,'June 06, 2018 18:43:41',1062624999,$id('IDComment1062635115'), 'Kitty Bond' );commentObj.comments[1062636356]=new IDComment(19908418,1062636356,'June 06, 2018 19:38:04',0,8,1,3,'June 06, 2018 19:38:04',1062624999,$id('IDComment1062636356'), 'IanQ2' );commentObj.comments[1062637019]=new IDComment(21013057,1062637019,'June 06, 2018 20:09:41',0,9,1,2,'June 06, 2018 20:09:41',1062624999,$id('IDComment1062637019'), 'Kitty Bond' );commentObj.comments[1062649517]=new IDComment(19908418,1062649517,'June 07, 2018 06:08:36',0,10,1,1,'June 07, 2018 06:08:36',1062624999,$id('IDComment1062649517'), 'IanQ2' );commentObj.comments[1062650655]=new IDComment(21013057,1062650655,'June 07, 2018 06:59:06',0,11,1,0,'June 07, 2018 06:59:06',1062624999,$id('IDComment1062650655'), 'Kitty Bond' );commentObj.comments[1062659434]=new IDComment(12585179,1062659434,'June 07, 2018 13:00:18',0,1,1,0,'June 07, 2018 13:00:18',1062626417,$id('IDComment1062659434'), 'satakkies' );commentObj.sortType = "date";id_apply_comment_text_filter(); IDUpdateTimeStamps(); commentObj.token='9Pi5Ujx08Qsd8xURJuiB4XxxdLOE34v8'; var thisdate = new Date(); var newIFrame = document.createElement('iframe'); newIFrame.src ="https://www.intensedebate.com/empty.php"; newIFrame.style.display = "none"; document.getElementById('idc-container').appendChild(newIFrame); var newImage = document.createElement('img'); newImage.src ="https://www.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);if ( document.getElementById('idc-loading-comments') ) document.getElementById('idc-loading-comments').style.display='none'; if ( document.getElementById('idc-noscript') ) document.getElementById('idc-noscript').style.display='none';