<%

confirma = Request.ServerVariables("HTTP_X_ORIGINAL_URL") 
arrayTexto = Split(confirma,"?")
For i = 0 to Ubound(arrayTexto)
Next

confirma = arrayTexto(0) 

confirma = replace(confirma, "/estagios", "")



%>	


<section id="featured">
	<div class="container" >
		<div class="row">
			<div class="col-lg-9" style="padding-right:0; padding-top:20px; padding-bottom:30px;">	
				
				<div class="col-lg-12" id="pad_most" style="background:#fff; padding:0 25px 0 10px;">

					<div style="background-color:#990000; line-height:62px;"><span style="color:#ffffff; text-transform:uppercase; font-size:18px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CENTRAL DE ESTÁGIOS</span></div>
					<div style="position:absolute; width:100%;z-index:99999;">
			<div style="width:35px; padding-left:25px; padding-bottom:20px;">
				<img src="images/seta_serv_V.png" style="">
			</div>
		</div>
		<br />
		<!--#include file="apoiocultural.asp"-->
		
					<div id="mostra_min" style="background-color:#ffffff; padding-top:30px; ">
					
					<p><a href="/cad-estagio"><span style="color:#B00000;"><span style="font-size: 16px;"><strong>CLIQUE AQUI E CADASTRE-SE!</strong></span></span></a></p>

        <%if confirma <> "" then%>
	<div class="confirma">Seu cadastro foi enviado corretamente.</div>
	<%end if%>
					
	
<table border="0" cellpadding="1" cellspacing="3" style="width: 700px;">
    <tbody>
	<%
	'*** visualiza as mais recentes
estagiosql="SELECT top 10 * FROM tab_estagio order by Rnd(Int(Now()*[cod])-Now()*[cod])"
Set estagiors=objconexao.execute(estagiosql)	
	%>
	
				<%do until estagiors.eof%>

        <tr>
            <td>
            <p><span style="font-size: 13px;">
			<b>Nome:</b> <span style="text-transform: uppercase;"><%=estagiors("nome")%></span><br />
            <b>Idade:</b> <%=estagiors("idade")%><br />
            <b>Estado Civil:</b> <%=estagiors("civil")%><br />
            <b>Institui&ccedil;&atilde;o de Ensino:</b> <%=estagiors("instituicao")%><br />
            <b>Semestre:</b> <%=estagiors("semestre")%><br />
            <b>Telefone:</b> <%=estagiors("tel")%><br />
            <b>Celular:</b> <%=estagiors("cel")%><br />
            <b>E-mail:</b> <%=estagiors("email")%><br />
            <b>Per&iacute;odo Livre:</b> <%=estagiors("periodo")%><br />
            <b>Locomo&ccedil;&atilde;o pr&oacute;pria:</b> <%=estagiors("veiculo")%></span></p>
            <hr />
            </td>
        </tr>
		
		
			<%estagiors.movenext%>
			<%loop%>

    </tbody>
</table>

				<div class="clear"></div>

					
					</div>	

				</div>
				</div>
				

									<div class="col-lg-3" style="margin-left:-20px; padding:20px;">	
									
				<div class="col-lg-12" style="margin-left:-20px;">	
					<!-- #include file="menu.asp" -->
				</div>
				
								<div class="col-lg-12" style="padding:0; height:150px;">	
				
				<ul id="publicidade">
				<%=ws_publicidade%>
				</ul>
				</div>	

				<div class="col-lg-12" style="padding:0; margin-top:20px;">	

			<div class="enquete">
				<h1>ENQUETE</h1>
					<div class="enquete_form">
						<%=ws_enquete%>
					</div>
			</div>	
			
				</div>
				</div>
					
	</div>
	
	</div>
	
	
</section>

