$(document).ready(
	function(){
		$(".otherplace").css("display", "none");
	}
);

function showAllAwards(){
	$(".otherplace").css("display", "");
	$("#seeAll").css("display", "none");
}