<!--//

function setHeight() {
	comments.frameElement.height = comments.document.body.scrollHeight;
	comments.frameElement.height = comments.document.body.offsetHeight;
//	document.getElementById("comments").height = comments.document.body.scrollHeight+20;
//	alert("comments.document.body.scrollHeight = " + comments.document.body.scrollHeight);
}

function delayStart() {
	//	moving resize to another function and setting delay so video has time to load
	setTimeout("setHeight()",500);
}

var host = window.location.host;
var path = window.location.pathname;
		
document.write("<iframe name=\"comments\" id=\"comments\" height=\"342\" width=\"100%\" scrolling=\"no\" frameborder=\"0\" src=\"/article/comments/v2/CommentsDisplay.asp?Host=" + host + "&Path=" + path + "\" title=\"Article Comments\"></iframe>");

//-->
