<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var color		= "EEF1F9"	// HEADER BACKGROUND COLOR
var flashheight		= "80"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 align="center" width="100%" BGCOLOR="#'+color+'"><div id="flash">');
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="flash" ALIGN="center">');
document.write('<PARAM NAME=movie VALUE="imagechanger.swf"> <PARAM NAME=quality VALUE=high> ');
//document.write('<PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#000000>');
document.write('<PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#EEF1F9>');
document.write('<EMBED src="imagechanger.swf" quality=high wmode=transparent bgcolor=#000000 WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br></div>');
//document.write('<td width="750" align="center" valign="top" background="picts/top-picture-end.gif">');
document.write('</td></tr></table>');



//  End -->