/*

url is the address you want the link to go to - the href attribute. if you want to measure the hits, set the url to be "/redirect/" and edit the redirect page on the web server
e.g.:
var url = '/recruitment/liveonline/liveonline1.html?l1=3&l2=10';
var url = '/redirect/';

linktarget is the target attribute. "_top" will open in the same browser window and "_blank" will open it in a new window [best for PDFs]

alttext is the alt attribute for the img tag. This can be anything, but do not have any single quotes in it as it will not work correctly.

*/

var url = '/redirect/';
var linktarget = '_top';
var alttext = 'Click here to view the article on Transforming Your Future';