<!--
var wr_images = new Array();
wr_images[0] = new Image();
wr_images[0].src = "http://www.gaycalgary.com/images/webring/wrtop_home_on.gif";
wr_images[1] = new Image();
wr_images[1].src = "http://www.gaycalgary.com/images/webring/wrtop_home_off.gif";
wr_images[2] = new Image();
wr_images[2].src = "http://www.gaycalgary.com/images/webring/wrtop_sites_on.gif";
wr_images[3] = new Image();
wr_images[3].src = "http://www.gaycalgary.com/images/webring/wrtop_sites_off.gif";
wr_images[4] = new Image();
wr_images[4].src = "http://www.gaycalgary.com/images/webring/wrbutton_prev_on.gif";
wr_images[5] = new Image();
wr_images[5].src = "http://www.gaycalgary.com/images/webring/wrbutton_prev_off.gif";
wr_images[6] = new Image();
wr_images[6].src = "http://www.gaycalgary.com/images/webring/wrbutton_next_on.gif";
wr_images[7] = new Image();
wr_images[7].src = "http://www.gaycalgary.com/images/webring/wrbutton_next_off.gif";
wr_images[8] = new Image();
wr_images[8].src = "http://www.gaycalgary.com/images/webring/wrbutton_rand_on.gif";
wr_images[9] = new Image();
wr_images[9].src = "http://www.gaycalgary.com/images/webring/wrbutton_rand_off.gif";

var output;
output =
  '<table style="width: 468px; height: 60px;" cellspacing="0" cellpadding="0">' +
  '<tr style="height: 34px;">' +
  '  <td rowspan="2" colspan="1" style="width: 160px;"><a href="http://www.gaycalgary.com/Webring"><img src="http://www.gaycalgary.com/images/webring/wrleftlogo.gif" style="border-width: 0px; width: 160px; height: 60px; margin: 0px;" alt="Made with GayCalgary.com Website Rings" /></a></td>' +
  '  <td colspan="2" style="width: 209px; background: url(http://www.gaycalgary.com/images/webring/wrtitlebar_bkg.gif) #FFFFFF no-repeat; color: #000000; font-weight: bold; font-size: 14px; text-align: left; vertical-align: middle;">Alberta LGBT Websites</td>' +
  '  <td style="width: 90px; text-align: right; background: url(http://www.gaycalgary.com/images/webring/wrtitlebargrad_bkg.gif) #FFFFFF repeat-x;"><a href="http://www.gaycalgary.com/Webring/Hub.aspx?id=2&action=home"><img name="wrbutton_home" src="http://www.gaycalgary.com/images/webring/wrtop_home_off.gif" style="width: 65px; height: 18px; border-width: 0px; margin-bottom: 0px;" alt="Website Ring Home Page" onmouseover="javascript: document.wrbutton_home.src=wr_images[0].src;" onmouseout="javascript: document.wrbutton_home.src=wr_images[1].src;" /></a><a href="http://www.gaycalgary.com/Webring/Hub.aspx?id=2&action=list"><img name="wrbutton_list" src="http://www.gaycalgary.com/images/webring/wrtop_sites_off.gif" style="width: 65px; height: 16px; border-width: 0px; margin-top: 0px;" alt="View a List of Sites in this Ring" onmouseover="javascript: document.wrbutton_list.src=wr_images[2].src;" onmouseout="javascript: document.wrbutton_list.src=wr_images[3].src;" /></a></td>' +
  '  <td rowspan="2" colspan="1" style="width: 9px;"><img src="http://www.gaycalgary.com/images/webring/wrrightend.gif" style="width: 9px; height: 60px; margin: 0px;" /></td>' +
  '</tr>' +
  '<tr style="height: 26px;">' +
  '  <td style="width: 90px; text-align: left; background: url(http://www.gaycalgary.com/images/webring/wrbuttonbar_bkg.gif) #FFFFFF repeat-x;"><a href="http://www.gaycalgary.com/Webring/Hub.aspx?id=2&action=prev"><img name="wrbutton_prev" src="http://www.gaycalgary.com/images/webring/wrbutton_prev_off.gif" style="width: 90px; height: 26px; border-width: 0px; margin: 0px;" alt="Previous Site: GayCalgary and Edmonton Magazine" onmouseover="javascript: document.wrbutton_prev.src=wr_images[4].src;" onmouseout="javascript: document.wrbutton_prev.src=wr_images[5].src;" /></a></td>' +
  '  <td style="width: 119px; background: url(http://www.gaycalgary.com/images/webring/wrbuttonbar_bkg.gif) #FFFFFF repeat-x;"><a href="http://www.gaycalgary.com/Webring/Hub.aspx?id=2&action=rand"><img name="wrbutton_rand" src="http://www.gaycalgary.com/images/webring/wrbutton_rand_off.gif" style="width: 119px; height: 26px; border-width: 0px; margin: 0px;" alt="Jump to a Random Site" onmouseover="javascript: document.wrbutton_rand.src=wr_images[8].src;" onmouseout="javascript: document.wrbutton_rand.src=wr_images[9].src;" /></a></td>' +
  '  <td style="width: 90px; text-align: right; background: url(http://www.gaycalgary.com/images/webring/wrbuttonbar_bkg.gif) #FFFFFF repeat-x;"><a href="http://www.gaycalgary.com/Webring/Hub.aspx?id=2&action=next"><img name="wrbutton_next" src="http://www.gaycalgary.com/images/webring/wrbutton_next_off.gif" style="width: 90px; height: 26px; border-width: 0px; margin: 0px;" alt="Next Site: Imperial Sovereign Court of the Wild Rose" onmouseover="javascript: document.wrbutton_next.src=wr_images[6].src;" onmouseout="javascript: document.wrbutton_next.src=wr_images[7].src;" /></a></td>' +
  '</tr>' +
  '</table>';

document.write(output);
//-->