			function p() {
				$("#pgo").jPlayer("play");
				hide('p');
				show('p2');
			}
			function p2() {
				$("#pgo").jPlayer("pause");
				hide('p2');
				show('p');
			}
			function c() {
				hide('c');
				connect();
				show('footer');
				hide('unpublishLink');
			}
