|
|
| |
| <%@ page session="true" errorPage="/sorry.jsp"%>
<%! final char category = 'A';
int rno=0;%>
<%
String login = (String) session.getValue("login");
Character codeObj = (Character) session.getValue("codeObj");
if(login != null)
{
if( (codeObj.charValue()) != category )
{
response.sendRedirect("/userreg/not_paid.jsp");
return;
}
} else {
response.sendRedirect("/chklogin.jsp?url=/teluguvelugulu/hydvideos.jsp");
return;
}
rno++;
String ip=null;
switch(rno) {
case 1 : ip="38.116.25.19";
break;
case 2 : ip="38.116.25.19";
break;
case 3 : ip="38.116.25.19";
break;
case 4 : ip="38.116.25.19";
}
if(rno==4)
rno=0;%>
telugu one - telugu cinema , telugu tv ,Telugu News, Andhra Pradesh, Tollywood News, dvd, vcd, Telugu Video News, Telugu Movie Reviews, telugu chat,Telugu Email
<%@include file="/fonts.html"%>
|
|
|