/* 
FUNCTION: brandingTag
DESCRIPION: Adds a branding tag to the bottom of the page
*/

function brandingTag() {
  document.write("<style>#fswpTag {position: relative; margin: 20px 0 0 0; float: right; padding: 0; text-align: right; z-index: 99;} #fswpTag img {display: block;} .fswpDim {opacity: .60; filter: alpha(opacity=60); -moz-opacity: 0.60;} .fswpFull {opacity: .90; filter: alpha(opacity=90); -moz-opacity: 0.90;}</style><div id=\"fswpTag\" class=\"fswpDim\" onclick=\"$(this).switchOff()\" onmouseover=\"this.className=\'fswpFull\'\" onmouseout=\"this.className=\'fswpDim\'\"><a href=\"http://www.forreststewart.com\" title=\"Forrest Stewart Web Productions\" class=\"popup\"><img src=\"http://services.forreststewart.com/branding/_fswpTag.png\" alt=\"Site design and development by Forrest Stewart Web Productions. Click for more information.\" /></a></div>");
}
