/*$(document).ready(function() {
	$('editor').hide();	
	$('wysiwyg').show();	
});
*/

function confirmation(text) {
	var yes = confirm(text);
	if (yes) return true;
	return false;
}