function swap_toolbar()
{
	var obj = document.getElementById('swap_items');
	if(obj == null)
	{
		return;
	}
	obj.innerHTML = "<a href=\"http://www.gotobus.com/tours_from_gotobus_have_been_moved_to_taketours/\"><font color=\"#ffff00\">Moving Notice:</font>&nbsp;&nbsp;All tour services have been moved to TakeTours.com</a>&nbsp;&nbsp;&nbsp;<font color=\"#ffff00\">Visit</font> <a href=\"http://www.taketours.com\" target=\"_blank\">TakeTours.com</a>"
}
swap_toolbar();

