%@ page language ="java" errorPage="ExceptionHandler.jsp"%>
<%@ page import ="java.sql.*" %>
<%@ page import ="db.*" %>
<%!
ResultSet rs=null;
String theam="";
int totalbonus=0;
int totalval=0;
int contestpoint= 0;
String qs="";
%>
<%
qs=request.getQueryString();
//out.print(cc);
%>
<%
Connection con=ConnectionFactory.getConnection();
Statement sttheam = con.createStatement();
rs=sttheam.executeQuery("select * from theams where display='Y'");
while(rs.next())
{
theam=rs.getString("color_pg");
}
rs.close();
sttheam.close();
%>
Welcome to Smscontest.com
<%
theam="";
if(con!=null)
{
con.close();
}
%>