<!-- Begin

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

// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF
// WIDTH OF THE FLASH (IN PIXELS)


// START FLASH CHANGER CODE


var showsflash		= "Yes"		// SHOW FLASH IMAGE CHANGER
var Iflashcolor		= "000000"	// FLASH CHANGER COLOR
var Iflashwidth		= "200"		// WIDTH OF THE FLASH CHANGER (IN PIXELS)
var Iflashheight	= "134"		// HEIGHT OF THE FLASH CHANGER (IN PIXELS)
var bordercolor		= "666666"	// FLASH CHANGER BORDER COLOR




document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');




// START FIRST TEXT AREA

// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td valign="top">')
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="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" id="imagechanger" ALIGN="CENTRE">')
document.write('<PARAM NAME=movie VALUE="imagechanger.swf">')
document.write('<PARAM NAME=quality VALUE=high>')
document.write('<PARAM NAME=bgcolor VALUE=#'+Iflashcolor+'>')
document.write('<EMBED src="imagechanger.swf" quality=high bgcolor=#'+Iflashcolor+'  WIDTH="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
document.write('</EMBED>')
document.write('</OBJECT><br><br>')
document.write('</td></tr></table>')
}

   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td valign="top">')
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="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" id="imagechanger" ALIGN="CENTRE">')
document.write('<PARAM NAME=movie VALUE="imagechanger2.swf">')
document.write('<PARAM NAME=quality VALUE=high>')
document.write('<PARAM NAME=bgcolor VALUE=#'+Iflashcolor+'>')
document.write('<EMBED src="imagechanger2.swf" quality=high bgcolor=#'+Iflashcolor+'  WIDTH="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
document.write('</EMBED>')
document.write('</OBJECT><br><br>')
document.write('</td></tr></table>')
}

   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td valign="top">')
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="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" id="imagechanger" ALIGN="CENTRE">')
document.write('<PARAM NAME=movie VALUE="imagechanger3.swf">')
document.write('<PARAM NAME=quality VALUE=high>')
document.write('<PARAM NAME=bgcolor VALUE=#'+Iflashcolor+'>')
document.write('<EMBED src="imagechanger3.swf" quality=high bgcolor=#'+Iflashcolor+'  WIDTH="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
document.write('</EMBED>')
document.write('</OBJECT><br><br>')
document.write('</td></tr></table>')
}

   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bordercolor="#'+bordercolor+'" style="border-collapse:collapse"><tr><td valign="top">')
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="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" id="imagechanger" ALIGN="CENTRE">')
document.write('<PARAM NAME=movie VALUE="imagechanger4.swf">')
document.write('<PARAM NAME=quality VALUE=high>')
document.write('<PARAM NAME=bgcolor VALUE=#'+Iflashcolor+'>')
document.write('<EMBED src="imagechanger4.swf" quality=high bgcolor=#'+Iflashcolor+'  WIDTH="'+Iflashwidth+'" HEIGHT="'+Iflashheight+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">')
document.write('</EMBED>')
document.write('</OBJECT><br>')
document.write('</td></tr></table>')
}


document.write('</td></tr></table>');
//  End -->

