/********************************************************************************
to send spotlight tag information in link with openPopup
used on healthcare_professional_tools pages
********************************************************************************/

function tag_spotlight_link(srcDisplay,srcSearch) {
    var axel = Math.random()+"";
    var a = axel * 10000000000000;
    var spotpixD = new Image();
    spotpixD.src = "http://ad.doubleclick.net/activity;" + srcDisplay + "num=" + a + "?";

    var axel = Math.random()+"";
    var a = axel * 10000000000000;
    var spotpixS = new Image();
    spotpixS.src = "http://ad.doubleclick.net/activity;" + srcSearch + "num="+ a + "?";

    spotpixS.load; //Loads image before call
    }
