// JavaScript Document
var url=window.location.href;
var title=document.title;
if(title=="")
	title="General";

document.write('<iframe src="http://comments.com/widget.php?max='+max_results+'&url='+url+'&title='+title+'" frameborder="0" width="250" height="300" scrolling="no"></iframe>');