A very personal blog

lishwist 😛

switch (giftNumber) {

case 1: gift=”red Dell Inspiron 1440″; break;
case 2: gift=”genuine Windows 7″; break;
case 3: gift=”white musk cologne/perfume from The Body Shop”; break;
case 4: gift=”a box of OrGano Mocha instant coffee”; break;
case 5: gift=”bike”; break;
case 6: gift=”external hard drive”; break;
case 7: gift=”red adidas jacket”; break;
case 8: gift=”tall havs”; break;
case 9: gift=”starbucks mug”; break;
case 10: gift=”happy cactus/es from FFS”; break;
case 11: gift=”white philips earphones”; break;
case 12: gift=”black pilot gtech 0.4 refill”; break;
case 13: gift=”printed scotch tapes”; break;
case 14: gift=”9 oz strawberry banana blizzard from DQ”; break;
case 15: gift=”DVD series (Gossip Girl, Heroes, L Word)”; break;
case 16: gift=”ice skate!”; break;
case 17: gift=”books by Judith McNaught, Paulo Coelho, Bo Sanchez, Neil Gaiman”; break;
case 18: gift=”GCs anywhere”; break;
case 19: gift=”CASH: 5577 5300 3163 4056 BPI E-Cash”; break;

default: gift=”greet me! :)”; break;

}