var CC = '<img src="' + ((IsLocal) ? 'images/welcome/counter.gif' : 'counter/counter.aspx?src=fmdigits1.gif&digits=6&id=fmall') + '" border="0">'

if (document.layers) {
	if (pageSet[0] == "en") {
		document.writeln(	'<layer z-index=11 top=370 left=640 width=100 height=16 visibility=show>'
						+'<img width="100" height="16" src="images/welcome/visitor.jpg">'
						+'</layer>'
						+'<layer z-index=11 top=386 left=566 width=121 height=26 visibility=show>'
						+'<img width="121" height="26" src="images/welcome/since.jpg">'
						+'</layer>');
	}					
	else {
		document.writeln(	'<layer z-index=11 top=370 left=640 width=72 height=16 visibility=show>'
						+'<img width="72" height="16" src="images/welcome/_visitor.jpg">'
						+'</layer>'
						+'<layer z-index=11 top=386 left=566 width=148 height=26 visibility=show>'
						+'<img width="148" height="26" src="images/welcome/_since.jpg">'
						+'</layer>');
	}
	document.writeln('<layer z-index=10 top=375 left=585 width=68 height=20 visibility=show>' + CC + '</layer>');
}
else {
	if (pageSet[0] == "en") {
		document.writeln(	'<div style="position:absolute; z-index: 11; top:370px; left:640px; width:100px; height:16px; visibility: visible;">'
						+'<img width="100" height="16" src="images/welcome/visitor.jpg">'
						+'</div>'
						+'<div style="position:absolute; z-index: 11; top:386px; left:566px; width:121px; height:26px; visibility: visible;">'
						+'<img width="121" height="26" src="images/welcome/since.jpg">'
						+'</div>');
	}					
	else {
		document.writeln(	'<div style="position:absolute; z-index: 11; top:370px; left:640px; width:72px; height:16px; visibility: visible;">'
						+'<img width="72" height="16" src="images/welcome/_visitor.jpg">'
						+'</div>'
						+'<div style="position:absolute; z-index: 11; top:386px; left:566px; width:148px; height:26px; visibility: visible;">'
						+'<img width="148" height="26" src="images/welcome/_since.jpg">'
						+'</div>');
	}
	document.writeln(	'<div style="position:absolute; z-index: 10; top:375px; left:585px; width:68px; height:24px; visibility: visible;">' + CC + '</div>');
}
