function comment(num, name) {
	document.write('By <a href="http://www.blogger.com/profile/' + num + '">' + name + '</a>');
}
