Xml link prob

ok i’ll attach the fla for you to get a better idea…
flash loads items in via xml they all work but when you click on the items there are not linking to the web pages:

my xml:

  
<?xml version="1.0"?>
<images>
 <image>
  <path>images/viper1.jpg</path>
  <link>http://www.google.com.au</link>
  <caption>Viper 1</caption>
 </image>
 <image>
  <path>images/viper2.jpg</path>
  <link>http://www.kirupa.com</link>
  <caption>Viper 2</caption>
 </image>
 <image>
  <path>images/viper3.jpg</path>
  <link>http://www.greenday.com</link>
  <caption>Hellwo</caption>
 </image>
 
</images>

can i get some help i just need the link sorted and its done…