<html> <head> <title>Ultimate Codes</title> </head> <body bgcolor="#000000"> <basefont size="3"> <style type="text/css"> <!-- A:text { text-decoration: none; color:"blue" } A:link { text-decoration: underline; color:"blue" } A:visited { text-decoration: underline; color:"blue" } A:hover { text-decoration: underline; background-color:"red"; color:"black" } --> </style> <HEAD> <center> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: D. Keith Higgs (dkh2@po.cwru.edu) --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin var timeDelay = 2; // change delay time in seconds var Pix = new Array ("http://www.angelfire.com/electronic/cedes/ultimate" ,"http://www.angelfire.com/electronic/cedes/ultimate_codes" ); var howMany = Pix.length; timeDelay *= 1000; var PicCurrentNum = 0; var PicCurrent = new Image(); PicCurrent.src = Pix[PicCurrentNum]; function startPix() { setInterval("slideshow()", timeDelay); } function slideshow() { PicCurrentNum++; if (PicCurrentNum == howMany) { PicCurrentNum = 0; } PicCurrent.src = Pix[PicCurrentNum]; document["ChangingPix"].src = PicCurrent.src; } // End --> </script> </HEAD> <BODY OnLoad="startPix()"> <img name="ChangingPix" src="http://www.angelfire.com/electronic/cedes/ultimate"> </center> <table align="left" width="25%" height="50%" style="font-Gadget; font-size: 13; color: white"> <tr> <td width="100%" bgcolor="red"><center><b><u>Main<br></u> <a href="/electronic/cedes">Home</a><br> <a href="http://forms.flashbase.com/forms/submitcode">Submit a code</a><br> <a href="/electronic/cedes/search">Search</a><br> <a href="/electronic/cedes/games/findcode">Codes, Tips & Tricks </a><br> <a href="http://www.gamefaqs.com">Walkthroughs</a><br> <a href="http://www.angelfire.com/electronic/cedes/staff">Staff</a><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> </table><p> <font color=blue> <u><b>Founder of Ultimate Codes</u></b> <br><li>rockfan1324@aol.com <p> <u><b>Webmasters</u></b><br> <li>Rockfan1324 <p> <u><b>Promoters</u></b><br> <li>Rockfan1324 <li>TeeBo86 <li>Njomach1<br> <a href="mailto:rockfan1324@aol.com">Click here to become a promoter!</a> </body> </html>