
function flip(i) { var n = i || 5;  document.write('<img style="border-bottom:1px solid white;" src="photos/left-flipper'+ (Math.round( (n-1) * Math.random()) + 1) +'.jpg">') }