Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
59 lines (51 sloc)
1.36 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <META HTTP-EQUIV="Refresh" CONTENT="60"> | |
| <html> | |
| <head> | |
| <title>Untitled</title> | |
| <SCRIPT language="JavaScript"> | |
| <!-- | |
| function enterChat(accountName) | |
| { | |
| window.name = "lp_parent"; | |
| var url = "http://www2.cool.com/chat.php3?LoginName=" + accountName; | |
| var hWnd = window.open(url,"Cool_Chat","width=650,height=600,resizable=yes,scrollbars=no"); | |
| if (hWnd != null) | |
| { | |
| if (hWnd.opener == null) | |
| { | |
| hWnd.opener = self; | |
| window.name = "home"; | |
| hWnd.location.href=url; | |
| } | |
| } | |
| } | |
| // --> | |
| </SCRIPT> | |
| </head> | |
| <body bgcolor="#FFFFFF" background="images/top_bg.gif" margheight="10" topmargin="0"> | |
| <div align="center"> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| // ValueParameters | |
| ValueHost = "h0078711"; | |
| ValueID = "indexpage"; | |
| ValueLoaded = false; | |
| ValueCategory = "1f"; | |
| ValueVersion = "0.9"; | |
| //--> | |
| </script> | |
| <center><script LANGUAGE="Javascript" SRC="http://oz.valueclick.com/jsmaster"></script></center> | |
| <script LANGUAGE="JavaScript"> | |
| <!-- | |
| if (ValueLoaded) ValueShowAd(); | |
| //--> | |
| </script> | |
| <noscript> | |
| <a HREF="http://kansas.valueclick.com/redirect?host=h0078711&b=indexpage&v=0" TARGET="_top"><img BORDER="0" WIDTH="468" HEIGHT="60" ALT="Click here to | |
| visit our sponsor" SRC="http://kansas.valueclick.com/cycle?host=h0078711&b=indexpage&noscript=1"></a> | |
| </noscript> | |
| </div> | |
| <center> | |
| </body> | |
| </html> |