function w(text)
{
	document.write(text);
}

function PickImage()
{
	var bk = new Array(
	"sydney.jpg",
	"eyes_2.jpg",
	"2ass.jpg",
	"eyes_3.jpg",
	"eyes_4.jpg",
	"1ass.jpg",
	"eyes_5.jpg",
	"bk_land.jpg",
	"bk_earth.jpg"
	);

	w("<img width='400' height='120' src='");
	w("gfx/" + bk[Math.floor(Math.random() * bk.length)] + "' border='1'>");
}

function WriteCounter(show)
{
	if (navigator.onLine)
	{
		w("<img height='9' src='http://cgi-serv.digiland.it/Count.cgi?df=ilbanca&dd=E&display=counter&ft=0&sh="+show+"'>");
	}
}
