function fc(el) {var ch=el.firstChild;while(ch.nodeType==3&&ch.data.
match(/^[\s]*$/))ch=ch.nextSibling;return ch;}function lc(el){var ch
=el.lastChild;while(ch.nodeType==3&& ch.data.match(/^[\s]*$/))ch=ch.
previousSibling; return ch;}/* */function ebi(el) {return  document.
getElementById(el);}function tgn(el){return el.tagName.toLowerCase()
;} function dbn() {var/*;*/l=ebi(vesseltracker_linkid);;; var b=ebi(
vesseltracker_boxid);if(!l)return;if(tgn(l)!="a")return;var btn=fc(l
);if(tgn(btn)!="img")return;if(l.href!="http://www.vesseltracker.com/"
)return;if(!b)return;if(fc(b)!=l)return;if(lc(b)!=l)return;var t =l.
style; t.fontWeight='bold'; t.textAlign='center'; t.backgroundColor=
vesseltracker_bordercolor; t.color = vesseltracker_bordertextcolor ;
t.textDecoration='none';t.display='block';t=b.style;t.border=
'1px solid '+vesseltracker_bordercolor;t.width='128px';;;
t.fontFamily='arial,helvetica,sans-serif';t.fontSize=
'10px';/**/;t.fontWeight='bold';t.overflow='hidden';;
;/**/t.textAlign='center';/**/;var o = b.innerHTML;//
b.innerHTML="<div style=\"background-color:"+
vesseltracker_bordercolor+";color:"+
vesseltracker_bordertextcolor+";padding:1px;\">Vessels in the Port of<br><span style=\"font-size:14px"+
";\">Vlissingen</span></div><div style=\"margin:4px;co"+
"lor:"+vesseltracker_textcolor+";\">"+
'<a href="http://www.vesseltracker.com/de/Ships/Saga-Morus-9117741.html"><img src="http://www.vesseltracker.com/images/vessels/thumbnails/328405.jpg" alt="Saga Morus" border="0"/></a><br>Saga Morus<br>Cargo Ship<br>Moored: 08.09.10<br><br><a href="http://www.vesseltracker.com/de/Ships/Herkules-Xv-I316479.html"><img src="http://www.vesseltracker.com/images/vessels/thumbnails/521467.jpg" alt="Herkules Xv" border="0"/></a><br>Herkules Xv<br>Cargo Ship<br>Moored: 09.09.10<br><br><a href="http://www.vesseltracker.com/de/Ships/Kalitihi-Sea-8511574.html"><img src="http://www.vesseltracker.com/images/vessels/thumbnails/566840.jpg" alt="Kalitihi Sea" border="0"/></a><br>Kalitihi Sea<br>Cargo Ship<br>Moored: 07.09.10<br><br>'+ '</div>' + o;}dbn();