function init_adv_vertical()
{
	if (z == 0)
	{
		docx = document.body.scrollHeight;
		document.onmouseover = "";
		z = 1;

		if (docx > 1540)
			tst_el.innerHTML = '<BR><SCRIPT src="http://www.traveladvertising.com/Live/SearchAdx.js?PlacementId=59271" type="text/javascript"></SCRIPT>';
	}
}


if (tst_el = document.getElementById("tst_div"))
{
	z = 0;
	document.onmouseover = init_adv_vertical;
}

