var theDiv = document.createElement("div"); theDiv.id = "idc-container"; if(document.getElementById('IDCommentInfoPostTitle')) { document.getElementById('IDCommentInfoPostTitle').parentNode.insertBefore(theDiv, document.getElementById('IDCommentInfoPostTitle')); } else { var theScripts = document.getElementsByTagName("SCRIPT"); for(var i=0; ithis.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='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 argList=new Array();argList['username']=IDC.twitter.api_response.screen_name;argList['url']=IDC.twitter.link_url;id_fire_action('tw_login',argList)}};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(response){IDC.fbc.login(response)})},"logout":function(){FB.logout();if(commentObj){commentObj.fbConnect=false;commentObj.postUsingFBC=false;commentObj.fbName='';commentObj.fbUrl='';commentObj.fbPic=''}showSignupNewThread();showSignupReply()},"login":function(result){if(commentObj.curUser.userid>0||true==commentObj.postUsingExauth||!result||!result.authResponse.userID){return}IDC.fbc.session_key=result.authResponse.signedRequest;IDC.fbc.userid=result.authResponse.userID;FB.api('/me',IDC.fbc.handle_login)},"handle_login":function(result){if(!result){alert('An error has occured. Please refresh and try again.');return}if(commentObj){commentObj.fbConnect=true;commentObj.postUsingFBC=true;commentObj.fbName=result.name;commentObj.fbUrl=result.link;commentObj.fbPic='http://graph.facebook.com/'+result.id+'/picture?type=square'}IDC.set_props(['id_fbAvatar_NewThread','id_fbAvatar_Reply'],{'src':'http://graph.facebook.com/'+result.id+'/picture?type=square','alt':result.name+"'s avatar"});IDC.set_props(['id_fbName_NewThread','id_fbName_Reply'],{'innerHTML':result.name,'href':result.link});showFBLoggedInNewThread();showFBLoggedInReply();IDC.hide(['IDCommentsHeadLogin','IDCPostNavReply','IDCPostNav']);var argList=[];argList['userid']=result.id;argList['name']=result.name;argList['url']=result.link;id_fire_action('fbc_login',argList);var sign_me={'avatar':'http://graph.facebook.com/'+result.id+'/picture?type=square','name':result.name,'session_key':IDC.fbc.session_key,'url':result.link,'userid':IDC.fbc.userid};sign_me=encodeURIComponent(JSON.stringify(sign_me));IDC.fbc.hasher=new xsAjax('http://intensedebate.com/hash-session.php',10000);var requestObj=new buildRequestObj('"session":'+sign_me,'hash-session',IDC.fbc.handle_hash,IDC.fbc.hash_failed);IDC.fbc.hasher.make_request(requestObj)},"handle_hash":function(val){if(40==val.length){IDC.fbc.session_hash=val;return true}else{alert(val);return false}},"hash_failed":function(val){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 elem=IDC.c_object('p',{'id':'IDCommentsNewThreadExauthLoggedIn','style':{'paddingTop':'5px'}});var elem2=IDC.c_object('p',{'id':'IDCommentsReplyExauthLoggedIn','style':{'paddingTop':'5px'}});var inner_str='';inner_str+=' ';inner_str+='';inner_str+=' Logged in as ';if(IDC.exauth.user_url){inner_str+=''}inner_str+=IDC.exauth.user_name;if(IDC.exauth.user_url){inner_str+=''}if(IDC$EXAUTH.logout_url){inner_str+=' (Logout)'}elem.innerHTML=inner_str;IDC.$('IDCommentsNewThreadListItem1').parentNode.insertBefore(elem,IDC.$('IDCommentsNewThreadListItem1'));elem2.innerHTML=inner_str;IDC.$('IDCommentReplyListItem1').parentNode.insertBefore(elem2,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 text='Log in, comment as a guest, or using:';IDReplaceHtml(IDC.$('IDCNavGuest2'),text);IDReplaceHtml(IDC.$('IDCNavGuestReply2'),text)},'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,'
')+' ');$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"),'Cargando comentarios...');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'),"Cargando---");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(posStart0) this.username=username;else this.username="Publicando anónimamente";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),'hace #time#'.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),'activo hace #time#'.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),'activo hace #time#'.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# semanas".replace(/#num#/,weeks.toString());else if(weeks==1) return"#num# semana".replace(/#num#/,weeks.toString());else if(days>1) return"#num# días".replace(/#num#/,days.toString());else if(days==1) return"#num# día".replace(/#num#/,days.toString());else if(hours>1) return"#num# horas".replace(/#num#/,hours.toString());else if(hours==1) return"#num# hora".replace(/#num#/,hours.toString());else if(minutes>1) return"#num# minutos".replace(/#num#/,minutes.toString());else if(minutes==1) return"#num# minuto".replace(/#num#/,minutes.toString());else return"menos de 1 minuto";};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.priorityEmbed Video"); link2.className="idc-btn_s idc-disablestyles"; link2.style.cssFloat = 'right'; showMsgBox('Embed a YouTube Video', '

