
function unescapeEntities(c){return c.replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&amp;/g,"&").replace(/&quot;/g,"\"")}function twitterCallback(c){var f=unescapeEntities(c[0].text);var b=document.getElementById('status');while(b.hasChildNodes())b.removeChild(b.firstChild);var a=document.createElement('p');a.id='twitter';a.style.opacity='0';var e=document.createElement('img');e.src='http://chucker.mystfans.com/wp-content/themes/soerensays2/images/twitter.png';var d=document.createElement('a');d.href='http://twitter.com/chucker';d.appendChild(document.createTextNode('More'));a.appendChild(e);a.appendChild(document.createTextNode(f));a.appendChild(d);b.appendChild(a);b.style.zIndex=1000;b.style.display='block';Effect.Appear(a)}