How do you add links to Adobe Lightroom gallery photos?

Hello everyone,

I was wanting to know how you add links to Adobe Lightroom gallery photos?

Here is the xml gallery code I am trying to add links to:

<?xml version=“1.0” encoding=“UTF-8”?>

<simpleviewerGallery maxImageWidth=“1024” maxImageHeight=“1024” textColor=“0xFFFFFF” frameColor=“0xFFFFFF” frameWidth=“1” stagePadding=“40” thumbnailColumns=“2”

thumbnailRows=“3” navPosition=“left” title=“” enableRightClickOpen=“true” backgroundImagePath=“” imagePath=“images/” thumbPath=“thumb/”>
<image>
<filename>1.jpg</filename>
<caption></caption>
</image>
<image>
<filename>2.jpg</filename>
<caption></caption>
</image>
<image>
<filename>3.jpg</filename>
<caption></caption>
</image>
<image>
<filename>4.jpg</filename>
<caption></caption>
</image>
<image>
<filename>5.jpg</filename>
<caption></caption>
</image>
<image>
<filename>6.jpg</filename>
<caption></caption>
</image>
<image>
<filename>7.jpg</filename>
<caption></caption>
</image>
<image>
<filename>8.jpg</filename>
<caption></caption>
</image>
<image>
<filename>9.jpg</filename>
<caption></caption>
</image>
</simpleviewerGallery>

I have Adobe Lightroom 3. So far browsing through various tutorials and help notes I have not found a way to do this.

However, I am hoping there is in fact a way to do this.

Here is the actual flash simpleviewer gallery uploaded I have uploaded for a visual example.

http://www.iandmyself.me

I would simply like to add links to the photos once they are clicked.