﻿function RenderImage(imagePath, note) {

    return String.format("<img src='{0}{1}' border='0' alt='{2}' />", $("#ThemePath").val(), imagePath, note);

}
