// JavaScript Document
//text and html versions
function setType() {	
  makeCookie("type", "text", 365);

}
function setType2() {	
  makeCookie("type", "html", 365);

}