  google.load("jquery", "1");
  google.setOnLoadCallback(function() {
		$("table.menu-list tr:nth-child(2)").addClass("selected");
    });

