$(document).ready(function() {
	rand = Math.round(Math.random() * 2) + 1;
	
	string = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="766" height="311" title="header"><param name="movie" value="header-0' + rand + '.swf" /><param name="quality" value="high" /><embed src="header-0' + rand + '.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="766" height="311"></embed></object>';
	document.getElementById('header').innerHTML = string;
	
	if (!swfobject.hasFlashPlayerVersion("9.0.18")) {
	  window.location='http://www.coddex.com.br/erro-flash/pt.html';
	}
	
	swfobject.registerObject("contem", "9.0.0", "expressInstall.swf");
});

