<%=Trim(rsNews("Organisation"))%>
<% end if %>
Visit us at Booth #<%=Trim(rsNews("BoothNo"))%>
<% Address = Split(Trim(rsNews("Address")),"")
for i=0 to ubound(Address)
if i = ubound(Address) then
Response.Write Address(ubound(Address))
end if
next %>