// JavaScript Document
$(document).ready(function() {
	/*$("div.related-info ul.list-items").hide();
	$("div.related-info h2.expandable").click(function () {
		$(this).toggleClass("list-shown");
		$(this).next("ul.list-items").slideToggle('slow');
		
	});*/
}); //end ready