<!-- Begin OPTIONS CODE
 
// IMAGE CHANGER OPTIONS FILE
 
// CHANGE ANY OF THESE VARIABLES
 
 
 
var flashwidth		= "405"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "125"		// HEIGHT OF THE FLASH (IN PIXELS)
var color		= "FFFFFF"	// IMAGE CHANGER BACKGROUND COLOR
var showflash		= "yes"		// SHOW FLASH
 
 
 
 
// 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
 
 flashwidth = "195";
flashheight = "60";
 
 
   if (showflash == "yes") {
if (navigator.userAgent.indexOf('Safari') != -1)
{
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr>');
document.write('<td align="right" class="image-container-size">');
document.write('<img src="/flash/image1.jpg" border="0" class="image-size" alt="Image"><br>');
document.write('</td><td align="right" class="image-container-size">');
document.write('<img src="/flash/image2.jpg" border="0" class="image-size" alt="Image"><br>');
document.write('</td><td align="right" class="image-container-size">');
document.write('<img src="/flash/image3.jpg" border="0" class="image-size" alt="Image"><br>');
document.write('</td></tr></table>');
}
else {
document.write('<div id="flash">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'"><tr><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="/flash/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="/flash/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></tr></table>');
document.write('</div>');
}
}
else {
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr>');
document.write('<td align="right" width="85" class="image-container-size">');
document.write('<img src="/flash/image1.jpg" border="0" class="image-size" alt="Image"><br>');
document.write('</td><td align="right" width="85" class="image-container-size">');
document.write('<img src="/flash/image2.jpg" border="0" class="image-size" alt="Image"><br>');
document.write('</td><td align="right" width="85" class="imagewidth">');
document.write('<img src="/flash/image3.jpg" border="0" class="image-container-size" alt="Image"><br>');
document.write('</td></tr></table>');
}
 
//  End -->

