function showPhoto( path ) {
    document.getElementById( "news_img" ).src  = path ;
}