function showCode(name) {
    alert("Here is the HTML for this banner:\n" 
	  + "<a href=\"http://hackles.org/\">"
	  + "<img src=\"http://hackles.org/images/" + name + "\" "
	  + "border=0></a>");
}
