<!-- Begin OPTIONS CODE

// IMAGE CHANGER OPTIONS FILE

// CHANGE ANY OF THESE VARIABLES


var flashwidth		= "600"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "251"		// HEIGHT OF THE FLASH (IN PIXELS)
var color		= "1F1A43"	// 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('<table cellpadding="0" cellspacing="0" border="0" style="border: #000000 1px solid; background-color: #'+color+';" width="'+flashwidth+'"><tr><td valign="top" align="left">');
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="home">');
document.write('<PARAM NAME="movie" VALUE="flash/home/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="flash/home/home.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="home" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');





//  End -->