function language()
{  
	var url;
	url = window.location.href;
	document.write("<a style='margin-right:5px;' rel='nofollow' href=http://www.yiwuchina.ru><img src=/img/country/Russian.jpg alt=Russian width=20px height=12px border=0 /></a><a style='margin-right:5px;' rel='nofollow' href=http://translate.google.com/translate?u="+url+"&sl=en&tl=de&ie=UTF-8><img src=/img/country/German.JPG alt=German width=20px height=12px border=0 /></a>"+'<a style="margin-right:5px;"  rel="nofollow"  href="http://translate.google.com/translate?u='+url+'&sl=en&tl=fr&ie=UTF-8"><img src="/img/country/French.JPG" alt="French" width="20" height="12" border="0"/></a><a style="margin-right:5px;"  rel="nofollow"  href="http://translate.google.com/translate?u='+url+'&sl=en&tl=ar&ie=UTF-8"><img src="/img/country/albo.gif" alt="Arabia" width="20" height="12"  border="0"/></a><a style="margin-right:5px;" rel="nofollow"    href="http://translate.google.com/translate?u='+url+'&sl=en&tl=es&ie=UTF-8"><img src="/img/country/Spainish.JPG" alt="Spainish" width="20" height="12" border="0"/></a><a  style="margin-right:5px;"  rel="nofollow"   href="http://translate.google.com/translate?u='+url+'&sl=zh-CN&tl=en&ie=UTF-8"><img src="/img/country/English.jpg"  alt="English" width="20" height="12" border="0"/></a>'																			
			);
}

function setPng24(obj) {
    obj.width=obj.height=1;
    obj.className=obj.className.replace(/\bpng24\b/i,'');
    obj.style.filter =
    "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src

+"',sizingMethod='image');"
    obj.src=''; 
    return '';
}
