ÿþ<html> <head> <title>Characters</title> <style type="text/css"> .char { font-family: Verdana; font-weight: bold; font-size: 11pt; } </style> <SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="http://www.axlegalench.com/home/sound.js"></SCRIPT> <script language="javascript"> function LoadCharacter(charnum) { var content = ""; switch(charnum) { case 0: content = "<img src='char-axle.jpg' align='left' /><b>Axle Galench</b><p>Hello, I m Axle Galench. I m constantly on the go%for several reasons. One, there s a mean guy named Grueloc who s grudgingly chasing me. Two, before I can take my position as a Steward of Balance for the planets Mizmoe and Earth I must find someone named Nacklenod. He s the only one who can teach me how to read the Book of Equates. I m very hopeful that Nacklenod can help me find Favil, my Manarkin father. Yikes! Did you hear something? Someone s out there! I d better be going. Check you later.</p>"; break; case 1: content = "<img src='char-flobber.jpg' align='left' /><b>Flobberjaw</b><p>Hello, my name is Flobberjaw. My hobbies include eating anyone I consider dumb or irritating. But there is another side to me. I m cute and I m loaded with hilarious wit. It s sad to think that only those within reach of my sticky tongue seem to appreciate my humor. What a waste, but they have good taste. Yummy.</p>"; break; case 2: content = "<img src='char-crab.jpg' align='left' /><b>Crabster</b><p>I m the Crabster. My razor sharp claws come in handy when I cut to the chase while guarding Grueloc s treasures. If you like crab legs, I d be your most deadliest catch%SNIP-SNAP!</p>"; break; case 3: content = "<img src='char-flit.jpg' align='left' /><b>Flitterninny</b><p>A chocolate chip un-tasted, is a chocolate chip wasted. That s my motto and I m sticking to it, but you can call me Flitterninny. Hello! I m also Axle s new best friend, but getting back to chocolate& I never met a chocolate bunny that I didn t like. Hee, Hee!</p>"; break; } divContent.innerHTML = content; if (document.getElementById('player').innerHTML != '') stop_song(); current_song = charnum media = songs[current_song]; play_song(); } </script> </head> <body> <table border="0" width="100%"> <tr> <td align="left" valign="top" style="width: 200px;"> <table border="0" width="100%"> <tr> <td class=".char" onclick="LoadCharacter(0);" onmouseover="this.style.backgroundColor='#CCCCCC'; this.style.cursor='hand';" onmouseout="this.style.backgroundColor='transparent';"> <img src="char-axle-thumb.jpg" style="vertical-align:middle;" /> Axle Galench </td> </tr> <tr> <td class=".char" onclick="LoadCharacter(1);" onmouseover="this.style.backgroundColor='#CCCCCC'; this.style.cursor='hand';" onmouseout="this.style.backgroundColor='transparent';"> <img src="char-flobber-thumb.jpg" style="vertical-align:middle;" /> Flobberjaw </td> </tr> <tr> <td class=".char" onclick="LoadCharacter(2);" onmouseover="this.style.backgroundColor='#CCCCCC'; this.style.cursor='hand';" onmouseout="this.style.backgroundColor='transparent';"> <img src="char-crab-thumb.jpg" style="vertical-align:middle;" /> Crabster </td> </tr> <tr> <td class=".char" onclick="LoadCharacter(3);" onmouseover="this.style.backgroundColor='#CCCCCC'; this.style.cursor='hand';" onmouseout="this.style.backgroundColor='transparent';"> <img src="char-flit-thumb.jpg" style="vertical-align:middle;" /> Flitterninny </td> </tr> </table> </td> <td align="left" valign="top"> <div id="divContent" style="border: solid 2px #CCCCCC outset; height: auto; width: 100%;">&nbsp;</div> </td> </tr> </table> <!-- Playlist --> <textarea id="songlist" style="visibility: hidden"> http://www.axlegalench.com/home/IfRead.mp3 http://www.axlegalench.com/home/FlobberMaybe.mp3 http://www.axlegalench.com/home/CrabWarning.mp3 http://www.axlegalench.com/home/Choco.mp3 </textarea> <!-- Start of player controls You can remove any of the controls if you do not want to have them. You can also remove information window DIV's at the bottom such as songname or songtime --> <div style="display: none"> <div style="border-right: black 1px solid; padding-right: 5px; border-top: black 1px solid; padding-left: 5px; padding-bottom: 5px; border-left: black 1px solid; width: 340px; padding-top: 5px; border-bottom: black 1px solid"><button id="play_btn" onclick="play_song();">Play</button><button id="pause_btn" onclick="pause_song();">Pause</button><button id="stop_btn" onclick="stop_song();">Stop</button><button id="fade_btn" onclick="fade();">Fade Out</button> <span id="fade_display">: Off</span> <br /> <button id="vol_left" onmouseout="volume(3);" onmousedown="volume(1);" onmouseup="volume(3)">&lt;</button> Volume:<button id="vol_right" onmouseout="volume(3);" onmousedown="volume(2);" onmouseup="volume(3)">&gt;</button><button id="next_btn" onclick="next_song(1);">Prev Song</button><button id="Button1" onclick="next_song(2);">Next Song</button> <br /> <button onclick="fast_reverse();">Rewind</button><button onclick="fast_forward();">Fast Forward</button> <!-- Comment out the following DIV if you don't want to display the song filename --> <div id="songname">&nbsp;</div> <div id="songtime" style="float: left">Time:</div> <div id="speed" style="float: right">1X</div> <div id="message" style="clear: both; border-right: black 1px solid; padding-right: 5px; border-top: black 1px solid; padding-left: 5px; padding-bottom: 5px; margin: 1px; border-left: black 1px solid; width: 330px; padding-top: 5px; border-bottom: black 1px solid; height: 50px">&nbsp;</div> </div> </div> </body> </html>