var popWindow="width=500,height=480,resizable=1,scrollbars=1";
var strLinkWeaver = ""


function LWEmail () {
	window.open('http://cgi.newsweaver.net/cgi-bin/linkweaver/email.pl?url='+document.location.href,'linkweaver',popWindow);
	return false;
}
function LWPrint () {
	window.open('http://cgi.newsweaver.net/cgi-bin/linkweaver/print.pl?url='+document.location.href,'linkweaver',popWindow);
	return false;
}
function LWComment () {
	window.open('http://cgi.newsweaver.net/cgi-bin/linkweaver/comment.pl?url='+document.location.href,'linkweaver',popWindow);
	return false;
}
function LWRate () {
	window.open('http://cgi.newsweaver.net/cgi-bin/linkweaver/rate.pl?url='+document.location.href,'linkweaver',popWindow);
	return false;
}
function LWPopular () {
	window.open('http://cgi.newsweaver.net/cgi-bin/linkweaver/popular.pl?url='+document.location.href,'linkweaver',popWindow);
	return false;
}
//function Subscribe () {
//	window.open('http://arizonarepublic.savethis.clickability.com/st/saveThisApp?clickMap=saveThis'+document.location.href,'linkweaver',popWindow);
//	return false;
//}
if ((blnStoryTemplateTypesSave = true) || (blnStoryTemplateTypesEmail = true) || (blnStoryTemplateTypesPrint = true) || (blnStoryTemplateTypesComment = true) || (blnStoryTemplateTypesRate = true) || (blnStoryTemplateTypesPopular = true) || (blnStoryTemplateTypesSubscribe = true)) {
  strLinkWeaver+="<table width=\"100%\" align=\"center\" cellspacing=\"0\" cellpadding=\"0\">";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td align=\"left\" valign=\"top\" width=\"100%\" height=\"5\"><img src=\"/newsweaverincludes/images/spacer.gif\" width=\"100%\" height=\"5\"></td></tr>";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td align=\"left\" valign=\"top\" width=\"100%\" height=\"1\" class=\"layoutHorizontalRuleBackgroundColor\"></td></tr>";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td align=\"left\" valign=\"top\" width=\"100%\" height=\"2\"></td></tr>";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td width=\"100%\" valign=\"top\" align=\"left\" height=\"14\">";

  if (blnStoryTemplateTypesSave == true) {
    strLinkWeaver+="<a href=\"#\" OnClick=\"SetLinkWeaverValues()\"><IMG src=\"/images/linkweaver/save.gif\" border=\"0\" alt=\"Save\" title=\"Save\" width=\"43\" height=\"17\"></a><img src=\"/newsweaverincludes/images/spacer.gif\" width=\"2\">";
  }
  if (blnStoryTemplateTypesEmail == true) {
    strLinkWeaver+="<a href=\"#\" OnClick=\"return(LWEmail());\"><IMG src=\"/images/linkweaver/email.gif\" border=\"0\" alt=\"Email\" title=\"Email\" width=\"51\" height=\"17\"></a> <img src=\"/newsweaverincludes/images/spacer.gif\" width=\"2\">";
  }
  if (blnStoryTemplateTypesPrint == true) {
    strLinkWeaver+="<a href=\"#\" OnClick=\"return(LWPrint());\"><IMG src=\"/images/linkweaver/print.gif\" border=\"0\" alt=\"Print\" title=\"Print\" width=\"43\" height=\"17\"></a> <img src=\"/newsweaverincludes/images/spacer.gif\" width=\"2\">";
 }
  if (blnStoryTemplateTypesComment == true) {
    strLinkWeaver+="<a href=\"#\" OnClick=\"return(LWComment());\"><IMG src=\"/images/linkweaver/comment.gif\" border=\"0\" alt=\"Comment\" title=\"Comment\" width=\"65\" height=\"17\"></a> <img src=\"/newsweaverincludes/images/spacer.gif\" width=\"2\">";
  }
  if (blnStoryTemplateTypesRate == true) {
    strLinkWeaver+="<a href=\"#\" OnClick=\"return(LWRate());\"><IMG src=\"/images/linkweaver/rate.gif\" border=\"0\" alt=\"Rate\" title=\"Rate\" width=\"39\" height=\"17\"></a><img src=\"/newsweaverincludes/images/spacer.gif\" width=\"2\">";
  }
  if (blnStoryTemplateTypesPopular == true) {
    strLinkWeaver+="<a href=\"#\" OnClick=\"return(LWPopular());\"><IMG src=\"/images/linkweaver/mostpopular.gif\" border=\"0\" alt=\"Most Popular\" title=\"Most Popular\" width=\"52\" height=\"17\"></a> <img src=\"/newsweaverincludes/images/spacer.gif\" width=\"2\">";
  }
  if (blnStoryTemplateTypesSubscribe == true) {
    strLinkWeaver+="<a href=\"https://secure1.infi.net/theadvertiser/customerservice/ezpaysubscribe.html\"><IMG src=\"/images/linkweaver/subscribe.gif\" border=\"0\" alt=\"Subscribe\" title=\"Subscribe\" width=\"63\" height=\"17\"></a>";
  }

  strLinkWeaver+="</td></tr>";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td align=\"left\" valign=\"top\" width=\"100%\" height=\"2\"></td></tr>";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td align=\"left\" valign=\"top\" width=\"100%\" height=\"1\"  class=\"layoutHorizontalRuleBackgroundColor\"></td></tr>";
  strLinkWeaver+="  <tr>";
  strLinkWeaver+="    <td align=\"left\" valign=\"top\" width=\"100%\" height=\"5\"></td></tr></table>";

  document.write(strLinkWeaver);
}



