w=document.body.clientWidth;
//if this is not a main page then this is an article, so display comments
//if(location.href.indexOf('index.htm')==-1&&location.href.lastIndexOf('/')!=location.href.length-1)

if(location.href.substr(location.href.length-1)!='/' && location.href.substr(location.href.length-10)!='/index.htm')
{
dw('<h2 id="cmtsec">Comments</h2><span>NOTE: The following comments are owned by whoever posted them. We are not responsible for them in any way. </span><div class="js-kit-rating" view="score" title="'+document.title.substring(8)+'" ></div>');
dw('<div class="js-kit-rating" view="rating" title="'+document.title.substring(8)+'" ></div>');dw('<script src="http://js-kit.com/ratings.js"></script>');
dw('<div class="js-kit-comments" backwards="yes"></div><a name="comments"></a><script src="http://js-kit.com/comments.js"></script>');
dw('<style>.js-singleCommentReplyable {background-color:#ffffff} .js-singleCommentText {width:100%;color:#000000;font-family:verdana,arial,sans-serif;font-size:12px}')
dw('.js-CreateComment {width:100%}')
dw('.js-CreateComment input{width:100%}')
dw('.js-singleCommentBodyT {width:'+(w-500)+'px !important}')
dw('.js-CreateComment textarea{width:100%;height:300px}')
dw('</style>')
}
