function scrollit_r2l(seed)
{
	var m1  = "   Ziegler & Partner - Zürich - Lausanne - San Francisco - Moscow ";
	var today = new Date();
	var date = today.toString();
	var msg=m1+" |  "+date;
	var out = " ";
	var c   = 1;
	if (seed > 100) {
		seed--;
		var cmd="scrollit_r2l(" + seed + ")";
		timerTwo=window.setTimeout(cmd,100);
	}
	else if (seed <= 100 && seed > 0) {
		for (c=0 ; c < seed ; c++) {
			out+=" ";
		}
		out+=msg;
		seed--;
		var cmd="scrollit_r2l(" + seed + ")";
		    window.status=out;
		timerTwo=window.setTimeout(cmd,100);
	}
	else if (seed <= 0) {
		if (-seed < msg.length) {
			out+=msg.substring(-seed,msg.length);
			seed--;
			var cmd="scrollit_r2l(" + seed + ")";
			window.status=out;
			timerTwo=window.setTimeout(cmd,100);
		}
		else {
			window.status=" ";
			timerTwo=window.setTimeout("scrollit_r2l(100)",16000);
		}
	}
}

function currency() {
window.open("http://www.traveloco.com/tools/xenon.html", "Window2", "toolbar=no,location=no,directories=no,status=no,resizable=no,width=600,height=600");
}

function weather_moscow() {
window.open("http://meteo.infospace.ru/wcond/html/city_e.sht?num=27612&id=1292399491", "Moscow_Weather", "toolbar=no,location=no,directories=no,status=no,resizable=no,width=600,height=300");
}


// -- End of JavaScript code -------------- -->

