<!-- Begin IMAGECHANGER code
	// Copyright 2010 © pHbalansertkosthold.no
	// IMAGE CHANGER OPTIONS FILE
	var flashwidth		= "390"			// Width of flash in pixels
	var flashheight		= "130"			// Height of flash in pixels
	var color					= "ffffff"	// Image changer background color
	// COPYRIGHT 2009 © Allwebco Design Corporation
	// Unauthorized use or sale of this script is strictly prohibited by law
	
	// YOU DO NOT NEED TO EDIT BELOW THIS LINE
	document.write('<div id="flash">');
	document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'">');
	document.write('<tr>');
	document.write('<td valign="middle" align="center">');
	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="imagechanger">');
	document.write('<param name="movie" value="imagechanger.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="imagechanger.swf" quality="high" wmode="transparent" bgcolor="#'+color+'" width="'+flashwidth+'" height="'+flashheight+'" name="imagechanger" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');
//  End IMAGECHANGER code -->
