|
Post by r a p t o r on Jun 30, 2010 18:42:31 GMT -5
<center> <script type="text/javascript"> function hideshow(id) { if(document.getElementById(id).style.display==""){ document.getElementById(id).style.display="none"; } else { document.getElementById(id).style.display=""; } } </script> <a href="javascript: hideshow('wordcount')"><img src="http://i45.tinypic.com/242expc.jpg" border=0></a>
<div id="wordcount" style="display: none;"> <form method="POST" name="wordcount"> <script language="JavaScript">
function countit(){
/*Word count script By JavaScript Kit (http://javascriptkit.com) Over 400+ free scripts here! */
var formcontent=document.wordcount.wordcount2.value formcontent=formcontent.split(" ") document.wordcount.wordcount3.value=formcontent.length } </script> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"><textarea rows="6" name="wordcount2" cols="40" wrap="virtual"></textarea></td> </tr> <tr> <td width="100%"><div align="right"><p><input type="button" value="Calculate Words" onClick="countit()"> <input type="text" name="wordcount3" size="20"></p> <div align="center"><center><p><font face="arial" size="-2">This free script provided by</font> <font face="arial, helvetica" size="-2"><a href="http://javascriptkit.com">JavaScript Kit</a></font></p> </center></div></div></td> </tr> </table> </form> </center>
|
|
|
Post by r a p t o r on Jun 30, 2010 18:43:46 GMT -5
Oh crap. xDD
Copy and pasted the wrong thing. I feel stupid. xD
|
|
|
Post by r a p t o r on Jun 30, 2010 18:45:01 GMT -5
Aaaannd accidentally just pressed the enter button. D| Today is not a good day for me. xD - - aruem: R E D i V i V U S
'All inhabitants know the history of Aruem and resent their gods for everything that happened-'
Whispers and stories of the last great war between the canines and the specters -beings of evil and magic- are merely that. In the present, life is a constant struggle as the specters still flourish. Hope has faded from sight and it seems as those who still carry hope are only dreamers.
The gods are gone. Dead from their own moves and their own faults. There's nothing that can be done.
But what's truly set in stone?
-home- -plot- -rules- -advertise- 'It's either survive or die in this new Aruem and it looks as if death is the easy way out.'
|
|