<?php
$file_array = array('http://www.kirupa.com/me/footer/footer_home.gif',
'http://www.kirupa.com/me/footer/footer_mit.gif',
'http://www.kirupa.com/me/footer/footer_music.gif',
'http://www.kirupa.com/me/footer/footer_music2.gif',
'http://www.kirupa.com/me/footer/footer_tv.gif',
'http://www.kirupa.com/me/footer/footer_orange.gif',
'http://www.kirupa.com/me/footer/footer_game.gif');
$total = count($file_array);
$random = (mt_rand()%$total);
$file = "$file_array[$random]";
print("<img src=$file></a>");
?>
<DL class=kASHglobal><DT>
<?php
$name = Kirupa;
print($name);
?>
```php
<?php
$name = 2004;
print($name);
print(""); $name = true; print($name); print("
"); $name = Kirupa; print($name); ?>