m1 = new Image();
m1.src = "images/buttons/m1.gif";
m1x = new Image();
m1x.src = "images/buttons/m1x.gif";
m2 = new Image();
m2.src = "images/buttons/m2.gif";
m2x = new Image();
m2x.src = "images/buttons/m2x.gif";
m3 = new Image();
m3.src = "images/buttons/m3.gif";
m3x = new Image();
m3x.src = "images/buttons/m3x.gif";
m4 = new Image();
m4.src = "images/buttons/m4.gif";
m4x = new Image();
m4x.src = "images/buttons/m4x.gif";
m5 = new Image();
m5.src = "images/buttons/m5.gif";
m5x = new Image();
m5x.src = "images/buttons/m5x.gif";

document.writeln ('<table border=0 cellpadding=0 cellspacing=0 width=100%>');
document.writeln ('<tr>');
document.writeln ('<td valign=top>');
document.writeln ('<IMG SRC="images/logo.gif"  BORDER=0 ALIGN=TOP></td>');
document.writeln ('<td> &nbsp;&nbsp;&nbsp;</td>');
document.writeln ('<td valign=top><font size="+2" face="arial"><i>Working for a sustainable future</i></font><p>');
document.writeln ('<font face="arial">Ecojobs - A competitive, knowledgeable. committed and compliance-focused environmental workforce for your project</font></td>');
document.writeln ('<td> &nbsp;&nbsp;&nbsp;</td>');
document.writeln ('<td valign=top align=right><IMG SRC="images/logoej.gif"  BORDER=0 ALIGN=TOP></td>');
document.writeln ('</tr>');
document.writeln ('</table>');
document.writeln ('<br>');

document.writeln ('<table border=0 cellpadding=0 cellspacing=0>');
document.writeln ('<tr>');
document.writeln ('<td><A HREF="http://www.greenskills.org.au/"><img src="images/buttons/m1.gif" name="mm1" border="0" align=top onMouseover="mm1.src=m1x.src" onMouseout="mm1.src=m1.src"></a></td>');
document.writeln ('<td><A HREF="index.html"><img src="images/buttons/m2.gif" name="mm2" border="0" align=top onMouseover="mm2.src=m2x.src" onMouseout="mm2.src=m2.src"></a></td>');
document.writeln ('<td><A HREF="http://www.greenskills.org.au//projects/projhome.html"><img src="images/buttons/m3.gif" name="mm3" border="0" align=top onMouseover="mm3.src=m3x.src" onMouseout="mm3.src=m3.src"></a></td>');
document.writeln ('<td><A HREF="http://www.greenskills.org.au//training/trainhome.html"><img src="images/buttons/m4.gif" name="mm4" border="0" align=top onMouseover="mm4.src=m4x.src" onMouseout="mm4.src=m4.src"></a></td>');
document.writeln ('<td><A HREF="http://www.greenskills.org.au//csl/cslhome.html"><img src="images/buttons/m5.gif" name="mm5" border="0" align=top onMouseover="mm5.src=m5x.src" onMouseout="mm5.src=m5.src"></a></td>');
document.writeln ('</tr>');
document.writeln ('</table>');


