<!-- Begin OPTIONS CODE

// HOMEPAGE FLASH OPTIONS FILE


// CHANGE ANY OF THESE VARIABLES


var flashwidth		= "775"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "170"		// HEIGHT OF THE FLASH (IN PIXELS)
var color		= "000000"	// IMAGE SLIDER BACKGROUND COLOR



// COPYRIGHT 2006 © 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" width="'+flashwidth+'"><tr><td valign="middle" align="center">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="home-flash">');
document.write('<PARAM NAME="movie" VALUE="../../imagens/flashs/bannerSorteioTerca.swf">');
document.write('<PARAM NAME="loop" VALUE="false" />');
document.write('<PARAM NAME="menu" VALUE="false" />');
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="../../imagens/flashs/bannerSorteioTerca.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="home-flash" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');





//  End -->