function writeTitle (sectionName) {
	var titleNum = Math.round((4*Math.random())+.5);
	document.write('<a href="index.php"><img class="title" src="images/top/titles/' + sectionName + titleNum + '.gif" width="400" height="33" alt="" />\</a>');
}