function imagenes_wysiwyg_add(image)
{
	WYSIWYG.insertHTML('<img src="'+image+'"  border="0" /> ', 'contenido');	
}
