<!--

function ita(command, args) {
if (command == "i") {

places.innerHTML=args.replace(/_/gi, " ").toUpperCase()+" ";
dw.location="city.php?city="+args;
pic.src="city/"+args.replace(/_/gi, " ")+".jpg";
scroll(0,0);
abyr=args.toUpperCase().substring(0,1)+args.replace(/_/gi, " ").substring(1,args.length);
}
}


//-->


