﻿function checkSearchTerm(searchBox) {
    if (searchBox.value == 'Search') {
        searchBox.value = '';
    }
}