//kendlebell print
document.write("print this page
");
function printme()
{
var thelocation = window.document.location.href;
var printurl = "http://www.kendlebell.com/printjapage.phtml?page="+escape(thelocation);
theprintwindow = open(printurl, "printwin");
theprintwindow.focus();
}