function refmap()  
{  
 var a,b,c,d,e,f  
 a='<a target="_blank" href=\"'  
 b=''  
 c='\">'  
 a+=''  
 b+=''  
 e='</a>'  
 f='<u>here</u>'  
 b+='map-of-guapiles.jpg'  
 b+=''  
 b+=''
 b+=''
 d=f  
 document.write(a+b+c+d+e)  
}  
