Friday, February 9, 2007

Girlfriend();


function girlfriend.ask(question) {
switch (question) {
case "Do I look fat in this?": {
return null;
break
}
case "Is this lipstick on your shirt": {
return "We need to talk."
break
}
case "we need to talk": {
return "I love you.";
break
}
}
}

No comments: