<!--
var flashwidth = "400";		// width of the flash changer (in pixels)
var flashheight = "325";	// height of the flash changer (in pixels)
var color = "ffffff";		// flash changer background color
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'" bgcolor="#'+color+'"><tr><td>');
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-home">');
document.write('<param name="movie" value="imagechanger-home.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-home.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="imagechanger-home" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
document.write('</embed></object><br></td></tr></table>');
//-->
