<!--

function ordval()
{
 var axel = Math.random() + "";
 var randomnum = ( axel * 1000000000000000000);
 return randomnum;
}

function dblclkban(pagename,width,height,thetarget)
{
 ourrandom = ordval();

 if (thetarget == "")
  thetarget = "_self";

 document.write("<a href=\"http://ad.uk.doubleclick.net/jump/www.financelink.co.uk/" + pagename);
 document.write(";sz=" + width + "x" + height + ";ord=" + ourrandom + "?\" target=\"" + thetarget + "\">");
 document.write("<img width=" + width + " height=" + height + " src=\"http://ad.uk.doubleclick.net/ad/www.financelink.co.uk/" + pagename);
 document.write(";sz=" + width + "x" + height + ";ord=" + ourrandom + "?\" border=\"0\"></a>");
}

-->
