//Start TalkAhead comment widget code

var TH_test = function() {
  return dcPath != null && (! dcPath.match("^4003.Lifestyle")) && (! dcPath.match("^2.News"));
}

if (TH_test()) {

if (typeof TH_position == 'undefined'){
	TH_position=0;
	TH_articles = new Array();
} else {
	TH_position++;
}
document.write("<div id='TH_div_"+TH_position+"'></div><br>");
    TH_articles[TH_position] = {
        article: dcContentID,
        title: document.title,
        publisher: '33-2936-7664', 
        category: 'default channel',
        url: document.location,
        //time: '{UPDATETIME}',

      load: function() {
        headID = document.getElementsByTagName("head")[0];
        newScript = document.createElement('script');
        newScript.type = 'text/javascript';
        newScript.src = 'http://server.talkahead.com/scripts/thwidget/th.js';
        headID.appendChild(newScript);
      }
    };
	if (TH_position==0){
      setTimeout(function() {TH_articles[TH_position].load(); }, 1);
	}

//End TalkAhead comment widget code

}