function numPhotos()
{
return (14)
}
function printPhoto()
{
document.write('<img src="images/left/' + Math.ceil(Math.random() * numPhotos()) + '.gif" alt="Tram Photo" width="140" height="100">');
}
