<%@ taglib uri="http://www.entplace.com/taglibs/ep" prefix="ep" %> <%@ page import="java.util.HashMap" %> <%! static HashMap adMap = new HashMap(); private class adEnt { String key; String img; String halign; String valign; String height; String width; adEnt(String key, String img, String valign, String halign, String height, String width) { this.key = key; this.img = img; this.halign = halign; this.valign = valign; this.height = height; this.width = width; adMap.put(key, this); } } static String imgDir = "/epimg/share/ads/"; { new adEnt("altavista", imgDir+"altavista.gif", "", "", "", ""); new adEnt("aol", imgDir+"aol.gif", "", "center", "", ""); new adEnt("askjeeves", imgDir+"askjeeves.gif", "top", "right", "", ""); new adEnt("att", imgDir+"att.gif", "", "right", "", ""); new adEnt("bizjournals", imgDir+"bizjournals.gif", "top", "", "", ""); new adEnt("cnet", imgDir+"cnet.gif", "", "center", "", ""); new adEnt("compuserve", imgDir+"compuserve.gif", "bottom", "", "", ""); new adEnt("dogpile", imgDir+"dogpile.gif", "", "", "", ""); new adEnt("earthlink", imgDir+"earthlink.gif", "", "center", "", ""); new adEnt("excite", imgDir+"excite.gif", "", "", "", ""); new adEnt("gohip", imgDir+"gohip.gif", "top", "center", "", ""); new adEnt("google", imgDir+"google.gif", "", "center", "", ""); new adEnt("infospace", imgDir+"infospace.jpg", "", "right", "", ""); new adEnt("lycos", imgDir+"lycos.gif", "", "", "", ""); new adEnt("mamma", imgDir+"mamma.gif", "", "center", "", ""); new adEnt("metacrawler", imgDir+"metacrawler.gif", "", "", "", ""); new adEnt("msn", imgDir+"msn.gif", "", "right", "", ""); new adEnt("netscape", imgDir+"netscape.gif", "", "center", "", ""); new adEnt("nytimes", imgDir+"nytimes.gif", "", "", "", ""); new adEnt("webcrawler", imgDir+"webcrawler.gif", "", "", "", ""); }; static String[] adOrder = { "bizjournals", "nytimes", "aol", "askjeeves", "google", "cnet", "msn", "dogpile", "earthlink", "excite", "gohip", "metacrawler", "infospace", "compuserve", "mamma", "altavista", "lycos", "netscape", "att" }; String biztalkradioImg = "/epimg/share/ads/biztalkradio.jpg"; String biztalkradio1Img = "/epimg/share/ads/biztalkradio1.gif"; %>
Where MergerPlace Advertises
 
Listen to our current Ad!

 
Your listings are continuously exposed to thousands of qualified buyers being attracted to our website through advertising we have strategically placed on several hundred leading Internet destinations some of which are shown here:
<%! String b = "0"; int i = 0; int column = 0; static int numColumns = 3; %>  
<% for (i=0; i < adOrder.length; i++) { if (column == numColumns) { %> <% column = 0; } adEnt ad = (adEnt)adMap.get(adOrder[i]); %> <% column++; } %>