var img=new Array('tmb_pics_1','tmb_pics_2') 
var num=parseInt(Math.random()*img.length)  
document.write('<a href="/eng/photo/"><img width="80" src=/photo/wf2008/open/'+img[num]+'.jpg border=0 /></a>')

var img=new Array('tmb_pics_3','tmb_pics_4') 
var num=parseInt(Math.random()*img.length)  
document.write('<a href="/eng/photo/"><img width="80" src=/photo/wf2008/open/'+img[num]+'.jpg border=0 /></a>')

