<!-- Beginning of JavaScript -
function gen_code() {
	siteid = gen.id.value
	logovalue = gen.logo.value
	logopath = "/XLink/Images/" + logovalue + ".gif"
	
	document.write('<font face="Arial" size="2" color="#000000">');
	document.write("Here is a copy of The Ocean County Library Business Link Exchange customized for " + siteid + ".<br>");
	document.write("Please copy and paste this code into an appropriate location on your site.<br><br>")
	document.write('<textarea rows="5" name="code" cols="70" style="font-family: Arial; font-size: 8pt"><font size="1">&lt;table border="0">');
	document.write('&lt;tr>');
	document.write('&lt;td>&lt;p align="center">&lt;font size="1">');
	document.write(" " + siteid + " supports the</font><br>");
	document.write('&lt;a href="/XLink/index.htm" target="_top">&lt;img src="' + logopath + '" alt="The Ocean County Library Business Link Exchange" border="0">&lt;br>&lt;/a>');
	document.write('&lt;a href="/" target="_top">&lt;font size="1">[Ocean County Library]&lt;/font>&lt;/a>&lt;font size="1"> &lt;/font>');
	document.write('&lt;a href="/XLink/directory.htm" target="_top">&lt;font size="1">[Member Sites]&lt;/font>&lt;/a>&lt;font size="1"> &lt;/font>');
	document.write('&lt;a href="/XLink/Join.htm" target="_top">&lt;font size="1">[Join]&lt;/font>&lt;/a>');
	document.write('&lt;/td>');
	document.write('&lt;/tr>');
	document.write('&lt;/table></textarea><br><br><hr>');
	document.write('<font size="2">Once the code has been inserted, it should look like this:<br><br>');
	document.write('<table border="0">');
	document.write('<tr>');
	document.write('<td><p align="center"><font size="1">');
	document.write(" " + siteid + " supports the</font><br>");
	document.write('<a href="/XLink/index.htm" target="_top"><img src="/XLink/Images/' + logovalue + '.gif" alt="The Ocean County Library Link Exchange" border="0"><br></a>');
	document.write('<a href="/" target="_top"><font size="1">[Ocean County Library]</font></a><font size="1"> </font>');
	document.write('<a href="/XLink/directory.htm" target="_top"><font size="1">[Member Sites]</font></a><font size="1"> </font>');
	document.write('<a href="/XLink/Join.htm" target="_top"><font size="1">[Join]</font></a></p>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	}
// - End of JavaScript - -->
