Zum aktuellsten Eintrag

Einträge vom: 05.02.2005

... just listening

All 4 One  

I swear


I swear by the moon and the stars in the sky
and I swear like the shadow that's by your side

I see the questions in your eyes
I know what's weighing on your mind
You can be sure I know my part
Cause I stand beside you through the years
You'll only cry those happy tears
And though I make mistakes
I'll never break your heart

Chorus
And I swear by the moon
And the stars in the sky I'll be there
I swear like the shadow that's by your side I'll be there
For better or worse
Till death do us part
I'll love you with every beat of my heart
And I swear

I'll give you every thing I can
I'll build your dreams with these two hands
We'll hang some memories on the wall
And when (and when) just the two of us are there
You won't have to ask if I still care
Cause as the time turns the page
My love won't age at all

And I swear (I swear) by the moon
And the stars in the sky I'll be there (I'll be there)
I swear (and I swear) like the shadow that's by your side
I'll be there (I'll be there)

For better or worse
Till death do us part
I'll love you with every beat of my heart
And I swear

And I swear (I swear) by the moon
And the stars in the sky I'll be there (I'll be there)
I swear (and I swear) like the shadow that's by your side
I'll be there (I'll be there)

For better or worse (better or worse)
Till death do us part I'll love you
With every single beat of my heart
I swear I swear I swear

© All 4 one

Silvio 05.02.2005, 10.24| (1/0) Kommentare (RSS) | TB | PL | einsortiert in: Musik

... function samstag()

function samstag () {
$Zeit = (24 - verstriche Stunden);

$normal1 = "einkaufen";
$normal2 = "wäsche waschen";
$normal3 = "bude aufräumen";
$normal4 = "essen und trinken";

$extra1 ="plan A"; // vorgenommen zu erledigende Arbeiten
$extra2 ="plan B"; // falls unvorhersehbare Störfaktoren eintreten
$extra3 ="improvision"; // falls alle Pläne den Bach runter gehen

$result = ($Zeit - ($normal1 + $normal2 + $normal3 +$normal4 + $extra1 + $extra2 + $extra3 ));

if ($result <=0)
      {
       echo"Alarm! Ihr Zeikonto ist überschritten! Beantragen Sie einen Zusatztag "Samstag"!";
       }
else
      {
       echo"Mach hinne und lass den Quatzsch hier, hast Du nix zum tun?!"; 
       }
}

samstag();

----

und nun ratet mal, welche Ausgabe ich hier habe ;-)

Silvio 05.02.2005, 09.50| (2/0) Kommentare (RSS) | TB | PL | einsortiert in: ProgrammersWorld