20 lines
444 B
JavaScript
20 lines
444 B
JavaScript
|
|
/*
|
||
|
|
####################################################
|
||
|
|
# Name: The Uniform Server JS 1.0
|
||
|
|
# Developed By: The Uniform Server Development Team
|
||
|
|
# Modified Last By: Olajide Olaolorun (empirex)
|
||
|
|
# Web: http://www.uniformserver.com
|
||
|
|
####################################################
|
||
|
|
*/
|
||
|
|
|
||
|
|
function h(t)
|
||
|
|
{
|
||
|
|
if(typeof last == "undefined")
|
||
|
|
last=document.anchors[0];
|
||
|
|
|
||
|
|
last.className='n';
|
||
|
|
t.className='nh';
|
||
|
|
t.blur();
|
||
|
|
last=t;
|
||
|
|
}
|