function changeTickerboxImage(id)
{    
    document.tickerbox_pic.src = 'viewImage.php?image='+id+'.jpg';
}