File: D:/web/itpartnership/RandomQ/Admin/about.asp
<%
IF NOT Session("RQ_LOGIN") = "True" THEN
Response.Redirect "index.asp"
Response.End
END IF
%>
<!--#include file="inc_header.asp"-->
<table width="80%" align="center" cellpadding="2" cellspacing="0" border="0"><tr><td>
<a href="javascript:history.go(-1)"><img src="img/back.gif" width="15" height="15" alt="" border="0"></a>
</td></tr></table>
<br />
<table width="80%" align="center" cellpadding="2" cellspacing="0" border="1" bordercolor="WhiteSmoke" style="border-collapse:collapse;">
<tr bgcolor="WhiteSmoke">
<td background="img/bg1.gif">About</td>
</tr><tr>
<td>
<table width="90%" align="center" cellpadding="2" cellspacing="0" border="0"><tr>
<td colspan="2">
<Br /><Br />
Random Quote/Joke
<Br /><Br />
The Random Quote allows you to randomly display quotes, jokes, testimonials or any other text with minimal
code changes. All powered by online secured administration, it has never been easier to implement random
text in your web site. Released under GPL v.2 (Last updated: February 24. 2004)
<Br /><Br />
For more free and commercial applications, please visit: <a href="http://www.expinion.net/" target="_blank"><b>http://www.expinion.net</b></a>
<Br /><Br />
</td>
</tr></table>
</td>
</tr></table>
<!--#include file="inc_footer.asp"-->