function sf(){
	document.getElementById("pageName").style.color="rgb(103,113,120)"; 
	hexr=255; hexg=255; hexb=254;
	setTimeout("ft()",1100);
	setTimeout("sf()",300000);
//	setTimeout("writeLegacy()",120000);
};
hexr=255; hexg=255; hexb=254;
function ft(){
		if(hexb>171) {
			hexr-=7.8; hexg-=7; hexb-=6.3; 
		} else {
			hexr-=7.8/4; hexg-=7/4; hexb-=6.3/4; 
		}
//alert(Math.round(hexb));
//alert(Math.round(hexr)+","+Math.round(hexg)+","+Math.round(hexb));
		document.getElementById("pageName").style.color="rgb("+Math.round(hexr)+","+Math.round(hexg)+","+Math.round(hexb)+")"; 	
	if(hexb>128) {
		tmp=Math.round(hexb);
		if (hexb>140) {
			myTimeout = 30;
		} else if (hexb>138) {
			myTimeout=4000;
		} else {	
			myTimeout=90;
		}
	setTimeout("ft()",myTimeout);

	}
}

function lp(send){
  window.location.href="startedit.php?do=startedit&amp;go="+send;
}

function writeLegacy(){
document.write('<style><!-- BODY{margin:0px 0px 0px 0px;background-color:black;}--></style><div style="background: Black; top: 0px; width: 100%; z-index: 1000; height: 100%; position: absolute;"><table name="Say" width=100% height=100% border=0><tr><td align="center" valign="middle" style="font-family:verdana,arial;font-size:200pt; color: orange;"><img src="images/cowsanonymoos.gif" alt="cows anonymous" /></td></tr></table></div>');
document.title="Cows anonymous";
setTimeout("history.go(-1)",5000);
}