<?php

require_once("./functions.php");

ibr_header("");
$output = '
            <table border="0" cellpadding="0" cellspacing="0">
              <tbody style="font-family: sans-serif, helvetice, arial;">
                <tr>
                  <td style="width: 40px;"></td>
                  <td style="text-align: center;" align="center"><img src="images/erde-1.gif" ALT="" height="250" width="250" border="0"></td>
                  <td style="width: 70px;"></td>
                  <td style="text-align: center;" align="center"><object CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" HEIGHT="250" WIDTH="250"><param NAME="loop" VALUE="true"><param NAME="wmode" VALUE="transparent"><param NAME="movie" VALUE="./flash/bilder-1.swf"><param NAME="quality" VALUE="best"><param NAME="play" VALUE="true"><embed HEIGHT="250" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" SRC="./flash/bilder-1.swf" TYPE="application/x-shockwave-flash" WIDTH="250" quality="best" play="true" wmode="transparent" loop="true"></object></td>
                </tr>
                <tr style="height: 30 px;">
                  <td></td>
                  <td style="text-align: center; vertical-align: middle; font-size: 20pt; color: #276710;">global denken</td>
                  <td></td>
                  <td style="text-align: center; vertical-align: middle; font-size: 20pt; color: #276710;">lokal handeln</td>
                </tr>
              </tbody>
            </table>';
echo $output;
ibr_footer();
?>