<!-- Begin OPTIONS CODE
// FLASH PAN OPTIONS FILE
// CHANGE ANY OF THESE VARIABLES




var flashwidthPAN	= "750"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheightPAN		= "300"		// HEIGHT OF THE FLASH (IN PIXELS)
var colorPAN		= "000000"	// PAN CHANGER BACKGROUND COLOR



// COPYRIGHT 2010 © 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('<div id="flashPAN">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+flashwidthPAN+'" class="FlashPan"><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="'+flashwidthPAN+'" height="'+flashheightPAN+'" id="flash-pan">');
document.write('<param name="movie" value="flash-pan/flash-pan.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#'+colorPAN+'">');
document.write('<embed src="flash-pan/flash-pan.swf" quality="high" wmode="transparent" bgcolor="#'+colorPAN+'"  width="'+flashwidthPAN+'" height="'+flashheightPAN+'" NAME="flash-pan" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed></object><br>');
document.write('</td></tr></table>');
document.write('</div>');




//  End -->