// JavaScript to add the horizontal Web Ring (light background) 
// HTML to a member page

var sWR;
var sURL = document.location.hostname;

sWR  = '<link href="http://www.fscil.com/support/wrclients.css" rel="STYLESHEET" type="text/css">';
sWR += '<table width="162" cellpadding="0" cellspacing="1"><tr>';
sWR += '<td><a href="http://www.fscil.com"><img src="http://www.fscil.com/support/webring_graphic.gif" alt="Freeport/Stephenson County Web Ring" title="Freeport/Stephenson County Web Ring" width="162" height="36" border="0"></a></td>';
sWR += '</tr><tr>';
sWR += '<td nowrap><div align="center" class="wr_horiz_A"><a href="http://www.fscil.com/ringride.asp?fn=nxt&dom=';
sWR += sURL;
sWR += '" class="wr_horiz_A">Next</a> &nbsp;|&nbsp; <a href="http://www.fscil.com/ringride.asp?fn=ran&dom=';
sWR += sURL;
sWR += '" class="wr_horiz_A">Random</a> &nbsp;|&nbsp; <a href="http://www.fscil.com/members.asp" class="wr_horiz_A">List</a> &nbsp;|&nbsp; <a href="http://www.fscil.com/join.asp" class="wr_horiz_A">Join</a></div></td>';
sWR += '</tr></table>';
document.write (sWR);

