if (cliente)
{
	var estilo = estilo ? estilo : '';
	var altura = altura ? altura : 490;
	var largura = largura ? largura : 935;
	var mostrarRamo = mostrarRamo ? mostrarRamo : 'S';
	document.write('<iframe src="http://www.kombo.com.br/curriculo/buscar_vagas.php?buscar=1&plugin_cid='+cliente+'&plugin_estilo='+estilo+'&mostrar_ramo='+mostrarRamo+'" width="'+largura+'" height="'+altura+'" frameborder="0"></iframe>');
}