function writeFlashTagSite(qs) {
	html = '';
	html = html + '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="793" height="383" id="destaques" align="middle">';
	html = html + '<param name="allowScriptAccess" value="sameDomain" />';
	html = html + '<param name="movie" value="img/home.swf?'+qs+'" />';
	html = html + '<param name="quality" value="high" />';
	html = html + '<param name="wmode" value="transparent" />';
	html = html + '<embed src="img/home.swf?'+qs+'" quality="high" width="793" height="383" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />';
	html = html + '</object>';
	document.write(html);
}
