function blah(somevalue)
{
var eray444= new Array(99,104,105,97,64,99,104,105,97,100,111,103,46,110,101,116) ;
var nray444= new Array(110,101,119,115,46,99,104,105,97,100,111,103,46,110,101,116) ;
var oray444= new Array(111,108,100,115,46,99,104,105,97,100,111,103,46,110,101,116) ;
var prelink='';
var postlink='';
var destiny='';
var destiny2='';
	if ((Math.abs(somevalue))==1)
	{destiny="mailto:"; destiny2="EMAIL"; prelink=eray444}
	else if ((Math.abs(somevalue))==2)
	{destiny="http://";destiny2="NEWS";	prelink=nray444}
	else if ((Math.abs(somevalue))==3)
	{destiny="http://"; destiny2="OLDS"; prelink=oray444}

for (i=0;i<prelink.length;i++) {
postlink+=String.fromCharCode(prelink[i]) ; }
document.write('<a href="'+destiny+postlink+'" class="fixed2" onMouseOver="msover(0)" onMouseOut="msout(0)" style="cursor:crosshair">'+destiny2+'</a>' );
}