var scripts = document.getElementsByTagName('SCRIPT');
var theHTML = '
';
for(var i=0; i0)
{
if(scripts[i].defer)
{
if (window.addEventListener)
{
window.addEventListener("load", initIDWidget1, false);
}
else if (window.attachEvent)
{
window.attachEvent('onload', initIDWidget1);
}
}
else
{
document.write(''+theHTML+'
');
}
break;
}
}
function initIDWidget1()
{
var IDWidgetCSSLoaded4 = document.createElement('link');
IDWidgetCSSLoaded4.rel = 'stylesheet';
IDWidgetCSSLoaded4.href = 'http://www.intensedebate.com/wCSS.php?widget=0';
IDWidgetCSSLoaded4.type = 'text/css';
document.getElementsByTagName("HEAD")[0].appendChild(IDWidgetCSSLoaded4);
theDiv = document.createElement("DIV");
theDiv.className = "idw-container";
theDiv.id = "IDWidget1";
var scripts = document.getElementsByTagName("script");
var parentObj;
var theObj;
for(var i=0; i