<!-- Start


// NOTE: If you use a ' add a slash before it like this \'



var color	= "FFFFFF"	// HEADER BACKGROUND COLOR






document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="right" bgcolor="#'+color+'">');
document.write('<br><img border="0" src="images/bilde_top1.jpg" width="131" height="100">');
document.write('</td><td align="center" bgcolor="#'+color+'">');
document.write('<a href="index.htm"><img border="0" src="logo.jpg" width="400" height="100"></a><br>');
document.write('</td><td align="left" bgcolor="#'+color+'">');
document.write('<br><img border="0" src="images/bilde_top2.jpg" width="146" height="100">');
document.write('</td></tr></table>');


//  End -->










