document.writeln("<style type='text/css'>");
document.writeln(".juiceheader A {margin: 1em 2em;}");
document.writeln(".juiceheader A:link {text-decoration: none; color:red; }");
document.writeln(".juiceheader A:visited {text-decoration: none; color:red; }");
document.writeln(".juiceheader A:active {text-decoration: none; color:red; }");
document.writeln(".juiceheader A:hover {text-decoration: none; color:red; }");
document.writeln(".juiceheader {text-align:center; border:thin solid yellow; color:red; }");
document.writeln("</style>");
document.writeln("<div class='juiceheader'>");
document.writeln("<a href='http://www.kbcafe.com/juice/buy.html'>Buy</a>");
document.writeln("<a href='http://www.kbcafe.com/juice/download.html'>Download</a>");
document.writeln("<a href='http://www.kbcafe.com/juice/eureka.html'>How it Works</a>");
document.writeln("<a href='http://www.kbcafe.com/juice/download.wmv'>Tutorial</a>");
document.writeln("<a href='http://www.kbcafe.com/juice/'>Blog</a>");
document.writeln("</div>");

