// Begin

// VARIABLES FOR THE FLASH HEADER



var flashcolor		= "FEA900"		// FLASH BACKGROUND COLOR
var headerheight	= "50"			// HEADER height (IN PIXELS)
var flashheight		= "80"			// height OF THE FLASH (IN PIXELS)
var flashwidth		= "400"			// 400 width OF THE FLASH (IN PIXELS)




// YOU DO NOT NEED TO EDIT BELOW THIS LINE

// START FLASH LOGO HEADER

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" height="'+headerheight+'" bgcolor="#'+flashcolor+'" class="header"><tr><td align="left" valign="center" width="400">');
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="logo">');
document.write('<param name="movie" value="logo.swf">');
document.write('<param name="quality" value="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<param name="scale" value="exactfit">');
document.write('<param name="bgcolor" value="#'+flashcolor+'">');
document.write('<embed src="logo.swf" quality="high" wmode="transparent" scale="exactfit" bgcolor="#'+flashcolor+'" width="'+flashwidth+'" height="'+flashheight+'" name="logo" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object><br />');
document.write('</td>');
document.write('<td>');
document.write('<img src="images/novas_atracoes.png" alt="Novas atrações" width="311" height="36" border="0" />');
document.write('</td>');
document.write('<td align="right"><a href="http://www.hiteventos.com.br/" target="_blank"><img src="images/hit.gif" alt="A casa de todas as festas." width="210" height="80" border="0" /></a></td>');
document.write('</tr></table>');



//  End -->
