//alert("hi");
function countClick(email)
{
var emailaddress = email;

  img = document.getElementById('myimage');
  img.src = 'http://proc.flightcentre.co.nz/emailclick.php?email=' + emailaddress +'&rnd=' + Math.random();
}

