function pnet3comment(json) {
	document.write("<div id=\"pnetcomments\">");
	for(i=0;i<json.length;i++) {
		var n = json[i];
		document.write("<p>"+json[i]['comment']+"</p><p><b>Posted by <a href=\"http://phish.net/user/"+json[i]['username']+"\">"+json[i]['username']+"</a>"
				+", attached to <a href=\""+json[i]['url']+"\">"
				+json[i]['newstitle']+"</a></b></p>");
	}
	document.write("</div>");
}
