// Copyright © 1999 Doug Popeney
// Created by Doug Popeney (easyjava@easyjavascipt.com)
// JavaScript Made Easy!! - http://www.easyjavascript.com
var quotenumber = 44 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
quotes = new Array
quotes[1] = "Did you feel that?"
quotes[2] = "love knows no sex / sex knows no gender"
quotes[3] = "Find a girl of your own"
quotes[4] = "Let the journey begin with one soft kiss on the soul"
quotes[5] = "I want a woman with muscle"
quotes[6] = "God help the soul who tries to come between us"
quotes[7] = "By feeding me the fruit of your existence I will taste you completely"
quotes[8] = "I am content to bathe in her wake and watch her shine like a thousand burning stars"
quotes[9] = "sweet daddy biker butch badass bitch of a dyke"
quotes[10] = "amazon lover in shiny black leather"
quotes[11] = "The trip will be special, come along for the ride"
quotes[12] = "The succulent spice of life"
quotes[13] = "do all the things u can't do at home . . ."
quotes[14] = "It hangs different on a sister"
quotes[15] = "how good it could be if we let ourselves be free"
quotes[16] = "is it down right dirty or just a bit flirty"
quotes[17] = "It all began because I felt that tingle"
quotes[18] = "Let me enjoy your sweet touch and the essence of your innocence"
quotes[19] = "You were a hard person to find and now that I have you, I love you"
quotes[20] = "me and you, chocolate syrup and whipped cream"
quotes[21] = "Sultry, sexy, sensual, scorching, satisfaction-seeking sistahs"
quotes[22] = "I long to find the woman who'll be the flesh to all that I envision"
quotes[23] = "Unbridled moments of pure eroticism"
quotes[24] = "Complete with a dash of sugar & spice."
quotes[25] = "Kissing you into blissful never endings"
quotes[26] = "To give each other peace, tranquility, serenity and security"
quotes[27] = "To love unconditionally without fear or regrets"
quotes[28] = "Everything in the world can’t revolve around her"
quotes[29] = "This is my love letter to you"
quotes[30] = "Experiencing unbridled desire whenever she’s near"
quotes[31] = "Yet her mystery is the true source of her beauty"
quotes[32] = "We are the ones we've been waiting for"
quotes[33] = "With a sensual motion and an even pace"
quotes[34] = "why do you not understand that you are the woman that I want"
quotes[35] = "will our hearts once again in unison sing"
quotes[36] = "I don’t have to change her and she wouldn’t dare try to change me"
quotes[37] = "I still long to touch the hem of her garment"
quotes[38] = "Drowning myself in my love for her"
quotes[39] = "Get on your knees and crawl for me"
quotes[40] = "Do you want me blindfolded, tied up or tied down"
quotes[41] = "Because you know I'll give you the most incredible fucking orgasm you've never had"
quotes[42] = "Trying to hold on to that last bit of sanity"
quotes[43] = "So you’ve never done this before"
quotes[44] = "It was your love that saved me"
var quote = quotes[rand1]
document.write("<i>" + quote + "</i>")
