if (Count()==1){
document.write("hey, you haven't visited us before, or at least for a while anyway!")
When()
}
else if (Count()>1)
document.write("you last visited us on <b>" + When() +"</b>")