function recordOutboundLink(link,click)
{new Ajax.Request('/record_click/'+click,{method:'get'});setTimeout('document.location = "'+link.href+'"',100);return false;}
