<!-- ShadowBox -->
<script type="text/javascript" src="/
am2/lightbox/js/prototype.js"></script>
<script type="text/javascript" src="
/am2/lightbox/js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="
/am2/lightbox/js/lightbox.js"></script> <head>
<link rel="stylesheet" href="
/am2/lightbox/css/lightbox.css" type="text/css" media="screen" />
<!-- /ShadowBox -->
<!-- templateCell : globalDefault.embeddedMedia -->
<!-- templateIf : $file.isImage$ == "1" -->
<!-- templateIf : $file.useThumbnail$ == "1" -->
</head>
<table border="0" cellspacing="0" cellpadding=3 align="$file.align$" width="$file.thumbnailWidth$">
<tr><td>
<!-- templateIf : $file.linkTo$ eq "url" -->
<a href="$file.linkUrl$" rel="lightbox[album]" title="$file.caption$" [templateIf : $file.openLinkInNewWindow$ == "1" ]target="_blank" rel="lightbox[album]" title="$file.caption$" [/templateIf]>
<!-- /templateIf -->
<!-- templateIf : $file.linkTo$ eq "image" -->
<a href="$file.webUrl$" rel="lightbox[album]" title="$file.caption$" [templateIf : $file.openLinkInNewWindow$ == "1" ] target="_blank" rel="lightbox[album]" title="$file.caption$" [/templateIf]>
<!-- /templateIf --> <img src="$file.thumbnailWebUrl$" border="1" alt="$file.title:htmlEncoded$" width="$file.thumbnailWidth$" height="$file.thumbnailHeight$"><!-- templateIf : $file.linkTo$ ne "" --></a><!-- /templateIf --><br clear="all">
<span class="image_caption">$file.caption$</span> </td></tr>
</table> <!-- templateIf : $file.wrapText$ == "0" --><br clear="all"><!-- /templateIf -->
<!-- /templateIf --> <!-- templateIf : $file.useThumbnail$ != "1" --> <table border="0" cellspacing=0 cellpadding="3" align="$file.align$" width="100">
<tr><td> <!-- templateIf : $file.linkTo$ eq "url" -->
<a href="$file.linkUrl$" [templateIf : $file.openLinkInNewWindow$ == "1" ]target="_blank"[/templateIf]>
<!-- /templateIf -->
<!-- templateIf : $file.linkTo$ eq "image" -->
<a href="$file.webUrl$" [templateIf : $file.openLinkInNewWindow$ == "1" ] target="_blank"[/templateIf]>
<!-- /templateIf --> <img src="$file.webUrl$" border="1" alt="$file.title:htmlEncoded$" width="$file.width$" height="$file.height$"><!-- templateIf : $file.linkTo$ ne "" --></a><!-- /templateIf --><br clear="all">
<span class="image_caption">$file.caption$</span> </td></tr>
</table> <!-- templateIf : $file.wrapText$ == "0" --><br clear="all"><!-- /templateIf -->
<!-- /templateIf --> <!-- /templateIf --> <!-- templateIf : $file.isImage$ != "1" -->
<p>[ <a href="$file.webUrl$">Download/View $file.title$</a> ]</p>
<!-- /templateIf --> <!-- /templateCell : globalDefault.embeddedMedia -->