Enter the video URL to embed below:

', 0, null, link2); }; id_youtube_plugin.id_add_youtube_embed_code = function() { /* Grab the url and identify the target textbox */ var vidUrl = $id('txtYouTubeURL').value; /* make sure we add the embed code to the right textbox ( a reply or a new comment) */ if(id_youtube_plugin.youtube_posted_from == 0) var textBox = $id('IDCommentNewThreadText'); else var textBox = $id('txtComment'); /* Check for valid match */ var regex=/http:\/\/([a-zA-Z0-9]+\.)?youtube\.com\/watch\?v=(.*)/ig; var m=regex.exec(vidUrl); /* If there is a match */ if(m && m.length>2) { /* If no comment text has been entered yet be sure to clear the default stuff */ if(textBox.value=='Enter text right here!') { textBox.value = ''; textBox.style.color = 'black'; } /* Add the embed code to the textbox */ textBox.value += "[youtube " + m[2] + " " + vidUrl + " youtube]"; /* Hide the popup box */ hideMsgBox(); /* reset the regex */ regex.lastIndex=0; /* Give focus to the text box */ textBox.focus(); } else /* Failed to match the url */ alert('Unable to parse that url'); }; /* Disable the edit button for any comments that have a video */ id_youtube_plugin.id_youtube_disable_edit_buttons = function() { for(objElem in id_youtube_plugin.youtube_disabled_edit_ids) { if($id('IDCommentPostReplyLinkEdit'+id_youtube_plugin.youtube_disabled_edit_ids[objElem])) $id('IDCommentPostReplyLinkEdit'+id_youtube_plugin.youtube_disabled_edit_ids[objElem]).style.display = 'none'; } }; id_youtube_plugin.id_youtube_embed_replace = function(args) { var text = args['text']; //Check for valid match var youtube_regex=/\[youtube\s+(.*?)\s+(.*?)\s+youtube\]/ig; var m = youtube_regex.exec(text); //If there is a match if(m && m.length>1) { /* add the IntenseDebate commentid to the array of comments to disable editing for */ id_youtube_plugin.youtube_disabled_edit_ids[id_youtube_plugin.youtube_disabled_edit_ids.length] = args['commentid']; /* reset the regex */ youtube_regex.lastIndex=0; /* return the polldaddy div (where the poll will go */ return text.replace(youtube_regex, '
'); } else { /* reset the regex */ youtube_regex.lastIndex=0; return text; } }; /* add filter to swap embed code */ /*id_add_filter('comment_text_load', function (args) { var text=args['text']; var newtext = text.replace(/\[youtube /ig, '
'); });*/ id_add_filter('comment_text_load', id_youtube_plugin.id_youtube_embed_replace); id_add_action('idcomments_func_load',id_youtube_plugin.id_add_youtube_button); /* add youtube button on load */ id_add_action('user_login',id_youtube_plugin.id_youtube_disable_edit_buttons); /* disable edit buttons on login */ id_add_action('comment_post',id_youtube_plugin.id_youtube_disable_edit_buttons); /* disable edit buttons on comment post (for new comments w/ YouTube videos) *///associative array of smileys, if editing, escape all regex chars var smiley_array = new Array(); smiley_array[':)'] = '0pt 0pt;'; smiley_array[':D'] = '-12px 0pt;'; smiley_array['xD'] = '-24px 0pt;'; smiley_array[';)'] = '-36px 0pt;'; smiley_array[':p'] = '-48px 0pt;'; smiley_array['^_^'] = '0pt -12px;'; smiley_array[':$'] = '-12px -12px;'; smiley_array['B)'] = '-24px -12px;'; smiley_array[':*'] = '-36px -12px;'; smiley_array['<3'] = '-48px -12px;'; smiley_array[':S'] = '0pt -24px;'; smiley_array[':|'] = '-12px -24px;'; smiley_array['=/'] = '-24px -24px;'; smiley_array[':x'] = '-36px -24px;'; smiley_array['o.0'] = '-48px -24px;'; smiley_array[':o'] = '0pt -36px;'; smiley_array[':('] = '-12px -36px;'; smiley_array[':@'] = '-24px -36px;'; smiley_array[":%27("] = '-36px -36px;'; smiley_array = id_clean_array(smiley_array); function id_add_smiley_button() { var contents_new_thread = 'Smileys'; li_new_thread = document.createElement("LI"); IDReplaceHtml(li_new_thread, contents_new_thread); li_reply = document.createElement("LI"); IDReplaceHtml(li_reply, contents_reply); $id('idc-plugin-buttons-new-thread').appendChild(li_new_thread); $id('idc-plugin-buttons-reply').appendChild(li_reply); }; function id_replace_smileys_with_images(array) { var text = array['text']; //Add all the - to smileys smiley_array_replace = new Array(); for( var smiley in smiley_array) { if(typeof(smiley) != 'string') continue; smiley_array_replace[smiley] = smiley_array[smiley]; } smiley_array_replace[':-)'] = '0pt 0pt;'; smiley_array_replace[':-D'] = '-12px 0pt;'; smiley_array_replace['x-D'] = '-24px 0pt;'; smiley_array_replace[';-)'] = '-36px 0pt;'; smiley_array_replace[':-p'] = '-48px 0pt;'; smiley_array_replace[':-$'] = '-12px -12px;'; smiley_array_replace['B-)'] = '-24px -12px;'; smiley_array_replace[':-*'] = '-36px -12px;'; smiley_array_replace['<3'] = '-48px -12px;'; smiley_array_replace[':-S'] = '0pt -24px;'; smiley_array_replace[':-|'] = '-12px -24px;'; smiley_array_replace[':-/'] = '-24px -24px;'; smiley_array_replace[':-x'] = '-36px -24px;'; smiley_array_replace['o.0'] = '-48px -24px;'; smiley_array_replace[':-o'] = '0pt -36px;'; smiley_array_replace[':-('] = '-12px -36px;'; smiley_array_replace[':-@'] = '-24px -36px;'; smiley_array_replace[":-%27("] = '-36px -36px;'; smiley_array_replace[":-'("] = '-36px -36px;'; smiley_array_replace[":'("] = '-36px -36px;'; for( var smiley in smiley_array_replace) { if(typeof(smiley_array_replace[smiley]) != 'string') continue; //Escape regex var smiley_match = id_regex_escape( smiley ); //Find the match var smiley_regex = new RegExp( smiley_match, 'g' ); //HTML span tag var smiley_image = ' '+smiley+' '; if(text){ //Replace the match //trim text = text.replace(/^\s+|\s+$/g,''); text = ' '+text+' '; text = text.replace( smiley_regex, smiley_image ); } } return text; }; //Escape regex function id_regex_escape(str) { if (!arguments.callee.sRE) { var chars = new Array('/', '.', '*', '+', '?', '|', '(', ')', '[', ']', '{', '}', '\\', '^', '$', '<', '>'); arguments.callee.sRE = new RegExp( '(\\' + chars.join('|\\') + ')', 'g' ); } return str.replace(arguments.callee.sRE, '\\$1'); }; function insertSmileyNewThread( smiley ) { txtOnFocus($id('IDCommentNewThreadText'), 'Enter text right here!'); $id('IDCommentNewThreadText').focus(); $id('IDCommentNewThreadText').value += smiley; //Hide smiley span $id("idc-smileys-new-thread").style.display="none"; //WYSIWYG Support if(typeof nicEditors != 'undefined') { newThreadNic = nicEditors.findEditor('IDCommentNewThreadText'); newContent = newThreadNic.getContent().replace(/^\s+|\s+$/g,''); if( newContent == 'Enter text right here!' ) newContent = ''; newContent += smiley; newThreadNic.setContent( newContent ); } }; function insertSmileyReply( smiley ) { txtOnFocus($id('txtComment'), 'Enter text right here!'); $id('txtComment').focus(); $id('txtComment').value += smiley; //Hide smiley span $id("idc-smileys-reply").style.display="none"; //WYSIWYG Support if(typeof nicEditors != 'undefined') { replyNic = nicEditors.findEditor('txtComment'); newContent =replyNic.getContent().replace(/^\s+|\s+$/g,''); if( newContent == 'Enter text right here!' ) newContent = ''; newContent += smiley; replyNic.setContent( newContent ); } }; id_add_filter('comment_text_load',id_replace_smileys_with_images, 1); id_add_action('idcomments_func_load',id_add_smiley_button); function add_tweetmeme() {var tweetmeme_div = document.createElement('div');tweetmeme_div.style.cssFloat = 'right';tweetmeme_div.id = 'id-tweetmeme-div';var tweetmeme_iframe = document.createElement('iframe');tweetmeme_iframe.frameBorder = 0;tweetmeme_iframe.scrolling = "no";tweetmeme_iframe.src = 'http://api.tweetmeme.com/button.js?style=compact&url=' + window.location.href;tweetmeme_iframe.height = "20px";tweetmeme_iframe.width = "90px";tweetmeme_div.appendChild( tweetmeme_iframe );document.getElementById('idc-container').insertBefore(tweetmeme_div, document.getElementById('idc-container').firstChild);} id_add_action( 'idcomments_func_load', add_tweetmeme );function add_fb_share() { var fb_link = document.createElement('a'); fb_link.href = 'http://www.facebook.com/share.php?u=' + window.location.href; fb_link.className = 'fb_share_button'; fb_link.onclick = 'return fbs_click()'; fb_link.target = '_blank'; fb_link.style.textDecoration = 'none'; fb_link.innerHTML = 'Share'; fb_link.style.cssFloat = 'right'; document.getElementById('idc-container').insertBefore(fb_link, document.getElementById('idc-container').firstChild); } function fbs_click() { u=location.href; t=document.title; window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436'); return false; } id_add_action( 'idcomments_func_load', add_fb_share);IDC.ui = { "add_message": function( comment_id, html_msg ) { var msg_div = IDC.c_object( 'div', { 'className':'idc-message', 'id': 'idc-comment-msg-div-' + comment_id } ); msg_div.innerHTML = 'Close Message

Comment posted.

' + html_msg + '

'; IDC.$( 'IDComment-CommentText' + comment_id ).insertBefore( msg_div, IDC.$( 'IDComment-CommentText' + comment_id ).firstChild ); }, "close_message": function( comment_id ) { IDC.$( 'idc-comment-msg-div-' + comment_id ).parentNode.removeChild( IDC.$( 'idc-comment-msg-div-' + comment_id ) ); }, "add_post_comment_message" : function ( comment_id ) { IDC.ui.last_comment_html = IDC.$( 'IDComment-CommentText' + comment_id ).innerHTML; if( window.FB !== undefined && FB.Connect ) { IDC.ui.add_message( comment_id, ' or Close Message' ); } else { IDC.ui.add_message( comment_id, ' or Close Message' ); } }, "fb_wrapper" : function ( comment_id ) { FB.Connect.streamPublish( "I just commented on " + document.title + ": \n" + IDC.ui.last_comment_html.replace(/^\s*/, "").replace(/\s*$/, "").replace(//g, "\n").replace(/(<([^>]+)>)/ig,""), {"name":document.title,"href":location.href + "#IDComment" + comment_id,"caption":"Originally posted as a comment using IntenseDebate", "description": ""}, null, null, "Tell your friends about your comment?", IDC.ui.close_message(comment_id) ); } }; id_add_action( 'comment_post', function(args) { IDC.ui.add_post_comment_message( args['comment_id'] ); } );IDC.fbc.apikey = '36c53709c23e8d6cca51ae80211ad692';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 = '
Cerrar
¿Olvidaste tu contraseña?
¡Envíame mi contraseña!

Cerrar mensaje

Iniciar sesión
Seguir la discusión

Comentarios (31)

\'Cargando---\' Iniciando sesión...
Cerrar

Iniciar sesión en IntenseDebate

Or create an account

¿Olvidaste iniciar sesión?

Cerrar WordPress.com

Lost your password?

  • Sesión iniciada como

Admin Options

Save Settings

Cargando comentarios...
Estás a punto de marcar este comentario como inapropiado. Por favor explique el por qué. El administrador del sitio será notificado de ello. Gracias por su interés de mantener este su sitio limpio de contenido inapropiado.
Hola que tal, yo no tengo el problema que no aparezca el boton de hiberna, mi problema es que al presionarlo en teoria no hace nada, se apaga la pantalla simplemente y solo se bloquea la pantalla, ojalá me pudieran ayudar, gracias
0 replies · January 21, 2013 07:46:09
el problema que tengo es que cuando lo hago me aparece un letrero que dice "el firmware del sistema no permite la hibernacion" alguna solucion?
0 replies · December 23, 2012 22:52:57
Gracias. Funcionó
0 replies · December 14, 2012 12:03:17
Tengo un problema con la activación de HIBERNACIÓN. Mi equipo es un i7 con W7 HOME PREMIUM x64, pero no consigo -siguiendo al pie de la letra tus instrucciones- activar la susodicha hibernación.
Me aparece una ventana, que dice: "EXISTE UN CONTROLADOR INTERNO HEREDADO YA INSTALADO VgaSave. Un componente del sistema interno, deshabilitó la hibernación.

¿Qué puedo hacer para solucionar este pequeño, pero molesto entuerto? Me interesa, sobremanera, tener activada la tan manida HIBERNACIÓN por razones de trabajo.
Si me echáis una mano, mi agradecimiento sería infinito.
Bueno, de antemano, vayan mis gracias anticipadas y saludos cordiales.
1 reply · December 02, 2012 07:04:42
geniaaaaal
0 replies · November 14, 2012 03:51:30
efectivo el procedimiento, muchas gracias
0 replies · November 06, 2012 18:00:04
tengo sufiente espacio en disco pero hiberna e inmediatamente se reinicia y sale de la hibernacion. Gracias por la ayuda
0 replies · November 03, 2012 14:06:11
funciona graciasss
0 replies · October 25, 2012 04:42:57
gracias maese
0 replies · October 24, 2012 10:34:32
Gracias, funciono perfecto.
0 replies · October 16, 2012 13:44:09
Gracias me funciono muy bien.
0 replies · October 08, 2012 18:32:27
Muchas gracias me funciono a la perfección. la primera vez que intenté hacer el "powercfg /hibernate on" me dijo que no tenia los privilejios de Administrador, así que empece de nuevo y al meter CMD en ejecutar le puse que como admimnistrador y ya todo correcto. (Ya he probado a hibernar y OK)
0 replies · October 02, 2012 07:40:09
nno me funcieno cuando inserto el comando (powercfg /hibernate on) me manda el siguiente mensaje (los siguiente elemento impide la hibernacion en el sistema. existe por lo meno un controlador ya instalado: i8042prt) porfavor ayudame
0 replies · September 25, 2012 03:21:06
MUCHAS GRACIAS BUEN APORTE
0 replies · September 23, 2012 17:25:41
Excelente Post amigo,
Habia intentado otras opciones, pero me en ninguna especificaban la opcion de Desactivar la "Suspencion Hibrida".
Muchas gracias, me funcionó a la perfección!.
0 replies · September 08, 2012 00:45:59
MUY BUENO.... GRACIAS MANO....
0 replies · August 19, 2012 01:00:44
Tengo una duda: en el xp al 'despertar' de la hibernacion, aparecia una barra de progreso y daba la opcion de cancelar la hibernacion e iniciar en forma normal. En el w7 (tengo home premium) dice 'reanudando windows' pero no me da opcion alguna. Es asi o hay alguna forma de cortar esa reanudacion e iniciar en forma normal?
Gracias
0 replies · July 23, 2012 14:32:20
Muchas gracias por el aporte no todos sabemos esto para poder habilitar esta opcion de windows y todos pasamos por esto
0 replies · July 06, 2012 03:52:48
Muchisimas gracias,me sirvio de mucho la informacion,en mi PC si estaba habilitada la informacion pero utilicé
un programa para limpieza(PrivaZer)y me lo desaparecio,pero ya esta otra vez activado.
Mil felicidades a Ustedes y larga vida al Blog.Gracias
0 replies · July 01, 2012 17:35:49
Hola gracias por el tuto lo segui a pie de la letra pero aun asi NO PUEDE HIBERNAR MI LAP!!! ya tiene instaladas as 2 acuatualizaciones, ya hice lo del comando de powercgf -H ON, y lo de la opcion avanzada de la bateria y no hiberna AYUDA PORFAVOR ME URGE!!!! D:
0 replies · April 21, 2012 04:53:38
Muy bien explicado, ya lo tengo configurado, muy buen aporte.
0 replies · April 10, 2012 21:31:45
Muchas gracias! Me sirvió muchísimo.
0 replies · April 10, 2012 17:11:12
Tengo el mismo problema que Ricardo. ¿Alguna solución?

Ahora es peor porque o tengo el PC en marcha o lo tengo parado, pero tengo que cerrar las ventanas de trabajo y eso es peor que la mera suspensión.

También estaría bien saber como revertir estos cambios.
1 reply · March 22, 2012 01:03:07

Publicar un nuevo comentario

    \"Facebook\"

    Connected as (Logout)

    No se muestra públicamente.

    \"Twitter\"

    Connected as (Logout)

    No se muestra públicamente.

    Se muestra junto a tus comentarios.

    No se muestra públicamente.

    Si tienes un sitio web, ingresa la liga aquí.

    Publicando anónimamente.

    ¡Gracias por dejarnos tus comentarios! — por favor intenta mantener tu opinión relacionada con la entrada, no insultar, agredir, o faltar el respeto al autor y otros participantes de la discusión, en caso de no hacerlo tu comentario podría ser borrado.

    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(93409097, 208652, '413e1990a2a53ef8b4f39e39db2ee88b', '', '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='

      \"Facebook\"

      Conectado como (Cerrar sesión)

      No se muestra públicamente.

      \"Twitter\"

      Conectado como (Cerrar sesión)

      No se muestra públicamente.

      Se muestra junto a tus comentarios.

      No se muestra públicamente.

      Si tienes un sitio web, ingresa la liga aquí.

      Publicando anónimamente.

      '; var idcDummyComment = document.createElement('DIV'); idcDummyComment.id='idc-dummy-comment'; commentObj.replyDiv=replyDiv; commentObj.userImgDir='smallimages'; $id('idc-container').appendChild(replyDiv); IDCommentInit();};commentObj.comments[549731075]=new IDComment(0,549731075,'January 21, 2013 07:46:09',0,0,0,0,'January 21, 2013 07:46:09',0,$id('IDComment549731075'), 'Richard' );commentObj.comments[526748643]=new IDComment(0,526748643,'December 23, 2012 22:52:57',0,0,0,0,'December 23, 2012 22:52:57',0,$id('IDComment526748643'), 'Mario' );commentObj.comments[518819314]=new IDComment(0,518819314,'December 14, 2012 12:03:17',0,0,0,0,'December 14, 2012 12:03:17',0,$id('IDComment518819314'), 'Salvador' );commentObj.comments[507245888]=new IDComment(0,507245888,'December 02, 2012 03:32:57',0,0,0,1,'December 02, 2012 07:04:42',0,$id('IDComment507245888'), 'JONNY ' );commentObj.comments[489711240]=new IDComment(0,489711240,'November 14, 2012 03:51:30',0,0,1,0,'November 14, 2012 03:51:30',0,$id('IDComment489711240'), 'maru' );commentObj.comments[482272669]=new IDComment(0,482272669,'November 06, 2012 18:00:04',0,0,0,0,'November 06, 2012 18:00:04',0,$id('IDComment482272669'), 'jhon' );commentObj.comments[479543114]=new IDComment(0,479543114,'November 03, 2012 14:06:11',0,0,0,0,'November 03, 2012 14:06:11',0,$id('IDComment479543114'), 'Horacio' );commentObj.comments[472215355]=new IDComment(0,472215355,'October 25, 2012 04:42:57',0,0,0,0,'October 25, 2012 04:42:57',0,$id('IDComment472215355'), 'juan del mar' );commentObj.comments[471519395]=new IDComment(0,471519395,'October 24, 2012 10:34:32',0,0,0,0,'October 24, 2012 10:34:32',0,$id('IDComment471519395'), 'jebus' );commentObj.comments[465138852]=new IDComment(0,465138852,'October 16, 2012 13:44:09',0,0,0,0,'October 16, 2012 13:44:09',0,$id('IDComment465138852'), 'Rodrigo' );commentObj.comments[458440454]=new IDComment(0,458440454,'October 08, 2012 18:32:27',0,0,0,0,'October 08, 2012 18:32:27',0,$id('IDComment458440454'), 'cristobal' );commentObj.comments[455412893]=new IDComment(0,455412893,'October 04, 2012 17:44:26',0,0,0,0,'October 04, 2012 17:44:26',0,$id('IDComment455412893'), 'alex' );commentObj.comments[453452720]=new IDComment(0,453452720,'October 02, 2012 07:40:09',0,0,0,0,'October 02, 2012 07:40:09',0,$id('IDComment453452720'), 'semacor' );commentObj.comments[447989609]=new IDComment(0,447989609,'September 25, 2012 03:21:06',0,0,0,0,'September 25, 2012 03:21:06',0,$id('IDComment447989609'), 'eliud' );commentObj.comments[446946124]=new IDComment(0,446946124,'September 23, 2012 17:25:41',0,0,0,0,'September 23, 2012 17:25:41',0,$id('IDComment446946124'), 'ALEX' );commentObj.comments[436475517]=new IDComment(0,436475517,'September 08, 2012 00:45:59',0,0,0,0,'September 08, 2012 00:45:59',0,$id('IDComment436475517'), 'JulianG' );commentObj.comments[424426653]=new IDComment(0,424426653,'August 19, 2012 01:00:44',0,0,0,0,'August 19, 2012 01:00:44',0,$id('IDComment424426653'), 'FRANCOIS' );commentObj.comments[407259690]=new IDComment(0,407259690,'July 23, 2012 14:32:20',0,0,0,0,'July 23, 2012 14:32:20',0,$id('IDComment407259690'), 'Guillermo' );commentObj.comments[396519118]=new IDComment(0,396519118,'July 06, 2012 03:52:48',0,0,0,0,'July 06, 2012 03:52:48',0,$id('IDComment396519118'), 'puma' );commentObj.comments[395190173]=new IDComment(0,395190173,'July 04, 2012 02:32:49',0,0,0,0,'July 04, 2012 02:32:49',0,$id('IDComment395190173'), 'Next' );commentObj.comments[393443722]=new IDComment(0,393443722,'July 01, 2012 17:35:49',0,0,0,0,'July 01, 2012 17:35:49',0,$id('IDComment393443722'), 'Vicente G.C' );commentObj.comments[343954620]=new IDComment(0,343954620,'April 21, 2012 04:53:38',0,0,1,0,'April 21, 2012 04:53:38',0,$id('IDComment343954620'), 'Diego' );commentObj.comments[336306944]=new IDComment(0,336306944,'April 10, 2012 21:31:45',0,0,0,0,'April 10, 2012 21:31:45',0,$id('IDComment336306944'), 'Ismael' );commentObj.comments[336155697]=new IDComment(0,336155697,'April 10, 2012 17:11:12',0,0,0,0,'April 10, 2012 17:11:12',0,$id('IDComment336155697'), 'Daniel' );commentObj.comments[313908986]=new IDComment(0,313908986,'March 12, 2012 00:04:21',0,0,0,1,'March 22, 2012 01:03:07',0,$id('IDComment313908986'), 'Rafa' );commentObj.sortType = "lastactivity";id_apply_comment_text_filter(); IDUpdateTimeStamps();/*FROM CACHE*/ commentObj.token='AyYFMb6FLGyLVhaYMGHDejd7QzgKnQ4Z'; 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);