$(document).ready(function()
{
	$("#topiclink").click(function()
	{
		$("#topicbox").slideToggle("fast");
		return false;
	});
});