HOW TO UNBLOCK BLOCK WEBSITES?
// 20) { alert(‘ERROR: failed to initiate rich text editor, please reload this page’); return; } if (typeof frames[‘Post’] != ‘undefined’) { if (typeof frames[‘Post’].document != ‘undefined’) { //document.getElementById(“tempRte”).display = ‘block’; write_rte_editor(‘Post’, ”, ‘500px’, ‘320’, true, false); if(document.getElementById(“tempRte”) != null) { document.getElementById(“tempRte”).style.display = ‘none’; } return; } } tryCount++; setTimeout(“tryRTE(” + tryCount + “)”, 20); } function __init() { init_rte(“rte/”, “/”); var ua = navigator.userAgent.toLowerCase(); var ie = ((ua.indexOf(“msie”) != -1) && (ua.indexOf(“opera”) == -1) && (ua.indexOf(“webtv”) == -1)); if(ie) try{document.execCommand(“BackgroundImageCache”, false, true);}catch(e){} //try for 2 seconds, every 100ms, to initiate, if rte iframe loaded.