function writeTitle(title, heading, id, href){
	document.write ("<"+heading+" id="+id+"><a href="+href+">"+title+"</a></"+heading+">");
}
