This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
| User since: |
Jun 14, 2000 at 15:31 UTC
(25 years ago) |
[Account disabled]
| Last here: |
Jul 30, 2009 at 16:33 UTC
(16 years ago) |
| Experience: |
3789
|
| Level: | Curate (13) |
| Writeups: |
none
|
| Location: | n/a |
| User's localtime: |
Sep 15, 2025 at 16:06 UTC
|
| Scratchpad: |
None.
|
| For this user: | Search nodes |
|
<script language="javascript">
function shadeOfRed(shadeNum)
{
var hexCodes=["A","B","C","D","E","F"];
var shade;
shadeNum=Math.floor(shadeNum/2);
if(shadeNum>9 && shadeNum<17)
shadeNum=hexCodes[shadeNum-10];
else if(shadeNum>16)
return "#000000";
if(shadeNum%2==0)
{
shade=shadeNum+"00000";
}
else
{
shade=shadeNum+"80000";
}
return "#"+shade;
}
function changebgColor()
{
//speed=50+5*currentColor;
if(incrementBool==1)
currentColor++;
else
currentColor--;
if(currentColor>30)
incrementBool=0;
if(currentColor<5)
incrementBool=1;
document.bgColor=shadeOfRed(currentColor);
setTimeout('changebgColor()',speed);
}
</script>
<a href="http://www.themactionfaction.com"><img onLoad="javascript:
+ var currentColor=4; var incrementBool=1; var speed=50; setTimeout
+('changebgColor();',speed);" src="http://www.themactionfaction.com/We
+bM.png"/></a>
http://www.themactionfaction.com
|