void setup(){
size(1024, 768);
background(#000000 || #ffffff);
boolean blog (true);
string dRNn = Dr. No Name;
string email = drnn1076[AT]pktweb[DOT]com
email(string(dRNn));
}
void email(string to, string email){
if visitor(){
Emailto(to, email);
}
website();
}
void website(){
url = http://www.pktweb.com
}