jQuery.noConflict();
jQuery(document).ready(function($) {
	$(".words").click(function() {
		$(".wordsimg").toggle();
	});
});
