if(navigator.userAgent.indexOf('MSIE')!=-1){
	with(document){
		write('<style type="text\/css">');
		write('.TopIMG{');
		write('filter:chroma(color=#FFFFFF);');
		write('<\/style>');
	}
}

function index(){
	var pg = "index";
	var a = "&&";
	var pf = navigator.platform + a; var lng = navigator.language + a;
	var swh = screen.width + "x" + screen.height + a;
	var cd = screen.colorDepth + a; var pd = screen.pixelDepth + a;
	var rf = document.referrer;
	var now = new Date();
	document.write("<div class=\"hidden\"><img src=\"cgi-bin/ds0046/dsw.cgi?xx=",now.getSeconds(),"&&p=n&&md=j&&");
	document.write("pg="+pg+a+"pf="+pf+"lng="+lng+"swh="+swh+"cd="+cd+"pd="+pd+"rf="+rf+"");
	document.write("\" alt=\"\" width=\"0\" height=\"0\"><\/div>");}