<!-- Begin HEADER code
	// Copyright 2010 © pHbalansertkosthold.no
	var color					= "ffffff"	// Flash color 
	var flashheight		= "10"			// Height of flash in pixels
	var flashwidth		= "850"			// Width of flash in pixels
	var flashalign		= "right"		// Flash align side
	var topspacing		= "0"		  	// Logo top space
	var spacebot			= "no"			// Use a logo bottom space
	var botspacing		= "20"			// Logo bottom space amount
	document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%">');
	document.write('<tr>');
	document.write('<td align="left">');
	document.write('<img src="images/spacer.gif" width="10" height="'+topspacing+'"><br>');
	document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td valign="bottom" align="'+flashalign+'">');
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="logo">');
	document.write('<param name="movie" value="logo.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="bgcolor" value=#'+color+'>');
	document.write('<embed src="logo.swf" quality="high" wmode="transparent" bgcolor=#'+color+' width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document.write('</embed>');
	document.write('</object>');
	document.write('<br>');
  if (spacebot == "yes") 
	  {
			document.write('<img src="images/spacer.gif" width="10" height="'+botspacing+'"><br>');
		}
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
//  End HEADER code -->
