var surl = window.location.host.split(".");
surl = surl[surl.length-1];

if(surl=='')surl='net';

picdir='http://klf-communications.'+surl+'/DATA/s/';

if (typeof document.addEventListener != 'function' && window.XMLHttpRequest)
{
	font='klf,Impact,Arial';
	fontwieght='';
}
else
{
	font='Arial';
	fontwieght='bold';
}

if (top.location != self.location)
{
	piclink='#';
}
else
{
	piclink='http://klf-communications.'+surl;
}

document.write('<style>'+
'@font-face'+
'{'+
	'font-family: klf;'+
	'font-style:  normal;'+
	'font-weight: normal;'+
	'src: url(\''+picdir+'klf.eot\');'+
'}'+
'*'+
'{'+
	'TEXT-DECORATION: none;'+
	'FONT-FAMILY: '+font+';'+
	'FONT-SIZE: 14px;'+
	'COLOR: #fff;'+
	'FONT-WEIGHT: '+fontwieght+';'+
'}'+
'A'+
'{'+
	'PADDING-RIGHT: 2px;'+
	'PADDING-LEFT: 2px;'+
	'PADDING-BOTTOM: 2px;'+
	'PADDING-TOP: 2px;'+
	'CURSOR: url(\''+picdir+'klf.ani\');'+
	'text-align: center;'+
	'white-space:nowrap;'+
'}'+
'A:link'+
'{'+
	'COLOR: #fff;'+
	'BACKGROUND-COLOR: #000'+
'}'+
'A:visited'+
'{'+
	'COLOR: #fff;'+
	'BACKGROUND-COLOR: #000'+
'}'+
'A:hover'+
'{'+
	'COLOR: #000;'+
	'BACKGROUND-COLOR: #fff'+
'}'+
'A:active'+
'{'+
	'COLOR: #000;'+
	'BACKGROUND-COLOR: #fff'+
'}'+
'A.c'+
'{'+
	'text-align: center;'+
	'DISPLAY: block;'+
'}'+
'IMG'+
'{'+
	'CURSOR: url(\''+picdir+'klf.ani\');'+
	'Border: 0px;'+
'}'+
'BODY'+
'{'+
	'SCROLLBAR-ARROW-COLOR: #000;'+
	'SCROLLBAR-TRACK-COLOR: #000;'+
	'SCROLLBAR-BASE-COLOR: #000;'+
	'BACKGROUND-COLOR: #000;'+
	'scrollbar-3d-light-color: #000;'+
	'scrollbar-dark-shadow-color: #000;'+
	'CURSOR: url(\''+picdir+'klf.cur\')'+
'}'+
'</style><font>'+
	'<table WIDTH=100%>'+
		'<tr>'+
			'<td WIDTH=1>'+
				'<a class=c href='+piclink+'>'+
					'<img src='+picdir+'klfcommunications.gif '+
						'alt=www.klf-communications.'+surl+' '+
						'onmouseover="this.src=\''+picdir+'klfcommunications2.gif\';" '+
						'onmouseout="this.src=\''+picdir+'klfcommunications.gif\';" >'+
				'</a>'+
				'</td>'+
			'<td align=center>'+
				'sorting <a href=/up>up</a> / <a href=/down>down</a>'+
			'</td>'+
			'<td WIDTH=1>'+
				'<a class=c href='+piclink+'>'+
					'<img src='+picdir+'klfcommunications.gif '+
						'alt=www.klf-communications.'+surl+' '+
						'onmouseover="this.src=\''+picdir+'klfcommunications2.gif\';"'+
						'onmouseout="this.src=\''+picdir+'klfcommunications.gif\';">'+
				'</a>'+
			'</td>'+
		'</tr>'+
	'</table><pre>');
