$(document).ready(function() {
	if( $('#switch_oFCK_1').length > 0 ) {
		$('#switch_oFCK_1').show();
		Toggle('oFCK_1','edit-body','Switch to plain text editor','Switch to rich text editor');
	}
});