if (whichTopAd=="leaderboard")
{	
myVar = getCookie("number");
var expdate = new Date ();
expdate.setTime (expdate.getTime() + (365 * 24 * 60 * 60 * 1000));
if (! myVar) {
         myRandom = getRandom();
         setCookie("number", myRandom, expdate.toGMTString(), "/");
}
    document.write("&nbsp;");
    document.write("<div style=\"text-indent:90px;\"><img src=\"http://images.nationaljournal.com/NJ/img/adrule.gif\" width=\"474\" height=\"20\" border=\"0\" alt=\"Paid Advertisement\"></div>");
    document.write("<IFRAME src=\"http://ad.doubleclick.net/adi/www.nationaljournal.com/common;pos=top;sz=728x90;tile=1;u=",myVar,";ord=",mylongrandom," name=\"frame728901\" width=728 height=90 border=\"0\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" > ");
    document.write("<a href=\"http://ad.doubleclick.net/jump/www.nationaljournal.com/common;pos=top;abr=!ie4;abr=!ie4;sz=728x90;tile=1;u=",myVar,";ord=",mylongrandom," > ");
    document.write("<img src=\"http://ad.doubleclick.net/ad/www.nationaljournal.com/common;pos=top;abr=!ie4;abr=!ie4;sz=728x90;tile=1;u=",myVar,";ord=",mylongrandom," height=90 width=728 border=0 ></a> ");
    document.write("</IFRAME> ");
    document.write("<div style=\"text-indent:90px;\"><img src=\"http://images.nationaljournal.com/NJ/img/adrule.gif\" width=\"474\" height=\"20\" border=\"0\" alt=\"Paid Advertisement\"></div>");
}