/* jQuery Custom Library */

	$(function(){
		$(".topicsTitle").load("topics/title.txt");
		$(".topicsText").load("topics/text.txt");
		})


