document.write(unescape("%3Cscript src='http://seadragon.com/ajax/0.8/seadragon-min.js' type='text/javascript'%3E%3C/script%3E"));
var viewer = null;
function viewImage(imagesUrl, uploaderProfileId, image, width, height, zoomIconsPath, imageSelector) {
    Seadragon.Config.imagePath = zoomIconsPath;
    viewer = new Seadragon.Viewer(imageSelector);
    viewer.openDzi(imagesUrl + "person/" + uploaderProfileId + "/zoom/" + image + ".xml", '<Image TileSize="256" Overlap="1" Format="jpg" xmlns="http://schemas.microsoft.com/deepzoom/2008"><Size Width="' + width + '" Height="' + height + '"/></Image>');
}
