$(document).ready( function( ) {

	//$("#embed-options").hide( );
	
});

function showEmbed( ) {

	$("#embed-options").show( );
	$("#permalink-box").hide( );

}