/* function offsiteLink
 * This function provides a notification if the user clicks on a link
 * that leaves the current website
 * @Args: none
 * @Returns: boolean (true go, false stay)
 */
function offsiteLink(){
    return confirm("You are leaving the First Community Bank web site. The site you have chosen is independent from First Community Bank. First Community Bank does not control these sites and does not guarantee the accuracy, privacy, completeness, efficacy, or timeliness of the information contained therein.");
}
