function emailMe(){
  with(document) {
    write("<a href='mailto:weblog");
    write("@cotw-internet-marketing.com");
    write("?subject=Weblog: Google Dancin\'");
    write("'>Contact Anita</a>");
  }
}

function blogHop(){
  with(document) {
    write("<div class='buttons'>");
    write("<em>Rate Me on <a href='http://www.bloghop.com/'>BlogHop.com</a>!</em>");
    write("<a href='http://www.bloghop.com/ratemyblog.htm?rate=rate1&rid=32801'><img src='http://www.cotw-internet-marketing.com/images/bloghop-rate1.gif' width='9' height='9' border='0' hspace='0' vspace='0' alt='the best'></a>");
    write("<a href='http://www.bloghop.com/ratemyblog.htm?rate=rate2&rid=32801'><img src='http://www.cotw-internet-marketing.com/images/bloghop-rate2.gif' width='9' height='9' border='0' hspace='0' vspace='0' alt='pretty good'></a>");
    write("<a href='http://www.bloghop.com/ratemyblog.htm?rate=rate3&rid=32801'><img src='http://www.cotw-internet-marketing.com/images/bloghop-rate3.gif' width='9' height='9' border='0' hspace='0' vspace='0' alt='okay'></a>");
    write("<a href='http://www.bloghop.com/ratemyblog.htm?rate=rate4&rid=32801'><img src='http://www.cotw-internet-marketing.com/images/bloghop-rate4.gif' width='9' height='9' border='0' hspace='0' vspace='0' alt='pretty bad'></a>");
    write("<a href='http://www.bloghop.com/ratemyblog.htm?rate=rate5&rid=32801'><img src='http://www.cotw-internet-marketing.com/images/bloghop-rate5.gif' width='9' height='9' border='0' hspace='0' vspace='0' alt='the worst'></a>");
    write("<em><a href='http://www.bloghop.com/help.htm'>help?</a></em>");
    write("</div>");
  }
}


