// General templates: exception message
function getExceptionMessage() {
    return "<table><tr><td>Service is not accessible. Please try again later..</td></tr></table>";            
}

function getLoadingDataMessage() {
    return "<tr><td><span style=\"background-color:red\" class=\"bodycopyWhiteIn\">Loading Data...</span></td></tr>";
}

function getNoDataMessage() {
    return "<span class=\"bodycopyIn\">There is no data to display.</span>";
}
