<!-- Begin
if(islogged() == 2)
{
 loggedid = GetCookie('userid') ;
 messager  = "<center>You are logged in as  " + loggedid + "</center><br>" ;
 document.write(messager) ;
 document.write("<center><a href=/cgi-bin/logoff.cgi><font face=Arial, Verdana, Helvetica color=#0000ff size=-2><b>Logoff</b></font></a></center>");
}
else
{
	  messager  = "<center>You are not logged on. Please login</center>" + "<BR>";
	  document.write(messager) ;
	  document.write("<font face=Verdana, Arial, Helvetica, sans-serif color=#000000 size=-1></font></b></td>");
	  document.write("</tr>");

	  document.write("<tr>");
	  document.write("<td>");

	  document.write("<table width=300 border=0 align=center cellspacing=2  cellpadding=0>");
 	  document.write(" <tr>");
 	  document.write("   <td width=180 bgcolor=aa0000 VALIGN=MIDDLE>");
 	  document.write("     <FONT face=Verdana, Arial, Helvetica, sans-serif color=#ffffff size=-1><B>Premium Members</B></FONT></td>");
 	  document.write("   </td>");
 	  document.write("   <td width=206 bgcolor=aa0000 VALIGN=MIDDLE>");
 	  document.write("       <FONT face=Verdana, Arial, Helvetica, sans-serif color=#ffffff size=-1><b>New Members</b></FONT>");
 	  document.write("   </td>");
 	  document.write(" </tr>");
 	  document.write(" <tr bgcolor=FFFFFF>");
 	  document.write("  <td rowspan=2>");
 	  document.write("   <table width=180 border=0 bgcolor=f9ca9a>");
 	  document.write("    <tr>");
 	  document.write("     <td>");
 	  document.write("      <FONT face=Verdana,Arial,Helvetica,sans-serif size=-1>User ID</font>");
 	  document.write("     </td>");
 	  document.write("     <td>");
 	  document.write("      <FONT face=Arial size=3>");
 	  document.write("       <INPUT NAME=userid SIZE=12 MAXLENGTH=15></FONT>");
 	  document.write("      </font>");
 	  document.write("    </td>");
 	  document.write("   </tr>");
 	  document.write("   <tr>");
 	  document.write("    <td  valign=top>");
 	  document.write("     <FONT face=Verdana,Arial,Helvetica,sans-serif size=-1>Password</font>");
 	  document.write("   </td>");
 	  document.write("    <td>");
 	  document.write("   <FONT face=Arial size=3>");
 	  document.write("    <INPUT NAME=password TYPE=password SIZE=12 MAXLENGTH=15>");
 	  document.write("  </td>");
 	  document.write(" <tr>");
 	  document.write("  <td colspan=2><center>");
 	  document.write("    <INPUT TYPE=submit VALUE=Login name=go><br>");
 	  document.write("	 <font  face=Verdana,Arial,Helvetica,sans-serif size=-1><a href=http://www.cinesouth.com/forgot.shtml>Forgot Password</a></font><br>");
 	  document.write("	 <font  face=Verdana,Arial,Helvetica,sans-serif size=-1><a href=http://www.cinesouth.com/cgi-bin/change_password.cgi>Change Password</a></font><img src=/images/new.gif width=28 height=11 border=0>");
 	  document.write("    </center>");
 	  document.write("  </td>");
 	  document.write(" </tr>");
	  document.write("</form>");
 	  document.write("</tr>");
 	  document.write("</table>");
 	  document.write("<td width=203 align=center bgcolor=f9ca9a>");
          document.write("  <br><form method=get action=http://www.cinesouth.com/register.shtml>");
          document.write("    <input type=submit name=register value='Register Now'>");
          document.write("   </form>");
 	  document.write("  <font size=-1 face=verdana,arial,Helvetica,sans-serif><br><a href=http://www.cinesouth.com/aboutus.shtml>Why Sign Up?</a></font>");
 	  document.write("  </font>");
 	  document.write(" </TD>");
 	  document.write("</td>");
 	  document.write("</tr>");
 	  document.write("</table>");
 	  document.write("</td>");
 	  document.write("</tr>");



	  document.write("<tr align='left' valign='top'>")
	  document.write("<td height='27' valign='center' colspan='2' align=middle>");
	  document.write("<div align='left'><font color='#000000' face='Verdana, Arial, Helvetica, sans-serif' size='-2'>");
	  document.write("<br>");
	  document.write("<b> Register and get access to thousands of photographs</b></font></div>");
	  document.write("</td>");
	  document.write("</tr>");
}
// End -->
