//SEARCH
do_search = function( form ){
	if( form.elements['query'].value.length < 3 ){
		alert( 'Sua busca deve ter pelo menos 3 caracteres.' );
		form.elements['query'].focus();
		return false;
	}
	url = ('./busca/' + form.elements['query'].value + '/1/').split(" ").join("+");
	location.href = url;
	return false;
}

//TEASER
teaser = new FlashObject("images/img_home.swf", "swfteaser", "628", "242", 6, "#f0f0f0");
teaser.addParam( "scale", "noscale" );
teaser.addParam( "menu", "false" );
teaser.addParam( "wmode", "transparent" );
teaser.altTxt = '/*<a href="http://www.macromedia.com/go/getflashplayer/" target="_blank"><img src="images/noflash.jpg" alt="Instalar plugin Macromedia Flash" /></a>*/';
teaser.bypassTxt = '';

//PROFILE
profile = new FlashObject("images/pessoaschave.swf", "swfprofile", "410", "410", 6, "#e7e7e7");
profile.addParam( "scale", "noscale" );
profile.addParam( "menu", "false" );
profile.altTxt = '/*<a href="http://www.macromedia.com/go/getflashplayer/" target="_blank"><img src="images/noflash.jpg" alt="Instalar plugin Macromedia Flash" /></a>*/';
profile.bypassTxt = '';