// This is a random quote script created by www.funkyvision.co.uk
// By using this script you agree that we will not be held responsible for any damages to you or your business or website
// For more scripts, tutorials, free Cpanel hosting and all round webmaster resources please visit the site below
// http://www.funkyvision.co.uk
$random_text = rand(1,5);
if($random_text == "1") {
// change the text below for quote one
echo " Today the sun was my lover, when no one else dared
Its warmth lustfully shrouding my body
Its ravenous rays touching me everywhere
Every nook and cranny the sun could reach
Playful, tantalising, as though to teach
That there is more to life than men
";
}elseif($random_text == "2") {
// change the text below for quote two
echo "Shielding my face from the sun as it burnt my flesh
Whilst caressing my breasts, arms and legs
And that special place the sun has no knowledge of
I longingly received its embrace
This afternoon, when the sun was my lover
";
}elseif($random_text == "3") {
// change the text below for quote three
echo "Then the wind came to aid a long lost friend
It blew gently, creating tingling sensations
The sun heating, the wind cooling
All over my skin, spreading its vibrations
The sun and the wind, a most natural thing
";
}elseif($random_text == "4") {
// change the text below for quote four
echo "The sun knows what I need to be aroused, to bring me alive
To prepare my body ready for love
Then, violent muscular spasms caused me to erupt in glee
As the sun looked on and the wind paused temporarily
This afternoon, when the sun was my lover
";
}elseif($random_text == "5") {
// change the text below for quote five
echo " It has no shame in fondling me
To satisfy my hunger, my ache for you
While the carefree wind plays along innocently
What better lover could there be
Than the sun!";
}
?>