Monday, May 25, 2009

Delineating Integrity

Let's get spontaneous!
Look, see that chick over there?
Check this out.

[SCRIPT LANGUAGE="PickUpScript"]

function randInt(low,high)
{return Math.floor(Math.random()*(high-low+1)+1);}

function SnagACHICK()

{n = randInt(1,10);
if (n=1) return "Hey.";
else if (n=2) return "Got the time?";
else if (n=3) then return "Need some excitement?";
else if (n=4) then return "You're looking nice.";
else if (n=5) then return "Need a man?";
else if (n=6) then return "What brings you here?";
else if (n=7) then return "I was noticing you.";
else if (n=8) then return "How about it?";
else if (n=9) then return "You, me, and let's go see?";
else if (n=10) then return "You'll do.";}

[/SCRIPT]

Tsss.
Whatever, man.
No play.
What's her problem anyway?
What gives?

I tell ya.
Ain't no point in being genuine anymore.

No comments:

Post a Comment