Goku: IF ELSE für Bilder

hi,

ich hoffe, ihr könnt mir helfen, denn:
ich habe so ne art news in meiner seite, kann das von ner andern homepage aus mit html und java bearbeiten, und will, dass sich bei mir ein anderes bild zeigt, als bei meinem freind, also so ein if else dingen, leider versteh ich aber nix von java, sondern kopier immer schön doof die scripts, also, wollt ich fragen, ob ihr mir helfen könnt. ich geb mal den htmltext von unseren news hier ein:

<html>
<head>
<style type="text/css">
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
</style>
<style type="text/css">
body, textarea {
  background-color:#397AFF;
  font-family:"Verdana";
  scrollbar-base-color:#315CFD;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#0090FF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#0E43B0;
  scrollbar-highlight-color:#0090FF;
  scrollbar-shadow-color:#06204B;
  scrollbar-track-color:#315CFD;
}
</style>
<style type="text/css">
p  {
 font-family: Verdana;}
h1 {
 font-family: Verdana;}
table {l
 font-family: Verdana;}
td {
 font-family: Verdana;}
 body {
  font-family: Arial;
  background-image:url(http://mitglied.lycos.de/killergokux/design/BG.jpg);
  background-osition:left;
  background-repeat:no-repeat;
  background-attachment:fixed; padding:0px; }
</style>
<title>KillerClanX - News</title>
</head>
<body>
<div align="center">
<table border="1" bgcolor="#0E43B0" bordercolor="#05328C" width="450px" cellspacing=0 cellpadding=0><tr align="center">

<td>
<div align="left"><img src="http://mitglied.lycos.de/killergokux/design/KillerGokuX.gif" border="0"></div>
</td>
<td width="80%">
<div align="left"><font face="verdana" size="1" color="#000000">-=<b>[-ueberschrift-]</b>=-<br> von <b><a href="mailto:[-email-]">[-newsauthor-]</a></b><br> am <b>[-datum-]</b><br> um <b>[-zeit-]</b></font></div>
</td>
</tr>
</table>

<table border="1" bgcolor="#0E43B0" bordercolor="#05328C" width="450px" cellspacing=0 cellpadding=5>
<tr><td>
<font face="verdana" size="1" color="#FFFFFF">[-newstext-]</font>
</td></tr>
</table>

<table border="1" bgcolor="#0E43B0" bordercolor="#05328C" width="450px" cellspacing=0 cellpadding=5>
<tr align="center">
<td width="20%">
<font face="verdana" size="1" color="#FFFFFF"><b>[-kommentarbutton-]</b></font>
</td>
</tr>
</table>
<br><br>
</div>
</body></html>

vielleicht werdet ihr ja daraus schlau

mfg Goku

und THX im Voraus